Home
last modified time | relevance | path

Searched defs:GetTransportInstance (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dclient_interface_aidl.h174 IBluetoothSinkTransportInstance* GetTransportInstance() const { return sink_; } in GetTransportInstance() function
197 IBluetoothSourceTransportInstance* GetTransportInstance() const { return source_; } in GetTransportInstance() function
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dclient_interface_hidl.h238 IBluetoothSinkTransportInstance* GetTransportInstance() const { return sink_; } in GetTransportInstance() function
256 IBluetoothSourceTransportInstance* GetTransportInstance() const { return source_; } in GetTransportInstance() function
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/aidl/a2dp/
Dclient_interface_aidl.h93 IBluetoothTransportInstance* GetTransportInstance() const { return transport_; } in GetTransportInstance() function