Home
last modified time | relevance | path

Searched defs:buffer_size_bytes (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dsocket_utils_common_posix.cc139 grpc_error_handle grpc_set_socket_sndbuf(int fd, int buffer_size_bytes) { in grpc_set_socket_sndbuf()
146 grpc_error_handle grpc_set_socket_rcvbuf(int fd, int buffer_size_bytes) { in grpc_set_socket_rcvbuf()
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/
H A Dsocket_utils_common_posix.cc139 grpc_error_handle grpc_set_socket_sndbuf(int fd, int buffer_size_bytes) { in grpc_set_socket_sndbuf()
146 grpc_error_handle grpc_set_socket_rcvbuf(int fd, int buffer_size_bytes) { in grpc_set_socket_rcvbuf()
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/posix_engine/
H A Dtcp_socket_utils.cc404 absl::Status PosixSocketWrapper::SetSocketSndBuf(int buffer_size_bytes) { in SetSocketSndBuf()
413 absl::Status PosixSocketWrapper::SetSocketRcvBuf(int buffer_size_bytes) { in SetSocketRcvBuf()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/posix_engine/
Dtcp_socket_utils.cc388 absl::Status PosixSocketWrapper::SetSocketSndBuf(int buffer_size_bytes) { in SetSocketSndBuf()
397 absl::Status PosixSocketWrapper::SetSocketRcvBuf(int buffer_size_bytes) { in SetSocketRcvBuf()
/aosp_15_r20/external/pigweed/pw_tokenizer/
H A Dtokenize.cc70 size_t* buffer_size_bytes, in _pw_tokenizer_ToBuffer()
/aosp_15_r20/external/grpc-grpc/test/core/event_engine/posix/
H A Devent_poller_posix_test.cc94 absl::Status SetSocketSendBuf(int fd, int buffer_size_bytes) { in SetSocketSendBuf()
108 int buffer_size_bytes = BUF_SIZE; in CreateTestSocket() local
/aosp_15_r20/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp615 const size_t buffer_size_bytes = buffer_size_frames * stream_frame_size; in out_get_buffer_size() local
970 const size_t buffer_size_bytes = buffer_size_frames * stream_frame_size; in in_get_buffer_size() local
/aosp_15_r20/external/grpc-grpc/test/core/iomgr/
H A Dfd_posix_test.cc67 int buffer_size_bytes = BUF_SIZE; in create_test_socket() local