Home
last modified time | relevance | path

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

/system/bt/audio_hal_interface/
Dclient_interface.h79 class IBluetoothTransportInstance {
81 IBluetoothTransportInstance(SessionType sessionType, in IBluetoothTransportInstance() function
84 virtual ~IBluetoothTransportInstance() = default;
129 IBluetoothTransportInstance* sink,
169 IBluetoothTransportInstance* sink_;
Dhearing_aid_software_encoding.cc40 : public bluetooth::audio::IBluetoothTransportInstance {
43 : IBluetoothTransportInstance( in HearingAidTransport()
Dclient_interface.cc72 BluetoothAudioPortImpl(IBluetoothTransportInstance* sink, in BluetoothAudioPortImpl()
152 IBluetoothTransportInstance* sink_;
188 BluetoothAudioClientInterface::BluetoothAudioClientInterface(IBluetoothTransportInstance* sink, in BluetoothAudioClientInterface()
Dclient_interface_unittest.cc61 class TestTransport : public bluetooth::audio::IBluetoothTransportInstance {
67 : bluetooth::audio::IBluetoothTransportInstance(session_type, {}){}; in TestTransport()
Da2dp_encoding.cc60 class A2dpTransport : public ::bluetooth::audio::IBluetoothTransportInstance {
63 : IBluetoothTransportInstance(sessionType, {}), in A2dpTransport()