Home
last modified time | relevance | path

Searched refs:low_latency (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dsocket_utils_posix.h51 grpc_error* grpc_set_socket_low_latency(int fd, int low_latency);
Dsocket_utils_common_posix.cc210 grpc_error* grpc_set_socket_low_latency(int fd, int low_latency) { in grpc_set_socket_low_latency() argument
211 int val = (low_latency != 0); in grpc_set_socket_low_latency()
/external/webrtc/modules/audio_device/win/
Dcore_audio_base_win.cc148 const bool low_latency = min_period < default_period; in IsLowLatencySupported() local
149 RTC_LOG(INFO) << "low_latency: " << low_latency; in IsLowLatencySupported()
150 *min_period_in_frames = low_latency ? min_period : 0; in IsLowLatencySupported()
151 return low_latency; in IsLowLatencySupported()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dsocket_utils_posix.h63 grpc_error* grpc_set_socket_low_latency(int fd, int low_latency);
Dsocket_utils_common_posix.cc234 grpc_error* grpc_set_socket_low_latency(int fd, int low_latency) { in grpc_set_socket_low_latency() argument
235 int val = (low_latency != 0); in grpc_set_socket_low_latency()