Home
last modified time | relevance | path

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

/system/bt/audio_hal_interface/
Da2dp_encoding.cc195 BluetoothAudioClientInterface* active_hal_interface = nullptr; variable
325 bool is_hal_2_0_enabled() { return active_hal_interface != nullptr; } in is_hal_2_0_enabled()
332 return active_hal_interface->GetTransportInstance()->GetSessionType() == in is_hal_2_0_offloading()
377 active_hal_interface = in init()
384 static_cast<A2dpTransport*>(active_hal_interface->GetTransportInstance()) in init()
396 auto a2dp_sink = active_hal_interface->GetTransportInstance(); in cleanup()
399 active_hal_interface = nullptr; in cleanup()
431 active_hal_interface = offloading_hal_interface; in setup_codec()
435 active_hal_interface = software_hal_interface; in setup_codec()
439 if (active_hal_interface->GetTransportInstance()->GetSessionType() == in setup_codec()
[all …]