Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/commands/bt_vhci_forwarder/hci/
Dh4_packetizer.cc87 static_cast<int>(h4_parser_.CurrentState()), in OnDataReady()
Dh4_parser.h63 State CurrentState() { return state_; }; in CurrentState() function