/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/ |
D | le_audio_software_unittest.cc | 218 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()
|
D | hfp_client_interface_unittest.cc | 71 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()
|
D | hfp_client_interface.cc | 41 static aidl::BluetoothAudioSourceClientInterface* get_decode_client_interface() { in get_decode_client_interface() 264 new aidl::BluetoothAudioSourceClientInterface(HfpDecodingTransport::instance_); in GetDecode()
|
D | le_audio_software.cc | 740 new hidl::BluetoothAudioSourceClientInterface( in GetSource() 762 new aidl::BluetoothAudioSourceClientInterface( in GetSource()
|
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/aidl/ |
D | hfp_client_interface_aidl.h | 120 static inline BluetoothAudioSourceClientInterface* software_hal_interface = nullptr; 121 static inline BluetoothAudioSourceClientInterface* offloading_hal_interface = nullptr; 122 static inline BluetoothAudioSourceClientInterface* active_hal_interface = nullptr;
|
D | client_interface_aidl.h | 188 class BluetoothAudioSourceClientInterface : public BluetoothAudioClientInterface { 194 BluetoothAudioSourceClientInterface(IBluetoothSourceTransportInstance* source); 195 virtual ~BluetoothAudioSourceClientInterface();
|
D | client_interface_aidl.cc | 200 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()
|
D | le_audio_software_aidl.h | 218 static inline BluetoothAudioSourceClientInterface* interface = nullptr;
|
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/hidl/ |
D | client_interface_hidl.h | 247 class BluetoothAudioSourceClientInterface : public BluetoothAudioClientInterface { 252 BluetoothAudioSourceClientInterface(IBluetoothSourceTransportInstance* source, 254 virtual ~BluetoothAudioSourceClientInterface();
|
D | client_interface_hidl.cc | 414 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()
|
D | client_interface_hidl_unittest.cc | 50 using ::bluetooth::audio::hidl::BluetoothAudioSourceClientInterface; 207 BluetoothAudioSourceClientInterface* clientif_source_ = nullptr; 781 clientif_source_ = new BluetoothAudioSourceClientInterface(test_source_transport_, nullptr); in TEST_F()
|
D | le_audio_software_hidl.h | 179 static inline BluetoothAudioSourceClientInterface* interface = nullptr;
|
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/fuzzer/ |
D | libbt_audio_hal_client_interface_fuzzer.cpp | 47 using ::bluetooth::audio::hidl::BluetoothAudioSourceClientInterface; 210 BluetoothAudioSourceClientInterface* mClientIfSource = nullptr; 364 mClientIfSource = new BluetoothAudioSourceClientInterface(mTestSourceTransport, nullptr); in process()
|