Home
last modified time | relevance | path

Searched refs:AudioConfigCallback (Results 1 – 7 of 7) sorted by relevance

/system/bt/service/hal/
Dbluetooth_av_interface.h38 virtual void AudioConfigCallback(
59 virtual void AudioConfigCallback(BluetoothAvInterface* iface,
Dbluetooth_av_interface.cc85 observer.AudioConfigCallback(g_interface, bd_addr, codec_config, in SourceAudioConfigCallback()
125 observer.AudioConfigCallback(g_interface, bd_addr, sample_rate, in SinkAudioConfigCallback()
303 void BluetoothAvInterface::A2dpSourceObserver::AudioConfigCallback( in AudioConfigCallback() function in bluetooth::hal::BluetoothAvInterface::A2dpSourceObserver
330 void BluetoothAvInterface::A2dpSinkObserver::AudioConfigCallback( in AudioConfigCallback() function in bluetooth::hal::BluetoothAvInterface::A2dpSinkObserver
Dfake_bluetooth_av_interface.cc132 observer.AudioConfigCallback(this, bda, codec_config, in NotifyAudioConfig()
152 observer.AudioConfigCallback(this, bda, sample_rate, channel_count); in NotifyAudioConfig()
/system/bt/service/
Da2dp_sink.h76 void AudioConfigCallback(bluetooth::hal::BluetoothAvInterface* iface,
Da2dp_source.h79 void AudioConfigCallback(
Da2dp_sink.cc130 void A2dpSink::AudioConfigCallback(BluetoothAvInterface* iface, in AudioConfigCallback() function in bluetooth::A2dpSink
Da2dp_source.cc182 void A2dpSource::AudioConfigCallback( in AudioConfigCallback() function in bluetooth::A2dpSource