/system/bt/btif/src/ |
D | btif_le_audio.cc | 44 void OnConnectionState(ConnectionState state, in OnConnectionState() function in __anon84b87a640111::LeAudioClientInterfaceImpl 46 do_in_jni_thread(FROM_HERE, Bind(&LeAudioClientCallbacks::OnConnectionState, in OnConnectionState()
|
D | btif_vc.cc | 50 void OnConnectionState(ConnectionState state, in OnConnectionState() function in __anon1f8d34bb0111::VolumeControlInterfaceImpl 53 do_in_jni_thread(FROM_HERE, Bind(&VolumeControlCallbacks::OnConnectionState, in OnConnectionState()
|
D | btif_hearing_aid.cc | 68 void OnConnectionState(ConnectionState state, in OnConnectionState() function in __anona87e1c6d0211::HearingAidInterfaceImpl 71 do_in_jni_thread(FROM_HERE, Bind(&HearingAidCallbacks::OnConnectionState, in OnConnectionState()
|
/system/bt/bta/vc/ |
D | vc_test.cc | 67 MOCK_METHOD((void), OnConnectionState, 454 OnConnectionState(ConnectionState::DISCONNECTED, test_address)); in TEST_F() 465 OnConnectionState(ConnectionState::DISCONNECTED, test_address)); in TEST_F() 476 OnConnectionState(ConnectionState::DISCONNECTED, test_address)); in TEST_F() 488 OnConnectionState(ConnectionState::DISCONNECTED, test_address)) in TEST_F() 501 OnConnectionState(ConnectionState::DISCONNECTED, test_address)) in TEST_F() 516 OnConnectionState(ConnectionState::CONNECTED, test_address)); in TEST_F() 529 OnConnectionState(ConnectionState::DISCONNECTED, test_address)); in TEST_F() 543 OnConnectionState(ConnectionState::DISCONNECTED, test_address)); in TEST_F()
|
D | vc.cc | 151 callbacks_->OnConnectionState(ConnectionState::DISCONNECTED, in OnEncryptionComplete() 422 callbacks_->OnConnectionState(ConnectionState::CONNECTED, in verify_device_ready() 441 callbacks_->OnConnectionState(ConnectionState::DISCONNECTED, in device_cleanup_helper()
|
/system/bt/service/common/android/bluetooth/ |
D | IBluetoothA2dpSinkCallback.aidl | 21 void OnConnectionState(String device_address, int state); in OnConnectionState() method
|
D | IBluetoothLowEnergyCallback.aidl | 24 void OnConnectionState(int status, int client_id, String address, boolean connected); in OnConnectionState() method
|
D | IBluetoothA2dpSourceCallback.aidl | 23 void OnConnectionState(String device_address, int state); in OnConnectionState() method
|
D | IBluetoothAvrcpControlCallback.aidl | 23 void OnConnectionState( in OnConnectionState() method
|
/system/bt/include/hardware/ |
D | bt_hearing_aid.h | 37 virtual void OnConnectionState(ConnectionState state,
|
D | bt_vc.h | 39 virtual void OnConnectionState(ConnectionState state,
|
D | bt_le_audio.h | 48 virtual void OnConnectionState(ConnectionState state,
|
/system/bt/service/ipc/binder/ |
D | bluetooth_low_energy_binder_server.cc | 120 void BluetoothLowEnergyBinderServer::OnConnectionState( in OnConnectionState() function in ipc::binder::BluetoothLowEnergyBinderServer 132 cb->OnConnectionState(status, client_id, in OnConnectionState()
|
D | bluetooth_a2dp_sink_binder_server.cc | 153 void BluetoothA2dpSinkBinderServer::OnConnectionState( in OnConnectionState() function in ipc::binder::BluetoothA2dpSinkBinderServer 162 cb->OnConnectionState(String16(device_address.c_str()), state); in OnConnectionState()
|
D | bluetooth_a2dp_source_binder_server.cc | 167 void BluetoothA2dpSourceBinderServer::OnConnectionState( in OnConnectionState() function in ipc::binder::BluetoothA2dpSourceBinderServer 171 cb->OnConnectionState(String16(device_address.c_str()), state); in OnConnectionState()
|
D | bluetooth_low_energy_binder_server.h | 66 void OnConnectionState(bluetooth::LowEnergyClient* client, int status,
|
D | bluetooth_a2dp_sink_binder_server.h | 63 void OnConnectionState(const std::string& device_address, int state) override;
|
D | bluetooth_avrcp_control_binder_server.cc | 167 void BluetoothAvrcpControlBinderServer::OnConnectionState( in OnConnectionState() function in ipc::binder::BluetoothAvrcpControlBinderServer 171 avrcp_control_cb->OnConnectionState(rc_connect, bt_connect, in OnConnectionState()
|
D | bluetooth_a2dp_source_binder_server.h | 71 void OnConnectionState(const std::string& device_address, int state) override;
|
D | bluetooth_avrcp_control_binder_server.h | 67 void OnConnectionState(bool rc_connect, bool bt_connect,
|
/system/bt/service/ |
D | a2dp_sink.h | 39 virtual void OnConnectionState(const std::string& device_address,
|
D | low_energy_client.cc | 154 delegate_->OnConnectionState(this, status, BtAddrString(&bda).c_str(), in ConnectCallback() 172 delegate_->OnConnectionState(this, status, BtAddrString(&bda).c_str(), in DisconnectCallback()
|
D | a2dp_source.h | 40 virtual void OnConnectionState(const std::string& device_address,
|
D | avrcp_control.h | 37 virtual void OnConnectionState(bool rc_connect, bool bt_connect,
|
D | low_energy_client.h | 58 virtual void OnConnectionState(LowEnergyClient* client, int status,
|