Home
last modified time | relevance | path

Searched refs:registerCallback (Results 1 – 13 of 13) sorted by relevance

/system/hardware/interfaces/suspend/aidl/android/system/suspend/
DISuspendControlService.aidl42 boolean registerCallback(ISuspendCallback callback); in registerCallback() method
/system/connectivity/wificond/aidl/android/net/wifi/
DIApInterface.aidl33 boolean registerCallback(IApInterfaceEventCallback callback); in registerCallback() method
/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspendUnitTest.cpp382 controlService->registerCallback(nullptr, &retval); in TEST_F()
396 controlService->registerCallback(cb, &retval); in TEST_F()
408 controlService->registerCallback(cb, &retval); in TEST_F()
427 mControlService->registerCallback(cb, &retval); in notifyWakeup()
439 controlService->registerCallback(cb, &retval); in TEST_F()
DSuspendControlService.h39 binder::Status registerCallback(const sp<ISuspendCallback>& callback,
DSuspendControlService.cpp43 binder::Status SuspendControlService::registerCallback(const sp<ISuspendCallback>& callback, in registerCallback() function in android::system::suspend::V1_0::SuspendControlService
/system/connectivity/wificond/
Dap_interface_binder.h49 binder::Status registerCallback(
Dap_interface_binder.cpp75 binder::Status ApInterfaceBinder::registerCallback( in registerCallback() function in android::wificond::ApInterfaceBinder
/system/connectivity/wificond/tests/
Dap_interface_impl_unittest.cpp123 EXPECT_TRUE(binder->registerCallback(callback, &out_success).isOk()); in TEST_F()
146 EXPECT_TRUE(binder->registerCallback(callback, &out_success).isOk()); in TEST_F()
/system/bt/binder/android/bluetooth/
DIBluetooth.aidl107 void registerCallback(in IBluetoothCallback callback); in registerCallback() method
/system/chre/host/hal_generic/
Dgeneric_context_hub.h61 Return<Result> registerCallback(uint32_t hubId, const sp<IContexthubCallback>& cb) override;
Dgeneric_context_hub.cc169 Return<Result> GenericContextHub::registerCallback( in registerCallback() function in android::hardware::contexthub::V1_0::implementation::GenericContextHub
/system/bt/service/doc/
DIBluetooth.txt90 void registerCallback(in IBluetoothCallback callback);
/system/core/storaged/
Dstoraged.cpp123 health->registerCallback(this); in init_health_service()