Searched refs:IBluetoothSinkTransportInstance (Results 1 – 18 of 18) sorted by relevance
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/ |
D | client_interface_hidl.h | 137 class IBluetoothSinkTransportInstance : public IBluetoothTransportInstance { 139 IBluetoothSinkTransportInstance(SessionType sessionType, AudioConfiguration audioConfig) in IBluetoothSinkTransportInstance() function 141 IBluetoothSinkTransportInstance(SessionType_2_1 sessionType_2_1, in IBluetoothSinkTransportInstance() function 144 virtual ~IBluetoothSinkTransportInstance() = default; 234 BluetoothAudioSinkClientInterface(IBluetoothSinkTransportInstance* sink, 238 IBluetoothSinkTransportInstance* GetTransportInstance() const { return sink_; } in GetTransportInstance() 244 IBluetoothSinkTransportInstance* sink_;
|
D | hearing_aid_software_encoding_hidl.cc | 51 class HearingAidTransport : public bluetooth::audio::hidl::IBluetoothSinkTransportInstance { 54 : IBluetoothSinkTransportInstance(SessionType::HEARING_AID_SOFTWARE_ENCODING_DATAPATH, in HearingAidTransport()
|
D | a2dp_encoding_hidl.cc | 98 class A2dpTransport : public ::bluetooth::audio::hidl::IBluetoothSinkTransportInstance { 101 : IBluetoothSinkTransportInstance(sessionType, (AudioConfiguration){}), in A2dpTransport()
|
D | le_audio_software_hidl.h | 102 class LeAudioSinkTransport : public ::bluetooth::audio::hidl::IBluetoothSinkTransportInstance {
|
D | client_interface_hidl_unittest.cc | 133 class TestSinkTransport : public bluetooth::audio::hidl::IBluetoothSinkTransportInstance { 139 : bluetooth::audio::hidl::IBluetoothSinkTransportInstance(session_type, {}) {} in TestSinkTransport() 141 : bluetooth::audio::hidl::IBluetoothSinkTransportInstance(session_type_2_1, in TestSinkTransport()
|
D | le_audio_software_hidl.cc | 256 : IBluetoothSinkTransportInstance(session_type, {}) { in LeAudioSinkTransport()
|
D | client_interface_hidl.cc | 383 IBluetoothSinkTransportInstance* sink, bluetooth::common::MessageLoopThread* message_loop) in BluetoothAudioSinkClientInterface()
|
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/ |
D | transport_instance.h | 104 class IBluetoothSinkTransportInstance : public IBluetoothTransportInstance { 106 IBluetoothSinkTransportInstance(SessionType sessionType, AudioConfiguration audioConfig) in IBluetoothSinkTransportInstance() function 108 virtual ~IBluetoothSinkTransportInstance() = default;
|
D | client_interface_aidl.h | 171 BluetoothAudioSinkClientInterface(IBluetoothSinkTransportInstance* sink); 174 IBluetoothSinkTransportInstance* GetTransportInstance() const { return sink_; } in GetTransportInstance() 182 IBluetoothSinkTransportInstance* sink_;
|
D | hearing_aid_software_encoding_aidl.cc | 48 class HearingAidTransport : public bluetooth::audio::aidl::IBluetoothSinkTransportInstance { 51 : IBluetoothSinkTransportInstance(SessionType::HEARING_AID_SOFTWARE_ENCODING_DATAPATH, in HearingAidTransport()
|
D | hfp_client_interface_aidl.h | 128 class HfpEncodingTransport : public ::bluetooth::audio::aidl::IBluetoothSinkTransportInstance {
|
D | le_audio_software_aidl.h | 125 class LeAudioSinkTransport : public ::bluetooth::audio::aidl::IBluetoothSinkTransportInstance {
|
D | hfp_client_interface_aidl.cc | 283 : IBluetoothSinkTransportInstance(session_type, (AudioConfiguration){}) { in HfpEncodingTransport()
|
D | client_interface_aidl.cc | 189 IBluetoothSinkTransportInstance* sink) in BluetoothAudioSinkClientInterface()
|
D | le_audio_software_aidl.cc | 325 : IBluetoothSinkTransportInstance(session_type, (AudioConfiguration){}) { in LeAudioSinkTransport()
|
/packages/modules/Bluetooth/system/audio_hal_interface/ |
D | hfp_client_interface_unittest.cc | 62 IBluetoothSinkTransportInstance* sink) in BluetoothAudioSinkClientInterface() 188 : IBluetoothSinkTransportInstance(session_type, (AudioConfiguration){}) {} in HfpEncodingTransport()
|
D | le_audio_software_unittest.cc | 209 IBluetoothSinkTransportInstance* sink, bluetooth::common::MessageLoopThread* message_loop) in BluetoothAudioSinkClientInterface() 328 IBluetoothSinkTransportInstance* sink) in BluetoothAudioSinkClientInterface()
|
/packages/modules/Bluetooth/system/audio_hal_interface/fuzzer/ |
D | libbt_audio_hal_client_interface_fuzzer.cpp | 136 class TestSinkTransport : public bluetooth::audio::hidl::IBluetoothSinkTransportInstance { 140 : bluetooth::audio::hidl::IBluetoothSinkTransportInstance(session_type, {}) {} in TestSinkTransport() 143 : bluetooth::audio::hidl::IBluetoothSinkTransportInstance(session_type_2_1, in TestSinkTransport()
|