Home
last modified time | relevance | path

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

/aosp12/system/bt/audio_hal_interface/
H A Dclient_interface.h271 class BluetoothAudioSourceClientInterface
277 BluetoothAudioSourceClientInterface(
280 virtual ~BluetoothAudioSourceClientInterface();
H A Dclient_interface.cc459 BluetoothAudioSourceClientInterface::BluetoothAudioSourceClientInterface( in BluetoothAudioSourceClientInterface() function in bluetooth::audio::BluetoothAudioSourceClientInterface
480 BluetoothAudioSourceClientInterface::~BluetoothAudioSourceClientInterface() { in ~BluetoothAudioSourceClientInterface()
832 size_t BluetoothAudioSourceClientInterface::WriteAudioData(const uint8_t* p_buf, in WriteAudioData()
H A Dle_audio_software.cc41 bluetooth::audio::BluetoothAudioSourceClientInterface*
519 new bluetooth::audio::BluetoothAudioSourceClientInterface(le_audio_source, in GetSource()
H A Dclient_interface_unittest.cc47 using ::bluetooth::audio::BluetoothAudioSourceClientInterface;
212 BluetoothAudioSourceClientInterface* clientif_source_ = nullptr;
846 new BluetoothAudioSourceClientInterface(test_source_transport_, nullptr); in TEST_F()