Home
last modified time | relevance | path

Searched defs:max_frame_size (Results 1 – 25 of 125) sorted by relevance

12345

/aosp_15_r20/external/grpc-grpc/src/proto/grpc/gcp/
H A Dhandshaker.proto110 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/
Dhandshaker.proto110 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 Dhandshaker.proto100 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 Dhandshaker.proto110 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/
Dframed_write.rs47 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 Dsimple_framing_test.cc33 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/
Dalts_tsi_handshaker.cc72 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 Dalts_tsi_handshaker.cc69 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 Dfake_transport_security.cc77 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 Dtransport_security_grpc.h76 tsi_result (*max_frame_size)(tsi_zero_copy_grpc_protector* self, member
H A Dtransport_security_grpc.cc70 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/
Dfake_transport_security.cc77 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()
Dtransport_security_grpc.h76 tsi_result (*max_frame_size)(tsi_zero_copy_grpc_protector* self, member
Dtransport_security_grpc.cc70 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/
Dsettings.rs14 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 Dencoded_size_test.cc264 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/
Dmod.rs96 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 Dframe_encode_metadata_writer_unittest.cc33 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 Drpc_transport.h64 size_t max_frame_size, in Encode()
/aosp_15_r20/external/pigweed/pw_hdlc/public/pw_hdlc/
H A Dencoded_size.h83 constexpr size_t MaxSafePayloadSize(size_t max_frame_size) { in MaxSafePayloadSize()
/aosp_15_r20/external/webrtc/test/
H A Dconfigurable_frame_size_encoder.cc28 size_t max_frame_size) in ConfigurableFrameSizeEncoder()
/aosp_15_r20/external/webrtc/modules/audio_processing/
H A Daudio_processing_impl_locking_unittest.cc557 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/
Dendpoint.cc31 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 Dendpoint.cc31 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 Dtest_utils.h108 size_t NumFrames(size_t max_frame_size) const override { in NumFrames()

12345