Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Da2dp_encoding_hidl.cc359 return active_hal_interface->GetTransportInstance()->GetSessionType() == in is_hal_2_0_offloading()
394 software_hal_interface->GetTransportInstance()); in init()
408 static_cast<A2dpTransport*>(active_hal_interface->GetTransportInstance()) in init()
420 auto a2dp_sink = active_hal_interface->GetTransportInstance(); in cleanup()
425 a2dp_sink = software_hal_interface->GetTransportInstance(); in cleanup()
430 a2dp_sink = offloading_hal_interface->GetTransportInstance(); in cleanup()
463 if (active_hal_interface->GetTransportInstance()->GetSessionType() == in setup_codec()
491 static_cast<A2dpTransport*>(active_hal_interface->GetTransportInstance()) in end_session()
493 static_cast<A2dpTransport*>(active_hal_interface->GetTransportInstance()) in end_session()
501 static_cast<A2dpTransport*>(active_hal_interface->GetTransportInstance()); in ack_stream_started()
[all …]
Dclient_interface_hidl.h260 IBluetoothSinkTransportInstance* GetTransportInstance() const { in GetTransportInstance() function
282 IBluetoothSourceTransportInstance* GetTransportInstance() const { in GetTransportInstance() function
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Da2dp_encoding_aidl.cc413 return active_hal_interface->GetTransportInstance()->GetSessionType() == in is_hal_offloading()
441 static_cast<A2dpTransport*>(hal_interface->GetTransportInstance()); in delete_hal_interface()
487 static_cast<A2dpTransport*>(active_hal_interface->GetTransportInstance()) in init()
499 auto a2dp_sink = active_hal_interface->GetTransportInstance(); in cleanup()
504 a2dp_sink = software_hal_interface->GetTransportInstance(); in cleanup()
509 a2dp_sink = offloading_hal_interface->GetTransportInstance(); in cleanup()
594 if (active_hal_interface->GetTransportInstance()->GetSessionType() == in setup_codec()
628 static_cast<A2dpTransport*>(active_hal_interface->GetTransportInstance()) in end_session()
630 static_cast<A2dpTransport*>(active_hal_interface->GetTransportInstance()) in end_session()
638 static_cast<A2dpTransport*>(active_hal_interface->GetTransportInstance()); in ack_stream_started()
[all …]
Dclient_interface_aidl.h201 IBluetoothSinkTransportInstance* GetTransportInstance() const { in GetTransportInstance() function
228 IBluetoothSourceTransportInstance* GetTransportInstance() const { in GetTransportInstance() function
/packages/modules/Bluetooth/system/audio_hal_interface/
Dle_audio_software.cc92 ->GetTransportInstance() in is_aidl_offload_encoding_session()
96 ->GetTransportInstance() in is_aidl_offload_encoding_session()
610 interface->GetTransportInstance() in StartSession()
848 if (aidl::le_audio::LeAudioSourceTransport::interface->GetTransportInstance() in UpdateAudioConfigToHal()
Dhfp_client_interface.cc542 HfpEncodingTransport::software_hal_interface->GetTransportInstance()); in GetOffload()
/packages/modules/Bluetooth/system/audio_hal_interface/fuzzer/
Dlibbt_audio_hal_client_interface_fuzzer.cpp389 mClientIfSink->GetTransportInstance(); in process()