Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dclient_interface_hidl.h137 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_;
Dhearing_aid_software_encoding_hidl.cc51 class HearingAidTransport : public bluetooth::audio::hidl::IBluetoothSinkTransportInstance {
54 : IBluetoothSinkTransportInstance(SessionType::HEARING_AID_SOFTWARE_ENCODING_DATAPATH, in HearingAidTransport()
Da2dp_encoding_hidl.cc98 class A2dpTransport : public ::bluetooth::audio::hidl::IBluetoothSinkTransportInstance {
101 : IBluetoothSinkTransportInstance(sessionType, (AudioConfiguration){}), in A2dpTransport()
Dle_audio_software_hidl.h102 class LeAudioSinkTransport : public ::bluetooth::audio::hidl::IBluetoothSinkTransportInstance {
Dclient_interface_hidl_unittest.cc133 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()
Dle_audio_software_hidl.cc256 : IBluetoothSinkTransportInstance(session_type, {}) { in LeAudioSinkTransport()
Dclient_interface_hidl.cc383 IBluetoothSinkTransportInstance* sink, bluetooth::common::MessageLoopThread* message_loop) in BluetoothAudioSinkClientInterface()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dtransport_instance.h104 class IBluetoothSinkTransportInstance : public IBluetoothTransportInstance {
106 IBluetoothSinkTransportInstance(SessionType sessionType, AudioConfiguration audioConfig) in IBluetoothSinkTransportInstance() function
108 virtual ~IBluetoothSinkTransportInstance() = default;
Dclient_interface_aidl.h171 BluetoothAudioSinkClientInterface(IBluetoothSinkTransportInstance* sink);
174 IBluetoothSinkTransportInstance* GetTransportInstance() const { return sink_; } in GetTransportInstance()
182 IBluetoothSinkTransportInstance* sink_;
Dhearing_aid_software_encoding_aidl.cc48 class HearingAidTransport : public bluetooth::audio::aidl::IBluetoothSinkTransportInstance {
51 : IBluetoothSinkTransportInstance(SessionType::HEARING_AID_SOFTWARE_ENCODING_DATAPATH, in HearingAidTransport()
Dhfp_client_interface_aidl.h128 class HfpEncodingTransport : public ::bluetooth::audio::aidl::IBluetoothSinkTransportInstance {
Dle_audio_software_aidl.h125 class LeAudioSinkTransport : public ::bluetooth::audio::aidl::IBluetoothSinkTransportInstance {
Dhfp_client_interface_aidl.cc283 : IBluetoothSinkTransportInstance(session_type, (AudioConfiguration){}) { in HfpEncodingTransport()
Dclient_interface_aidl.cc189 IBluetoothSinkTransportInstance* sink) in BluetoothAudioSinkClientInterface()
Dle_audio_software_aidl.cc325 : IBluetoothSinkTransportInstance(session_type, (AudioConfiguration){}) { in LeAudioSinkTransport()
/packages/modules/Bluetooth/system/audio_hal_interface/
Dhfp_client_interface_unittest.cc62 IBluetoothSinkTransportInstance* sink) in BluetoothAudioSinkClientInterface()
188 : IBluetoothSinkTransportInstance(session_type, (AudioConfiguration){}) {} in HfpEncodingTransport()
Dle_audio_software_unittest.cc209 IBluetoothSinkTransportInstance* sink, bluetooth::common::MessageLoopThread* message_loop) in BluetoothAudioSinkClientInterface()
328 IBluetoothSinkTransportInstance* sink) in BluetoothAudioSinkClientInterface()
/packages/modules/Bluetooth/system/audio_hal_interface/fuzzer/
Dlibbt_audio_hal_client_interface_fuzzer.cpp136 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()