Home
last modified time | relevance | path

Searched defs:kBufferSize (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish/common/libs/fs/
Dshared_fd_stream.h51 static constexpr const ptrdiff_t kBufferSize = 4096 + kUngetSize; variable
/device/google/cuttlefish/host/commands/run_cvd/launch/
Dnfc_connector.cpp29 constexpr const size_t kBufferSize = 1024; variable
Dbluetooth_connector.cpp33 constexpr const size_t kBufferSize = (HCI_MAX_FRAME_SIZE + 1) * 2; variable
Duwb_connector.cpp22 constexpr const size_t kBufferSize = UCI_MAX_PACKET_SIZE * 2; variable
/device/google/cuttlefish/guest/commands/bt_vhci_forwarder/
Dmain.cpp42 constexpr const size_t kBufferSize = (HCI_MAX_FRAME_SIZE + 1) * 2; variable
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dserver_connection.cpp303 constexpr int kBufferSize = 65536; variable