Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/commands/bt_vhci_forwarder/hci/
Dh4_parser.cc95 size_t H4Parser::BytesRequested() { in BytesRequested() function in rootcanal::H4Parser
107 size_t bytes_to_read = BytesRequested(); in Consume()
112 if ((uint32_t)bytes_read > BytesRequested()) { in Consume()
Dh4_packetizer.cc60 ssize_t bytes_to_read = h4_parser_.BytesRequested(); in OnDataReady()
Dh4_parser.h58 size_t BytesRequested();