Searched refs:a2dp_hal_clientif (Results 1 – 1 of 1) sorted by relevance
206 bluetooth::audio::BluetoothAudioClientInterface* a2dp_hal_clientif = nullptr; variable591 bool is_hal_2_0_enabled() { return a2dp_hal_clientif != nullptr; } in is_hal_2_0_enabled()608 a2dp_hal_clientif = new bluetooth::audio::BluetoothAudioClientInterface( in init()610 if (!a2dp_hal_clientif->IsValid()) { in init()612 delete a2dp_hal_clientif; in init()613 a2dp_hal_clientif = nullptr; in init()632 delete a2dp_hal_clientif; in cleanup()633 a2dp_hal_clientif = nullptr; in cleanup()662 return a2dp_hal_clientif->UpdateAudioConfig(audio_config); in setup_codec()670 a2dp_hal_clientif->StartSession(); in start_session()[all …]