Home
last modified time | relevance | path

Searched refs:IBluetoothTransportInstance (Results 1 – 5 of 5) sorted by relevance

/system/bt/audio_hal_interface/
Dclient_interface.h78 class IBluetoothTransportInstance {
80 IBluetoothTransportInstance(SessionType sessionType, in IBluetoothTransportInstance() function
83 virtual ~IBluetoothTransportInstance() = default;
128 IBluetoothTransportInstance* sink,
137 IBluetoothTransportInstance* GetTransportInstance() const { return sink_; } in GetTransportInstance()
175 IBluetoothTransportInstance* sink_;
Dhearing_aid_software_encoding.cc40 : public bluetooth::audio::IBluetoothTransportInstance {
43 : IBluetoothTransportInstance( in HearingAidTransport()
Dclient_interface.cc72 BluetoothAudioPortImpl(IBluetoothTransportInstance* sink, in BluetoothAudioPortImpl()
153 IBluetoothTransportInstance* sink_;
190 BluetoothAudioClientInterface::BluetoothAudioClientInterface(IBluetoothTransportInstance* sink, in BluetoothAudioClientInterface()
Da2dp_encoding.cc51 class A2dpTransport : public ::bluetooth::audio::IBluetoothTransportInstance {
54 : IBluetoothTransportInstance(sessionType, {}), in A2dpTransport()
Dclient_interface_unittest.cc113 class TestTransport : public bluetooth::audio::IBluetoothTransportInstance {
119 : bluetooth::audio::IBluetoothTransportInstance(session_type, {}){}; in TestTransport()