Home
last modified time | relevance | path

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

/system/hardware/interfaces/suspend/1.0/default/
DSuspendControlService.cpp75 void SuspendControlService::notifyWakeup(bool success) { in notifyWakeup() function in android::system::suspend::V1_0::SuspendControlService
84 callback->notifyWakeup(success).isOk(); // ignore errors in notifyWakeup()
DSystemSuspendUnitTest.cpp361 MOCK_METHOD1(notifyWakeup, binder::Status(bool));
367 binder::Status notifyWakeup(bool x) { in notifyWakeup() function in android::MockCallback
368 return mDisabled ? binder::Status::ok() : mImpl->notifyWakeup(x); in notifyWakeup()
393 EXPECT_CALL(impl, notifyWakeup).Times(testing::AtLeast(numWakeups)); in TEST_F()
423 binder::Status notifyWakeup(bool x) { in notifyWakeup() function in android::CbRegisteringCb
DSuspendControlService.h45 void notifyWakeup(bool success);
DSystemSuspend.cpp262 mControlService->notifyWakeup(success); in initAutosuspend()
/system/hardware/interfaces/suspend/aidl/android/system/suspend/
DISuspendCallback.aidl30 void notifyWakeup(boolean success); in notifyWakeup() method