Searched refs:AudioStateCallback (Results 1 – 9 of 9) sorted by relevance
/system/bt/service/hal/ |
D | bluetooth_av_interface.h | 35 virtual void AudioStateCallback(BluetoothAvInterface* iface, 54 virtual void AudioStateCallback(BluetoothAvInterface* iface,
|
D | bluetooth_av_interface.cc | 74 observer.AudioStateCallback(g_interface, bd_addr, state); in SourceAudioStateCallback() 105 observer.AudioStateCallback(g_interface, bd_addr, state); in SinkAudioStateCallback() 283 void BluetoothAvInterface::A2dpSourceObserver::AudioStateCallback( in AudioStateCallback() function in bluetooth::hal::BluetoothAvInterface::A2dpSourceObserver 304 void BluetoothAvInterface::A2dpSinkObserver::AudioStateCallback( in AudioStateCallback() function in bluetooth::hal::BluetoothAvInterface::A2dpSinkObserver
|
D | fake_bluetooth_av_interface.cc | 95 observer.AudioStateCallback(this, bda, state); in NotifyAudioState()
|
/system/bt/include/hardware/ |
D | bluetooth_headset_callbacks.h | 46 virtual void AudioStateCallback(bthf_audio_state_t state,
|
/system/bt/service/ |
D | a2dp_sink.h | 73 void AudioStateCallback(bluetooth::hal::BluetoothAvInterface* iface,
|
D | a2dp_source.h | 76 void AudioStateCallback(hal::BluetoothAvInterface* iface,
|
D | a2dp_sink.cc | 120 void A2dpSink::AudioStateCallback(BluetoothAvInterface* iface, in AudioStateCallback() function in bluetooth::A2dpSink
|
D | a2dp_source.cc | 173 void A2dpSource::AudioStateCallback(BluetoothAvInterface* iface, in AudioStateCallback() function in bluetooth::A2dpSource
|
/system/bt/btif/src/ |
D | btif_hf.cc | 389 bt_hf_callbacks->AudioStateCallback(BTHF_AUDIO_STATE_CONNECTED, in btif_hf_upstreams_evt() 394 bt_hf_callbacks->AudioStateCallback(BTHF_AUDIO_STATE_DISCONNECTED, in btif_hf_upstreams_evt() 777 do_in_jni_thread(base::Bind(&Callbacks::AudioStateCallback, in ConnectAudio()
|