Home
last modified time | relevance | path

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

/system/bt/audio_hal_interface/
Dclient_interface.cc174 : bluetooth_audio_clientif_(clientif), message_loop_(message_loop) {} in BluetoothAudioDeathRecipient()
180 if (bluetooth_audio_clientif_ != nullptr && message_loop_ != nullptr) { in serviceDied()
186 base::Unretained(bluetooth_audio_clientif_))); in serviceDied()
193 BluetoothAudioClientInterface* bluetooth_audio_clientif_; member in bluetooth::audio::BluetoothAudioDeathRecipient