Home
last modified time | relevance | path

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

/aosp12/system/bt/audio_hal_interface/
H A Dclient_interface.h152 class IBluetoothSinkTransportInstance : public IBluetoothTransportInstance {
154 IBluetoothSinkTransportInstance(SessionType_2_1 sessionType_2_1, in IBluetoothSinkTransportInstance() function
157 IBluetoothSinkTransportInstance(SessionType sessionType, in IBluetoothSinkTransportInstance() function
160 virtual ~IBluetoothSinkTransportInstance() = default;
256 IBluetoothSinkTransportInstance* sink,
260 IBluetoothSinkTransportInstance* GetTransportInstance() const { in GetTransportInstance()
268 IBluetoothSinkTransportInstance* sink_;
H A Dhearing_aid_software_encoding.cc41 : public bluetooth::audio::IBluetoothSinkTransportInstance {
44 : IBluetoothSinkTransportInstance( in HearingAidTransport()
H A Da2dp_encoding.cc55 : public ::bluetooth::audio::IBluetoothSinkTransportInstance {
58 : IBluetoothSinkTransportInstance(sessionType, {}), in A2dpTransport()
H A Dle_audio_software.cc166 : public bluetooth::audio::IBluetoothSinkTransportInstance {
169 : IBluetoothSinkTransportInstance( in LeAudioSinkTransport()
H A Dclient_interface_unittest.cc132 : public bluetooth::audio::IBluetoothSinkTransportInstance {
138 : bluetooth::audio::IBluetoothSinkTransportInstance(session_type, {}){}; in TestSinkTransport()
140 : bluetooth::audio::IBluetoothSinkTransportInstance(session_type_2_1, in TestSinkTransport()
H A Dclient_interface.cc422 IBluetoothSinkTransportInstance* sink, in BluetoothAudioSinkClientInterface()