Home
last modified time | relevance | path

Searched refs:GetInterface (Results 1 – 15 of 15) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_hf.cc37 struct GetInterface GetInterface; variable
45 Interface* GetInterface() { in GetInterface() function
47 return test::mock::btif_hf::GetInterface(); in GetInterface()
Dmock_btif_hf.h49 struct GetInterface { struct
54 extern struct GetInterface GetInterface; argument
Dmock_legacy_hci_interface.cc28 const Interface& GetInterface() { return *testing::interface_; } in GetInterface() function
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco_hfp_hal_linux.cc34 using bluetooth::legacy::hci::GetInterface;
434 GetInterface().ConfigureDataPath(hci_data_direction_t::CONTROLLER_TO_HOST, in set_codec_datapath()
436 GetInterface().ConfigureDataPath(hci_data_direction_t::HOST_TO_CONTROLLER, in set_codec_datapath()
Dbtm_sco.cc91 using bluetooth::legacy::hci::GetInterface;
1236 GetInterface().Disconnect(p->Handle(), HCI_ERR_PEER_USER); in BTM_RemoveSco()
1542 GetInterface().ChangeConnectionPacketType( in BTM_ChangeEScoLinkParms()
Dbtm_iso_impl.h336 bluetooth::legacy::hci::GetInterface().Disconnect( in disconnect_cis()
/packages/modules/Bluetooth/system/btif/include/
Dbtif_hf.h32 Interface* GetInterface();
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dhfp_client_interface_aidl.cc98 bluetooth::headset::GetInterface()->ConnectAudio(&cb->peer_addr, 0); in StartRequest()
119 auto status = bluetooth::headset::GetInterface()->DisconnectAudio(&addr); in StopRequest()
/packages/modules/Bluetooth/system/bta/le_audio/
Dcodec_manager.cc44 using bluetooth::legacy::hci::GetInterface;
121 GetInterface().ConfigureDataPath(hci_data_direction_t::HOST_TO_CONTROLLER, in codec_manager_impl()
123 GetInterface().ConfigureDataPath(hci_data_direction_t::CONTROLLER_TO_HOST, in codec_manager_impl()
137 GetInterface().ConfigureDataPath(hci_data_direction_t::HOST_TO_CONTROLLER, in ~codec_manager_impl()
139 GetInterface().ConfigureDataPath(hci_data_direction_t::CONTROLLER_TO_HOST, in ~codec_manager_impl()
/packages/modules/Bluetooth/system/stack/test/common/
Dmock_hcic_layer.cc130 const Interface& GetInterface() { return interface_; } in GetInterface() function
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc89 using bluetooth::legacy::hci::GetInterface;
211 GetInterface().StartRoleSwitch(p_acl.remote_addr, in hci_start_role_switch_to_central()
1481 GetInterface().ChangeConnectionPacketType(link.Handle(), link.pkt_types_mask); in change_connection_packet_types()
2480 GetInterface().Disconnect(conn_handle, reason); in acl_disconnect_after_role_switch()
/packages/modules/Bluetooth/system/stack/include/
Dhcimsgs.h57 const Interface& GetInterface();
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc876 return bluetooth::headset::GetInterface(); in get_profile_interface()
Dbtif_hf.cc1638 Interface* GetInterface() { in GetInterface() function
/packages/modules/Bluetooth/system/stack/hcic/
Dhcicmds.cc1655 const Interface& GetInterface() { return interface_; } in GetInterface() function