Home
last modified time | relevance | path

Searched refs:hci_layer_get_interface (Results 1 – 14 of 14) sorted by relevance

/aosp12/system/bt/test/mock/
H A Dmock_hci_layer.cc64 struct hci_layer_get_interface hci_layer_get_interface; variable
112 const hci_t* hci_layer_get_interface() { in hci_layer_get_interface() function
114 return test::mock::hci_layer::hci_layer_get_interface(); in hci_layer_get_interface()
H A Dmock_hci_layer.h135 struct hci_layer_get_interface { struct
140 extern struct hci_layer_get_interface hci_layer_get_interface; argument
/aosp12/system/bt/main/shim/
H A Dhci_layer.h27 const hci_t* hci_layer_get_interface();
H A Dhci_layer.cc718 const hci_t* bluetooth::shim::hci_layer_get_interface() { in hci_layer_get_interface() function in bluetooth::shim
/aosp12/system/bt/hci/test/
H A Dother_stack_stub.cc43 const hci_t* hci_layer_get_interface() { return nullptr; } in hci_layer_get_interface() function
/aosp12/system/bt/main/
H A Dbte_main.cc78 hci = hci_layer_get_interface(); in bte_main_init()
/aosp12/system/bt/hci/include/
H A Dhci_layer.h87 const hci_t* hci_layer_get_interface();
/aosp12/system/bt/hci/src/
H A Dhci_layer.cc890 const hci_t* hci_layer_get_interface();
904 const hci_t* hci_layer_get_interface() { in hci_layer_get_interface() function
906 return bluetooth::shim::hci_layer_get_interface(); in hci_layer_get_interface()
/aosp12/system/bt/stack/test/btm/
H A Dstack_btm_test.cc48 const hci_t* hci_layer_get_interface() { return nullptr; } in hci_layer_get_interface() function
/aosp12/system/bt/btif/test/
H A Dbtif_stack_test.cc185 test::mock::hci_layer::hci_layer_get_interface.hci = &mock_hci; in SetUp()
/aosp12/system/bt/main/test/
H A Dmain_shim_test.cc175 const hci_t* hci_layer_get_interface() { return nullptr; } in hci_layer_get_interface() function
/aosp12/system/bt/stack/btm/
H A Dbtm_devctl.cc665 hci_layer_get_interface()->transmit_command( in BTM_EnableTestMode()
/aosp12/system/bt/device/src/
H A Dcontroller.cc829 local_hci = hci_layer_get_interface(); in controller_get_interface_legacy()
/aosp12/system/bt/stack/btu/
H A Dbtu_hcif.cc737 hci_layer_get_interface()->transmit_command( in btu_hcif_send_cmd()
918 hci_layer_get_interface()->transmit_command( in btu_hcif_send_cmd_with_cb()