Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/audio_hal_interface/
Dle_audio_software_unittest.cc253 BluetoothAudioSourceClientInterface::BluetoothAudioSourceClientInterface( in BluetoothAudioSourceClientInterface() function in bluetooth::audio::hidl::BluetoothAudioSourceClientInterface
260 BluetoothAudioSourceClientInterface::~BluetoothAudioSourceClientInterface() {} in ~BluetoothAudioSourceClientInterface()
270 size_t BluetoothAudioSourceClientInterface::WriteAudioData(const uint8_t* p_buf, in WriteAudioData()
379 BluetoothAudioSourceClientInterface::BluetoothAudioSourceClientInterface( in BluetoothAudioSourceClientInterface() function in bluetooth::audio::aidl::BluetoothAudioSourceClientInterface
382 BluetoothAudioSourceClientInterface::~BluetoothAudioSourceClientInterface() {} in ~BluetoothAudioSourceClientInterface()
384 size_t BluetoothAudioSourceClientInterface::WriteAudioData(const uint8_t* p_buf, in WriteAudioData()
Dhfp_client_interface.cc48 aidl::BluetoothAudioSourceClientInterface* get_encode_client_interface() { in get_encode_client_interface()
388 new aidl::BluetoothAudioSourceClientInterface( in GetEncode()
534 new aidl::BluetoothAudioSourceClientInterface( in GetOffload()
Dle_audio_software.cc1029 new hidl::BluetoothAudioSourceClientInterface( in GetSource()
1055 new aidl::BluetoothAudioSourceClientInterface( in GetSource()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dhfp_client_interface_aidl.h158 static inline BluetoothAudioSourceClientInterface* software_hal_interface =
160 static inline BluetoothAudioSourceClientInterface* offloading_hal_interface =
162 static inline BluetoothAudioSourceClientInterface* active_hal_interface =
Dclient_interface_aidl.h217 class BluetoothAudioSourceClientInterface
224 BluetoothAudioSourceClientInterface(
226 virtual ~BluetoothAudioSourceClientInterface();
Dclient_interface_aidl.cc252 BluetoothAudioSourceClientInterface::BluetoothAudioSourceClientInterface( in BluetoothAudioSourceClientInterface() function in bluetooth::audio::aidl::BluetoothAudioSourceClientInterface
258 BluetoothAudioSourceClientInterface::~BluetoothAudioSourceClientInterface() { in ~BluetoothAudioSourceClientInterface()
611 size_t BluetoothAudioSourceClientInterface::WriteAudioData(const uint8_t* p_buf, in WriteAudioData()
Dle_audio_software_aidl.h236 static inline BluetoothAudioSourceClientInterface* interface = nullptr;
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dclient_interface_hidl.h271 class BluetoothAudioSourceClientInterface
277 BluetoothAudioSourceClientInterface(
280 virtual ~BluetoothAudioSourceClientInterface();
Dclient_interface_hidl.cc455 BluetoothAudioSourceClientInterface::BluetoothAudioSourceClientInterface( in BluetoothAudioSourceClientInterface() function in bluetooth::audio::hidl::BluetoothAudioSourceClientInterface
476 BluetoothAudioSourceClientInterface::~BluetoothAudioSourceClientInterface() { in ~BluetoothAudioSourceClientInterface()
835 size_t BluetoothAudioSourceClientInterface::WriteAudioData(const uint8_t* p_buf, in WriteAudioData()
Dle_audio_software_hidl.h194 static inline BluetoothAudioSourceClientInterface* interface = nullptr;
Dclient_interface_hidl_unittest.cc50 using ::bluetooth::audio::hidl::BluetoothAudioSourceClientInterface;
217 BluetoothAudioSourceClientInterface* clientif_source_ = nullptr;
851 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()