Lines Matching refs:BluetoothAudioClientInterface
164 BluetoothAudioClientInterface* clientif, in BluetoothAudioDeathRecipient()
176 &BluetoothAudioClientInterface::RenewAudioProviderAndSession, in serviceDied()
184 BluetoothAudioClientInterface* bluetooth_audio_clientif_;
188 BluetoothAudioClientInterface::BluetoothAudioClientInterface(IBluetoothTransportInstance* sink, in BluetoothAudioClientInterface() function in bluetooth::audio::BluetoothAudioClientInterface
210 BluetoothAudioClientInterface::~BluetoothAudioClientInterface() { in ~BluetoothAudioClientInterface()
220 BluetoothAudioClientInterface::GetAudioCapabilities() const { in GetAudioCapabilities()
224 void BluetoothAudioClientInterface::fetch_audio_provider() { in fetch_audio_provider()
294 bool BluetoothAudioClientInterface::UpdateAudioConfig( in UpdateAudioConfig()
319 int BluetoothAudioClientInterface::StartSession() { in StartSession()
377 void BluetoothAudioClientInterface::StreamStarted( in StreamStarted()
394 void BluetoothAudioClientInterface::StreamSuspended( in StreamSuspended()
411 int BluetoothAudioClientInterface::EndSession() { in EndSession()
432 size_t BluetoothAudioClientInterface::ReadAudioData(uint8_t* p_buf, in ReadAudioData()
484 size_t BluetoothAudioClientInterface::WriteAudioData(uint8_t* p_buf, in WriteAudioData()
490 void BluetoothAudioClientInterface::RenewAudioProviderAndSession() { in RenewAudioProviderAndSession()