Home
last modified time | relevance | path

Searched refs:OnDeviceConnectionStateChanged (Results 1 – 7 of 7) sorted by relevance

/system/bt/service/common/android/bluetooth/
DIBluetoothCallback.aidl24 void OnDeviceConnectionStateChanged( in OnDeviceConnectionStateChanged() method
/system/bt/service/
Dadapter.h69 virtual void OnDeviceConnectionStateChanged(
Dadapter.cc155 void Adapter::Observer::OnDeviceConnectionStateChanged( in OnDeviceConnectionStateChanged() function in bluetooth::Adapter::Observer
713 observer.OnDeviceConnectionStateChanged(this, device_address, connected); in AclStateChangedCallback()
/system/bt/service/ipc/binder/
Dbluetooth_binder_server.cc396 void BluetoothBinderServer::OnDeviceConnectionStateChanged( in OnDeviceConnectionStateChanged() function in ipc::binder::BluetoothBinderServer
402 callback->OnDeviceConnectionStateChanged(addr_s16, connected); in OnDeviceConnectionStateChanged()
Dbluetooth_binder_server.h127 void OnDeviceConnectionStateChanged(bluetooth::Adapter* adapter,
/system/bt/service/test/
Dadapter_unittest.cc93 void OnDeviceConnectionStateChanged(Adapter* adapter, in OnDeviceConnectionStateChanged() function in bluetooth::__anon3376b8a20111::TestObserver
/system/bt/service/client/
Dmain.cc207 Status OnDeviceConnectionStateChanged(const String16& device_address, in OnDeviceConnectionStateChanged() function in __anond48fd2260111::CLIBluetoothCallback