Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dclient_interface_hidl.h97 class IBluetoothTransportInstance {
99 IBluetoothTransportInstance(SessionType sessionType, in IBluetoothTransportInstance() function
105 IBluetoothTransportInstance(SessionType_2_1 sessionType_2_1, in IBluetoothTransportInstance() function
111 virtual ~IBluetoothTransportInstance() = default;
154 class IBluetoothSinkTransportInstance : public IBluetoothTransportInstance {
158 : IBluetoothTransportInstance{sessionType, audioConfig} {} in IBluetoothSinkTransportInstance()
161 : IBluetoothTransportInstance{sessionType_2_1, audioConfig_2_1} {} in IBluetoothSinkTransportInstance()
168 class IBluetoothSourceTransportInstance : public IBluetoothTransportInstance {
172 : IBluetoothTransportInstance{sessionType, audioConfig} {} in IBluetoothSourceTransportInstance()
175 : IBluetoothTransportInstance{sessionType_2_1, audioConfig_2_1} {} in IBluetoothSourceTransportInstance()
[all …]
Dclient_interface_hidl.cc71 BluetoothAudioPortImpl(IBluetoothTransportInstance* transport_instance, in BluetoothAudioPortImpl()
155 IBluetoothTransportInstance* transport_instance_;
197 IBluetoothTransportInstance* instance) in BluetoothAudioClientInterface()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dtransport_instance.h37 class IBluetoothTransportInstance {
39 IBluetoothTransportInstance(SessionType sessionType, in IBluetoothTransportInstance() function
42 virtual ~IBluetoothTransportInstance() = default;
108 class IBluetoothSinkTransportInstance : public IBluetoothTransportInstance {
112 : IBluetoothTransportInstance{sessionType, audioConfig} {} in IBluetoothSinkTransportInstance()
121 class IBluetoothSourceTransportInstance : public IBluetoothTransportInstance {
125 : IBluetoothTransportInstance{sessionType, audioConfig} {} in IBluetoothSourceTransportInstance()
Dbluetooth_audio_port_impl.h37 IBluetoothTransportInstance* transport_instance,
60 IBluetoothTransportInstance* transport_instance_;
Dclient_interface_aidl.h77 BluetoothAudioClientInterface(IBluetoothTransportInstance* instance);
182 IBluetoothTransportInstance* transport_;
Dbluetooth_audio_port_impl.cc35 IBluetoothTransportInstance* transport_instance, in BluetoothAudioPortImpl()
Dclient_interface_aidl.cc54 IBluetoothTransportInstance* instance) in BluetoothAudioClientInterface()
/packages/modules/Bluetooth/system/audio_hal_interface/
Dle_audio_software_unittest.cc226 IBluetoothTransportInstance* instance) in BluetoothAudioClientInterface()
357 IBluetoothTransportInstance* instance) in BluetoothAudioClientInterface()