Home
last modified time | relevance | path

Searched refs:OnAdapterStateChanged (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/bt/service/
H A Dadapter.h61 virtual void OnAdapterStateChanged(Adapter* adapter,
H A Dadapter.cc149 void Adapter::Observer::OnAdapterStateChanged(Adapter* adapter, in OnAdapterStateChanged() function in bluetooth::Adapter::Observer
745 observer.OnAdapterStateChanged(this, prev_state, new_state); in NotifyAdapterStateChanged()
/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_binder_server.h123 void OnAdapterStateChanged(bluetooth::Adapter* adapter,
H A Dbluetooth_binder_server.cc385 void BluetoothBinderServer::OnAdapterStateChanged( in OnAdapterStateChanged() function in ipc::binder::BluetoothBinderServer
/aosp12/system/bt/service/test/
H A Dadapter_unittest.cc85 void OnAdapterStateChanged(bluetooth::Adapter* adapter, in OnAdapterStateChanged() function in bluetooth::__anonf3c5c3e70110::TestObserver