Home
last modified time | relevance | path

Searched refs:hci_packet_parser_get_interface (Results 1 – 6 of 6) sorted by relevance

/system/bt/stack/test/common/
Dmock_hci_packet_parser.cc33 const hci_packet_parser_t* hci_packet_parser_get_interface() { in hci_packet_parser_get_interface() function
/system/bt/test/mock/
Dmock_hci_packet_parser.cc33 const hci_packet_parser_t* hci_packet_parser_get_interface() { in hci_packet_parser_get_interface() function
/system/bt/hci/include/
Dhci_packet_parser.h96 const hci_packet_parser_t* hci_packet_parser_get_interface();
/system/bt/hci/src/
Dhci_packet_parser.cc319 const hci_packet_parser_t* hci_packet_parser_get_interface() { in hci_packet_parser_get_interface() function
/system/bt/main/test/
Dmain_shim_test.cc174 const hci_packet_parser_t* hci_packet_parser_get_interface() { return nullptr; } in hci_packet_parser_get_interface() function
/system/bt/device/src/
Dcontroller.cc831 packet_parser = hci_packet_parser_get_interface(); in controller_get_interface_legacy()