Home
last modified time | relevance | path

Searched refs:DisconnectAudio (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dhfp_client.py77 await self.__hfp_stub.DisconnectAudio(
83 await self.__hfp_stub.DisconnectAudio(
Dhf_client_client.py59 await self.__hf_client_stub.DisconnectAudio(
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth_headset_interface.h78 virtual bt_status_t DisconnectAudio(RawAddress* bd_addr) = 0;
/packages/modules/Bluetooth/system/blueberry/facade/topshim/
Dfacade.proto111 rpc DisconnectAudio(DisconnectAudioRequest) returns (google.protobuf.Empty) {} rpc
120 rpc DisconnectAudio(DisconnectAudioRequest) returns (DisconnectAudioResponse) {} rpc
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dhfp_client_interface_aidl.cc119 auto status = bluetooth::headset::GetInterface()->DisconnectAudio(&addr); in StopRequest()
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/
Dhfp_shim.cc344 return intf_->DisconnectAudio(&addr); in disconnect_audio()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc841 bt_status_t DisconnectAudio(RawAddress* bd_addr) override;
958 bt_status_t HeadsetInterface::DisconnectAudio(RawAddress* bd_addr) { in DisconnectAudio() function in bluetooth::headset::HeadsetInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfp.cpp576 sBluetoothHfpInterface->DisconnectAudio((RawAddress*)addr); in disconnectAudioNative()