Searched refs:AudioConfigCallback (Results 1 – 7 of 7) sorted by relevance
/system/bt/service/hal/ |
D | bluetooth_av_interface.h | 38 virtual void AudioConfigCallback( 59 virtual void AudioConfigCallback(BluetoothAvInterface* iface,
|
D | bluetooth_av_interface.cc | 85 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
|
D | fake_bluetooth_av_interface.cc | 132 observer.AudioConfigCallback(this, bda, codec_config, in NotifyAudioConfig() 152 observer.AudioConfigCallback(this, bda, sample_rate, channel_count); in NotifyAudioConfig()
|
/system/bt/service/ |
D | a2dp_sink.h | 76 void AudioConfigCallback(bluetooth::hal::BluetoothAvInterface* iface,
|
D | a2dp_source.h | 79 void AudioConfigCallback(
|
D | a2dp_sink.cc | 130 void A2dpSink::AudioConfigCallback(BluetoothAvInterface* iface, in AudioConfigCallback() function in bluetooth::A2dpSink
|
D | a2dp_source.cc | 182 void A2dpSource::AudioConfigCallback( in AudioConfigCallback() function in bluetooth::A2dpSource
|