Home
last modified time | relevance | path

Searched refs:controller_t (Results 1 – 25 of 31) sorted by relevance

12

/system/bt/stack/test/common/
Dmock_controller.cc40 const controller_t* controller_get_interface() { in controller_get_interface()
41 static controller_t* controller_instance = new controller_t(); in controller_get_interface()
Dmock_main_shim_controller.cc33 const controller_t* bluetooth::shim::controller_get_interface() { in controller_get_interface()
/system/bt/device/include/
Dcontroller.h31 typedef struct controller_t { struct
121 } controller_t; argument
123 const controller_t* controller_get_interface();
125 const controller_t* controller_get_test_interface(
/system/bt/hci/include/
Dhci_layer.h59 typedef struct controller_t controller_t; typedef
Dpacket_fragmenter.h63 const controller_t* controller_interface,
/system/bt/main/shim/
Dcontroller.h26 const controller_t* controller_get_interface();
Dcontroller.cc308 static const controller_t interface = {
392 const controller_t* bluetooth::shim::controller_get_interface() { in controller_get_interface()
/system/bt/test/mock/
Dmock_main_shim_controller.cc34 const controller_t* bluetooth::shim::controller_get_interface() { in controller_get_interface()
Dmock_device_controller.cc366 const controller_t interface = {
456 const controller_t* controller_get_interface() { in controller_get_interface()
Dmock_stack_acl.cc257 void BTM_acl_after_controller_started(const controller_t* controller) { in BTM_acl_after_controller_started()
/system/bt/device/src/
Dcontroller.cc739 static const controller_t interface = {
824 static const controller_t* controller_get_interface_legacy() { in controller_get_interface_legacy()
837 const controller_t* controller_get_interface() { in controller_get_interface()
845 const controller_t* controller_get_test_interface( in controller_get_test_interface()
/system/bt/stack/include/
Dacl_api.h42 void BTM_acl_after_controller_started(const controller_t* controller);
/system/bt/main/test/
Dmain_shim_test.cc74 struct controller_t mock_controller {
78 const controller_t* controller_get_interface() { return &mock_controller; } in controller_get_interface()
/system/bt/hci/src/
Dpacket_fragmenter.cc50 static const controller_t* controller;
505 const controller_t* controller_interface, in packet_fragmenter_get_test_interface()
/system/bt/stack/btm/
Dbtm_devctl.cc170 const controller_t* controller = controller_get_interface(); in BTM_reset_complete()
244 const controller_t* controller = controller_get_interface(); in decode_controller_support()
/system/bt/stack/acl/
Dacl.h368 struct controller_t;
Dbtm_pm.cc221 const controller_t* controller = controller_get_interface(); in BTM_SetPowerMode()
Dbtm_acl.cc222 void BTM_acl_after_controller_started(const controller_t* controller) { in BTM_acl_after_controller_started()
644 const controller_t* controller = controller_get_interface(); in check_link_policy()
/system/bt/bta/dm/
Dbta_dm_pm.cc456 const controller_t* controller = controller_get_interface(); in bta_dm_pm_cback()
734 const controller_t* controller = controller_get_interface(); in bta_dm_pm_sniff()
/system/bt/bta/gatt/
Dbta_gattc_utils.cc39 const controller_t* controller = controller_get_interface(); in ble_acceptlist_size()
/system/bt/hci/test/
Dpacket_fragmenter_host_test.cc123 const controller_t* controller_get_interface() { return nullptr; } in controller_get_interface()
Dpacket_fragmenter_test.cc572 controller_t controller;
/system/bt/stack/bnep/
Dbnep_utils.cc433 const controller_t* controller = controller_get_interface(); in bnepu_build_bnep_hdr()
/system/bt/stack/l2cap/
Dl2c_api.cc1573 const controller_t* controller = controller_get_interface(); in L2CA_FlushChannel()
Dl2c_link.cc750 const controller_t* controller = controller_get_interface(); in l2c_link_init()

12