Home
last modified time | relevance | path

Searched refs:BluetoothAudioDeathRecipient (Results 1 – 3 of 3) sorted by relevance

/system/bt/audio_hal_interface/
Dclient_interface.h117 class BluetoothAudioDeathRecipient; variable
182 android::sp<BluetoothAudioDeathRecipient> death_recipient_;
Dclient_interface.cc161 class BluetoothAudioDeathRecipient class
164 BluetoothAudioDeathRecipient( in BluetoothAudioDeathRecipient() function in bluetooth::audio::BluetoothAudioDeathRecipient
193 death_recipient_(new BluetoothAudioDeathRecipient(this, message_loop)) { in BluetoothAudioClientInterface()
/system/bt/btif/src/
Dbtif_a2dp_audio_interface.cc161 class BluetoothAudioDeathRecipient : public hidl_death_recipient { class
172 sp<BluetoothAudioDeathRecipient> bluetoothAudioDeathRecipient =
173 new BluetoothAudioDeathRecipient();