Home
last modified time | relevance | path

Searched refs:AudioStateCallback (Results 1 – 9 of 9) sorted by relevance

/system/bt/service/hal/
Dbluetooth_av_interface.h35 virtual void AudioStateCallback(BluetoothAvInterface* iface,
56 virtual void AudioStateCallback(BluetoothAvInterface* iface,
Dbluetooth_av_interface.cc74 observer.AudioStateCallback(g_interface, bd_addr, state); in SourceAudioStateCallback()
116 observer.AudioStateCallback(g_interface, bd_addr, state); in SinkAudioStateCallback()
297 void BluetoothAvInterface::A2dpSourceObserver::AudioStateCallback( in AudioStateCallback() function in bluetooth::hal::BluetoothAvInterface::A2dpSourceObserver
324 void BluetoothAvInterface::A2dpSinkObserver::AudioStateCallback( in AudioStateCallback() function in bluetooth::hal::BluetoothAvInterface::A2dpSinkObserver
Dfake_bluetooth_av_interface.cc120 observer.AudioStateCallback(this, bda, state); in NotifyAudioState()
123 observer.AudioStateCallback(this, bda, state); in NotifyAudioState()
/system/bt/include/hardware/
Dbluetooth_headset_callbacks.h46 virtual void AudioStateCallback(bthf_audio_state_t state,
/system/bt/service/
Da2dp_sink.h73 void AudioStateCallback(bluetooth::hal::BluetoothAvInterface* iface,
Da2dp_source.h76 void AudioStateCallback(hal::BluetoothAvInterface* iface,
Da2dp_sink.cc120 void A2dpSink::AudioStateCallback(BluetoothAvInterface* iface, in AudioStateCallback() function in bluetooth::A2dpSink
Da2dp_source.cc173 void A2dpSource::AudioStateCallback(BluetoothAvInterface* iface, in AudioStateCallback() function in bluetooth::A2dpSource
/system/bt/btif/src/
Dbtif_hf.cc425 bt_hf_callbacks->AudioStateCallback(BTHF_AUDIO_STATE_CONNECTED, in btif_hf_upstreams_evt()
430 bt_hf_callbacks->AudioStateCallback(BTHF_AUDIO_STATE_DISCONNECTED, in btif_hf_upstreams_evt()
813 do_in_jni_thread(base::Bind(&Callbacks::AudioStateCallback, in ConnectAudio()