Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/commands/bt_vhci_forwarder/hci/
Dh4_packetizer.cc90 h4_parser_.Consume(buffer.data(), bytes_read); in OnDataReady()
Dh4_parser.h55 bool Consume(const uint8_t* buffer, int32_t bytes);
Dh4_parser.cc106 bool H4Parser::Consume(const uint8_t* buffer, int32_t bytes_read) { in Consume() function in rootcanal::H4Parser