Home
last modified time | relevance | path

Searched refs:BluetoothAudioSourceClientInterface (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/
Dle_audio_software_unittest.cc218 BluetoothAudioSourceClientInterface::BluetoothAudioSourceClientInterface( in BluetoothAudioSourceClientInterface() function in bluetooth::audio::hidl::BluetoothAudioSourceClientInterface
223 BluetoothAudioSourceClientInterface::~BluetoothAudioSourceClientInterface() {} in ~BluetoothAudioSourceClientInterface()
233 size_t BluetoothAudioSourceClientInterface::WriteAudioData(const uint8_t* p_buf, uint32_t len) { in WriteAudioData()
336 BluetoothAudioSourceClientInterface::BluetoothAudioSourceClientInterface( in BluetoothAudioSourceClientInterface() function in bluetooth::audio::aidl::BluetoothAudioSourceClientInterface
339 BluetoothAudioSourceClientInterface::~BluetoothAudioSourceClientInterface() {} in ~BluetoothAudioSourceClientInterface()
341 size_t BluetoothAudioSourceClientInterface::WriteAudioData(const uint8_t* p_buf, uint32_t len) { in WriteAudioData()
Dhfp_client_interface_unittest.cc71 BluetoothAudioSourceClientInterface::BluetoothAudioSourceClientInterface( in BluetoothAudioSourceClientInterface() function in bluetooth::audio::aidl::BluetoothAudioSourceClientInterface
74 BluetoothAudioSourceClientInterface::~BluetoothAudioSourceClientInterface() {} in ~BluetoothAudioSourceClientInterface()
76 size_t BluetoothAudioSourceClientInterface::WriteAudioData(const uint8_t* /*p_buf*/, uint32_t len) { in WriteAudioData()
Dhfp_client_interface.cc41 static aidl::BluetoothAudioSourceClientInterface* get_decode_client_interface() { in get_decode_client_interface()
264 new aidl::BluetoothAudioSourceClientInterface(HfpDecodingTransport::instance_); in GetDecode()
Dle_audio_software.cc740 new hidl::BluetoothAudioSourceClientInterface( in GetSource()
762 new aidl::BluetoothAudioSourceClientInterface( in GetSource()
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dhfp_client_interface_aidl.h120 static inline BluetoothAudioSourceClientInterface* software_hal_interface = nullptr;
121 static inline BluetoothAudioSourceClientInterface* offloading_hal_interface = nullptr;
122 static inline BluetoothAudioSourceClientInterface* active_hal_interface = nullptr;
Dclient_interface_aidl.h188 class BluetoothAudioSourceClientInterface : public BluetoothAudioClientInterface {
194 BluetoothAudioSourceClientInterface(IBluetoothSourceTransportInstance* source);
195 virtual ~BluetoothAudioSourceClientInterface();
Dclient_interface_aidl.cc200 BluetoothAudioSourceClientInterface::BluetoothAudioSourceClientInterface( in BluetoothAudioSourceClientInterface() function in bluetooth::audio::aidl::BluetoothAudioSourceClientInterface
206 BluetoothAudioSourceClientInterface::~BluetoothAudioSourceClientInterface() { in ~BluetoothAudioSourceClientInterface()
539 size_t BluetoothAudioSourceClientInterface::WriteAudioData(const uint8_t* p_buf, uint32_t len) { in WriteAudioData()
Dle_audio_software_aidl.h218 static inline BluetoothAudioSourceClientInterface* interface = nullptr;
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dclient_interface_hidl.h247 class BluetoothAudioSourceClientInterface : public BluetoothAudioClientInterface {
252 BluetoothAudioSourceClientInterface(IBluetoothSourceTransportInstance* source,
254 virtual ~BluetoothAudioSourceClientInterface();
Dclient_interface_hidl.cc414 BluetoothAudioSourceClientInterface::BluetoothAudioSourceClientInterface( in BluetoothAudioSourceClientInterface() function in bluetooth::audio::hidl::BluetoothAudioSourceClientInterface
431 BluetoothAudioSourceClientInterface::~BluetoothAudioSourceClientInterface() { in ~BluetoothAudioSourceClientInterface()
780 size_t BluetoothAudioSourceClientInterface::WriteAudioData(const uint8_t* p_buf, uint32_t len) { in WriteAudioData()
Dclient_interface_hidl_unittest.cc50 using ::bluetooth::audio::hidl::BluetoothAudioSourceClientInterface;
207 BluetoothAudioSourceClientInterface* clientif_source_ = nullptr;
781 clientif_source_ = new BluetoothAudioSourceClientInterface(test_source_transport_, nullptr); in TEST_F()
Dle_audio_software_hidl.h179 static inline BluetoothAudioSourceClientInterface* interface = nullptr;
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/fuzzer/
Dlibbt_audio_hal_client_interface_fuzzer.cpp47 using ::bluetooth::audio::hidl::BluetoothAudioSourceClientInterface;
210 BluetoothAudioSourceClientInterface* mClientIfSource = nullptr;
364 mClientIfSource = new BluetoothAudioSourceClientInterface(mTestSourceTransport, nullptr); in process()