/system/bt/service/hal/ |
D | bluetooth_av_interface.h | 32 virtual void ConnectionStateCallback(BluetoothAvInterface* iface, 53 virtual void ConnectionStateCallback(BluetoothAvInterface* iface,
|
D | bluetooth_av_interface.cc | 65 observer.ConnectionStateCallback(g_interface, bd_addr, state); in SourceConnectionStateCallback() 107 observer.ConnectionStateCallback(g_interface, bd_addr, state); in SinkConnectionStateCallback() 291 void BluetoothAvInterface::A2dpSourceObserver::ConnectionStateCallback( in ConnectionStateCallback() function in bluetooth::hal::BluetoothAvInterface::A2dpSourceObserver 318 void BluetoothAvInterface::A2dpSinkObserver::ConnectionStateCallback( in ConnectionStateCallback() function in bluetooth::hal::BluetoothAvInterface::A2dpSinkObserver
|
D | fake_bluetooth_av_interface.cc | 111 observer.ConnectionStateCallback(this, bda, state); in NotifyConnectionState() 114 observer.ConnectionStateCallback(this, bda, state); in NotifyConnectionState()
|
D | bluetooth_avrcp_interface.cc | 296 void ConnectionStateCallback(bool rc_connect, bool bt_connect, in ConnectionStateCallback() function 302 observer.ConnectionStateCallback(rc_connect, bt_connect, bd_addr); in ConnectionStateCallback() 467 .connection_state_cb = ConnectionStateCallback, 757 void BluetoothAvrcpInterface::ControlObserver::ConnectionStateCallback( in ConnectionStateCallback() function in bluetooth::hal::BluetoothAvrcpInterface::ControlObserver
|
D | bluetooth_avrcp_interface.h | 96 virtual void ConnectionStateCallback(bool rc_connect, bool bt_connect,
|
/system/bt/include/hardware/ |
D | bluetooth_headset_callbacks.h | 37 virtual void ConnectionStateCallback(bthf_connection_state_t state,
|
/system/bt/service/ |
D | a2dp_sink.h | 70 void ConnectionStateCallback(bluetooth::hal::BluetoothAvInterface* iface,
|
D | avrcp_control.h | 90 void ConnectionStateCallback(bool rc_connect, bool bt_connect,
|
D | a2dp_source.h | 73 void ConnectionStateCallback(hal::BluetoothAvInterface* iface,
|
D | a2dp_sink.cc | 110 void A2dpSink::ConnectionStateCallback(BluetoothAvInterface* iface, in ConnectionStateCallback() function in bluetooth::A2dpSink
|
D | avrcp_control.cc | 136 void AvrcpControl::ConnectionStateCallback(bool rc_connect, bool bt_connect, in ConnectionStateCallback() function in bluetooth::AvrcpControl
|
D | a2dp_source.cc | 164 void A2dpSource::ConnectionStateCallback(BluetoothAvInterface* iface, in ConnectionStateCallback() function in bluetooth::A2dpSource
|
/system/bt/btif/src/ |
D | btif_hf.cc | 340 bt_hf_callbacks->ConnectionStateCallback( in btif_hf_upstreams_evt() 358 bt_hf_callbacks->ConnectionStateCallback( in btif_hf_upstreams_evt() 373 bt_hf_callbacks->ConnectionStateCallback( in btif_hf_upstreams_evt() 388 bt_hf_callbacks->ConnectionStateCallback(btif_hf_cb[idx].state, in btif_hf_upstreams_evt() 404 bt_hf_callbacks->ConnectionStateCallback(btif_hf_cb[idx].state, in btif_hf_upstreams_evt() 417 bt_hf_callbacks->ConnectionStateCallback(btif_hf_cb[idx].state, in btif_hf_upstreams_evt()
|