Searched refs:active_hal_interface (Results 1 – 4 of 4) sorted by relevance
214 BluetoothAudioSinkClientInterface* active_hal_interface = nullptr; variable352 bool is_hal_2_0_enabled() { return active_hal_interface != nullptr; } in is_hal_2_0_enabled()359 return active_hal_interface->GetTransportInstance()->GetSessionType() == in is_hal_2_0_offloading()402 active_hal_interface = in init()408 static_cast<A2dpTransport*>(active_hal_interface->GetTransportInstance()) in init()420 auto a2dp_sink = active_hal_interface->GetTransportInstance(); in cleanup()423 active_hal_interface = nullptr; in cleanup()455 active_hal_interface = offloading_hal_interface; in setup_codec()459 active_hal_interface = software_hal_interface; in setup_codec()463 if (active_hal_interface->GetTransportInstance()->GetSessionType() == in setup_codec()[all …]
227 BluetoothAudioSinkClientInterface* active_hal_interface = nullptr; variable406 bool is_hal_enabled() { return active_hal_interface != nullptr; } in is_hal_enabled()413 return active_hal_interface->GetTransportInstance()->GetSessionType() == in is_hal_offloading()481 active_hal_interface = in init()487 static_cast<A2dpTransport*>(active_hal_interface->GetTransportInstance()) in init()499 auto a2dp_sink = active_hal_interface->GetTransportInstance(); in cleanup()502 active_hal_interface = nullptr; in cleanup()566 active_hal_interface = offloading_hal_interface; in setup_codec()569 return active_hal_interface->UpdateAudioConfig( in setup_codec()586 active_hal_interface = offloading_hal_interface; in setup_codec()[all …]
119 static inline BluetoothAudioSinkClientInterface* active_hal_interface = variable162 static inline BluetoothAudioSourceClientInterface* active_hal_interface = variable
45 return HfpDecodingTransport::active_hal_interface; in get_decode_client_interface()49 return HfpEncodingTransport::active_hal_interface; in get_encode_client_interface()253 HfpDecodingTransport::active_hal_interface = in GetDecode()399 HfpEncodingTransport::active_hal_interface = in GetEncode()550 HfpEncodingTransport::active_hal_interface = in GetOffload()