Searched refs:INCOMING (Results 1 – 4 of 4) sorted by relevance
/system/bt/gd/hal/ |
D | hci_hal_android_hidl.cc | 95 …btsnoop_logger_->Capture(received_hci_packet, SnoopLogger::Direction::INCOMING, SnoopLogger::Packe… in hciEventReceived() 108 …btsnoop_logger_->Capture(received_hci_packet, SnoopLogger::Direction::INCOMING, SnoopLogger::Packe… in aclDataReceived() 121 …btsnoop_logger_->Capture(received_hci_packet, SnoopLogger::Direction::INCOMING, SnoopLogger::Packe… in scoDataReceived() 134 …btsnoop_logger_->Capture(received_hci_packet, SnoopLogger::Direction::INCOMING, SnoopLogger::Packe… in isoDataReceived()
|
D | snoop_logger.h | 79 INCOMING, enumerator
|
D | hci_hal_host.cc | 425 …btsnoop_logger_->Capture(receivedHciPacket, SnoopLogger::Direction::INCOMING, SnoopLogger::PacketT… in incoming_packet_received() 454 …btsnoop_logger_->Capture(receivedHciPacket, SnoopLogger::Direction::INCOMING, SnoopLogger::PacketT… in incoming_packet_received() 478 …btsnoop_logger_->Capture(receivedHciPacket, SnoopLogger::Direction::INCOMING, SnoopLogger::PacketT… in incoming_packet_received() 502 …btsnoop_logger_->Capture(receivedHciPacket, SnoopLogger::Direction::INCOMING, SnoopLogger::PacketT… in incoming_packet_received()
|
D | snoop_logger.cc | 262 flags.set(0, direction == Direction::INCOMING); in Capture() 270 flags.set(0, direction == Direction::INCOMING); in Capture()
|