/aosp_15_r20/external/grpc-grpc/src/proto/grpc/gcp/ |
H A D | handshaker.proto | 110 uint32 max_frame_size = 10; field 151 uint32 max_frame_size = 7; field 201 uint32 max_frame_size = 8; field
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/gcp/ |
D | handshaker.proto | 110 uint32 max_frame_size = 10; field 151 uint32 max_frame_size = 7; field 201 uint32 max_frame_size = 8; field
|
/aosp_15_r20/external/grpc-grpc/test/core/tsi/alts/fake_handshaker/ |
H A D | handshaker.proto | 100 uint32 max_frame_size = 10; field 141 uint32 max_frame_size = 7; field 191 uint32 max_frame_size = 8; field
|
/aosp_15_r20/external/grpc-grpc-java/alts/src/main/proto/grpc/gcp/ |
H A D | handshaker.proto | 110 uint32 max_frame_size = 10; field 151 uint32 max_frame_size = 7; field 201 uint32 max_frame_size = 8; field
|
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/codec/ |
D | framed_write.rs | 47 max_frame_size: FrameSize, field 308 fn max_frame_size(&self) -> usize { in max_frame_size() method 315 pub fn max_frame_size(&self) -> usize { in max_frame_size() method
|
/aosp_15_r20/external/pigweed/pw_rpc_transport/ |
H A D | simple_framing_test.cc | 33 size_t max_frame_size = 0; member 75 const size_t max_frame_size = test_case.max_frame_size; in TEST() local 113 const size_t max_frame_size = test_case.max_frame_size; in TEST() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/ |
D | alts_tsi_handshaker.cc | 72 size_t max_frame_size; member 86 size_t max_frame_size; member 181 size_t max_frame_size = kTsiAltsMinFrameSize; in handshaker_result_create_zero_copy_grpc_protector() local
|
/aosp_15_r20/external/grpc-grpc/src/core/tsi/alts/handshaker/ |
H A D | alts_tsi_handshaker.cc | 69 size_t max_frame_size; member 83 size_t max_frame_size; member 178 size_t max_frame_size = kTsiAltsMinFrameSize; in handshaker_result_create_zero_copy_grpc_protector() local
|
/aosp_15_r20/external/grpc-grpc/src/core/tsi/ |
H A D | fake_transport_security.cc | 77 size_t max_frame_size; member 83 size_t max_frame_size; member 508 tsi_zero_copy_grpc_protector* self, size_t* max_frame_size) { in fake_zero_copy_grpc_protector_max_frame_size()
|
H A D | transport_security_grpc.h | 76 tsi_result (*max_frame_size)(tsi_zero_copy_grpc_protector* self, member
|
H A D | transport_security_grpc.cc | 70 tsi_zero_copy_grpc_protector* self, size_t* max_frame_size) { in tsi_zero_copy_grpc_protector_max_frame_size()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/ |
D | fake_transport_security.cc | 77 size_t max_frame_size; member 83 size_t max_frame_size; member 508 tsi_zero_copy_grpc_protector* self, size_t* max_frame_size) { in fake_zero_copy_grpc_protector_max_frame_size()
|
D | transport_security_grpc.h | 76 tsi_result (*max_frame_size)(tsi_zero_copy_grpc_protector* self, member
|
D | transport_security_grpc.cc | 70 tsi_zero_copy_grpc_protector* self, size_t* max_frame_size) { in tsi_zero_copy_grpc_protector_max_frame_size()
|
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/frame/ |
D | settings.rs | 14 max_frame_size: Option<u32>, field 85 pub fn max_frame_size(&self) -> Option<u32> { in max_frame_size() method
|
/aosp_15_r20/external/pigweed/pw_hdlc/ |
H A D | encoded_size_test.cc | 264 const size_t max_frame_size = in TEST() local 297 const size_t max_frame_size = in TEST() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/transport/server/ |
D | mod.rs | 96 max_frame_size: Option<u32>, field 321 pub fn max_frame_size(self, frame_size: impl Into<Option<u32>>) -> Self { in max_frame_size() method 514 let max_frame_size = self.max_frame_size; in serve_with_shutdown() localVariable
|
/aosp_15_r20/external/webrtc/video/ |
H A D | frame_encode_metadata_writer_unittest.cc | 33 const size_t& max_frame_size, in FrameSize() 71 const size_t max_frame_size, in GetTimingFrames()
|
/aosp_15_r20/external/pigweed/pw_rpc_transport/public/pw_rpc_transport/ |
H A D | rpc_transport.h | 64 size_t max_frame_size, in Encode()
|
/aosp_15_r20/external/pigweed/pw_hdlc/public/pw_hdlc/ |
H A D | encoded_size.h | 83 constexpr size_t MaxSafePayloadSize(size_t max_frame_size) { in MaxSafePayloadSize()
|
/aosp_15_r20/external/webrtc/test/ |
H A D | configurable_frame_size_encoder.cc | 28 size_t max_frame_size) in ConfigurableFrameSizeEncoder()
|
/aosp_15_r20/external/webrtc/modules/audio_processing/ |
H A D | audio_processing_impl_locking_unittest.cc | 557 CaptureProcessor::CaptureProcessor(int max_frame_size, in CaptureProcessor() 783 RenderProcessor::RenderProcessor(int max_frame_size, in RenderProcessor()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | endpoint.cc | 31 grpc_closure* cb, void* arg, int max_frame_size) { in grpc_endpoint_write()
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/ |
H A D | endpoint.cc | 31 grpc_closure* cb, void* arg, int max_frame_size) { in grpc_endpoint_write()
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/ |
H A D | test_utils.h | 108 size_t NumFrames(size_t max_frame_size) const override { in NumFrames()
|