Home
last modified time | relevance | path

Searched refs:hci_packet_parser_t (Results 1 – 7 of 7) 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()
37 const hci_packet_parser_t* hci_packet_parser_get_test_interface( in hci_packet_parser_get_test_interface()
/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()
37 const hci_packet_parser_t* hci_packet_parser_get_test_interface( in hci_packet_parser_get_test_interface()
/system/bt/hci/include/
Dhci_packet_parser.h94 } hci_packet_parser_t; typedef
96 const hci_packet_parser_t* hci_packet_parser_get_interface();
98 const hci_packet_parser_t* hci_packet_parser_get_test_interface(
/system/bt/hci/src/
Dhci_packet_parser.cc299 static const hci_packet_parser_t interface = {
319 const hci_packet_parser_t* hci_packet_parser_get_interface() { in hci_packet_parser_get_interface()
324 const hci_packet_parser_t* hci_packet_parser_get_test_interface( in hci_packet_parser_get_test_interface()
/system/bt/device/include/
Dcontroller.h128 const hci_packet_parser_t* packet_parser_interface);
/system/bt/device/src/
Dcontroller.cc60 static const hci_packet_parser_t* packet_parser;
848 const hci_packet_parser_t* packet_parser_interface) { in controller_get_test_interface()
/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()