Searched refs:GetInterface (Results 1 – 15 of 15) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_btif_hf.cc | 37 struct GetInterface GetInterface; variable 45 Interface* GetInterface() { in GetInterface() function 47 return test::mock::btif_hf::GetInterface(); in GetInterface()
|
D | mock_btif_hf.h | 49 struct GetInterface { struct 54 extern struct GetInterface GetInterface; argument
|
D | mock_legacy_hci_interface.cc | 28 const Interface& GetInterface() { return *testing::interface_; } in GetInterface() function
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_sco_hfp_hal_linux.cc | 34 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()
|
D | btm_sco.cc | 91 using bluetooth::legacy::hci::GetInterface; 1236 GetInterface().Disconnect(p->Handle(), HCI_ERR_PEER_USER); in BTM_RemoveSco() 1542 GetInterface().ChangeConnectionPacketType( in BTM_ChangeEScoLinkParms()
|
D | btm_iso_impl.h | 336 bluetooth::legacy::hci::GetInterface().Disconnect( in disconnect_cis()
|
/packages/modules/Bluetooth/system/btif/include/ |
D | btif_hf.h | 32 Interface* GetInterface();
|
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/ |
D | hfp_client_interface_aidl.cc | 98 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/ |
D | codec_manager.cc | 44 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/ |
D | mock_hcic_layer.cc | 130 const Interface& GetInterface() { return interface_; } in GetInterface() function
|
/packages/modules/Bluetooth/system/stack/acl/ |
D | btm_acl.cc | 89 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/ |
D | hcimsgs.h | 57 const Interface& GetInterface();
|
/packages/modules/Bluetooth/system/btif/src/ |
D | bluetooth.cc | 876 return bluetooth::headset::GetInterface(); in get_profile_interface()
|
D | btif_hf.cc | 1638 Interface* GetInterface() { in GetInterface() function
|
/packages/modules/Bluetooth/system/stack/hcic/ |
D | hcicmds.cc | 1655 const Interface& GetInterface() { return interface_; } in GetInterface() function
|