Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/socket/public/pw_bluetooth_sapphire/fuchsia/host/socket/
H A Dsocket_channel_relay.h153 const size_t socket_write_queue_max_frames_; variable
199 socket_write_queue_max_frames_(socket_write_queue_max_frames), in SocketChannelRelay()
387 PW_CHECK(socket_write_queue_.size() <= socket_write_queue_max_frames_); in OnChannelDataReceived()
392 if (socket_write_queue_.size() == socket_write_queue_max_frames_) { in OnChannelDataReceived()