Searched refs:ReadAudioData (Results 1 – 4 of 4) sorted by relevance
154 size_t ReadAudioData(uint8_t* p_buf, uint32_t len);
237 return hearing_aid_hal_clientinterface->ReadAudioData(p_buf, len); in read()
521 return active_hal_interface->ReadAudioData(p_buf, len); in read()
469 size_t BluetoothAudioClientInterface::ReadAudioData(uint8_t* p_buf, in ReadAudioData() function in bluetooth::audio::BluetoothAudioClientInterface