Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dclient_interface_aidl.h160 class BluetoothAudioSourceClientInterface
168 BluetoothAudioSourceClientInterface(
171 virtual ~BluetoothAudioSourceClientInterface();
Dclient_interface_aidl.cc162 BluetoothAudioSourceClientInterface::BluetoothAudioSourceClientInterface( in BluetoothAudioSourceClientInterface() function in bluetooth::audio::aidl::BluetoothAudioSourceClientInterface
169 BluetoothAudioSourceClientInterface::~BluetoothAudioSourceClientInterface() { in ~BluetoothAudioSourceClientInterface()
480 size_t BluetoothAudioSourceClientInterface::WriteAudioData(const uint8_t* p_buf, in WriteAudioData()
Dle_audio_software_aidl.h218 static inline BluetoothAudioSourceClientInterface* interface = nullptr;
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dclient_interface_hidl.h272 class BluetoothAudioSourceClientInterface
278 BluetoothAudioSourceClientInterface(
281 virtual ~BluetoothAudioSourceClientInterface();
Dclient_interface_hidl.cc457 BluetoothAudioSourceClientInterface::BluetoothAudioSourceClientInterface( in BluetoothAudioSourceClientInterface() function in bluetooth::audio::hidl::BluetoothAudioSourceClientInterface
478 BluetoothAudioSourceClientInterface::~BluetoothAudioSourceClientInterface() { in ~BluetoothAudioSourceClientInterface()
840 size_t BluetoothAudioSourceClientInterface::WriteAudioData(const uint8_t* p_buf, in WriteAudioData()
Dle_audio_software_hidl.h180 static inline BluetoothAudioSourceClientInterface* interface = nullptr;
Dclient_interface_hidl_unittest.cc48 using ::bluetooth::audio::hidl::BluetoothAudioSourceClientInterface;
215 BluetoothAudioSourceClientInterface* clientif_source_ = nullptr;
849 new BluetoothAudioSourceClientInterface(test_source_transport_, nullptr); in TEST_F()
/packages/modules/Bluetooth/system/audio_hal_interface/fuzzer/
Dlibbt_audio_hal_client_interface_fuzzer.cpp47 using ::bluetooth::audio::hidl::BluetoothAudioSourceClientInterface;
223 BluetoothAudioSourceClientInterface* mClientIfSource = nullptr;
393 new BluetoothAudioSourceClientInterface(mTestSourceTransport, nullptr); in process()
/packages/modules/Bluetooth/system/audio_hal_interface/
Dle_audio_software.cc788 new hidl::BluetoothAudioSourceClientInterface( in GetSource()
815 new aidl::BluetoothAudioSourceClientInterface( in GetSource()