Home
last modified time | relevance | path

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

/aosp12/system/bt/audio_hal_interface/
H A Da2dp_encoding.cc343 return active_hal_interface->GetTransportInstance()->GetSessionType() == in is_hal_2_0_offloading()
379 software_hal_interface->GetTransportInstance()); in init()
394 static_cast<A2dpTransport*>(active_hal_interface->GetTransportInstance()) in init()
406 auto a2dp_sink = active_hal_interface->GetTransportInstance(); in cleanup()
411 a2dp_sink = software_hal_interface->GetTransportInstance(); in cleanup()
416 a2dp_sink = offloading_hal_interface->GetTransportInstance(); in cleanup()
449 if (active_hal_interface->GetTransportInstance()->GetSessionType() == in setup_codec()
477 static_cast<A2dpTransport*>(active_hal_interface->GetTransportInstance()) in end_session()
479 static_cast<A2dpTransport*>(active_hal_interface->GetTransportInstance()) in end_session()
528 << toString(active_hal_interface->GetTransportInstance() in read()
[all …]
H A Dclient_interface.h260 IBluetoothSinkTransportInstance* GetTransportInstance() const { in GetTransportInstance() function