Home
last modified time | relevance | path

Searched defs:BluetoothAudioDeathRecipient (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/interfaces/bluetooth/audio/2.0/default/
H A DBluetoothAudioProvider.h35 class BluetoothAudioDeathRecipient; variable
63 BluetoothAudioDeathRecipient(const sp<BluetoothAudioProvider> provider) in BluetoothAudioDeathRecipient() function
/aosp12/hardware/interfaces/bluetooth/audio/2.1/default/
H A DBluetoothAudioProvider.h34 class BluetoothAudioDeathRecipient; variable
66 BluetoothAudioDeathRecipient(const sp<BluetoothAudioProvider> provider) in BluetoothAudioDeathRecipient() function
/aosp12/system/bt/audio_hal_interface/
H A Dclient_interface.h181 class BluetoothAudioDeathRecipient; variable
H A Dclient_interface.cc168 class BluetoothAudioDeathRecipient class
171 BluetoothAudioDeathRecipient( in BluetoothAudioDeathRecipient() function in bluetooth::audio::BluetoothAudioDeathRecipient
/aosp12/system/bt/btif/src/
H A Dbtif_a2dp_audio_interface.cc157 class BluetoothAudioDeathRecipient : public hidl_death_recipient { class