Home
last modified time | relevance | path

Searched defs:max_allowed_size (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/event_engine/
Dmemory_request.h38 static constexpr size_t max_allowed_size() { return 1024 * 1024 * 1024; } in max_allowed_size() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/event_engine/
Dmemory_request.h38 static constexpr size_t max_allowed_size() { return 1024 * 1024 * 1024; } in max_allowed_size() function
/aosp_15_r20/external/grpc-grpc/include/grpc/event_engine/
H A Dmemory_request.h38 static constexpr size_t max_allowed_size() { return 1024 * 1024 * 1024; } in max_allowed_size() function
/aosp_15_r20/external/webrtc/modules/video_coding/
H A Dloss_notification_controller.cc26 size_t max_allowed_size, in PareDown()