Searched refs:notifyWakeup (Results 1 – 5 of 5) sorted by relevance
30 void notifyWakeup(boolean success); in notifyWakeup() method
84 void SuspendControlService::notifyWakeup(bool success) { in notifyWakeup() function in android::system::suspend::V1_0::SuspendControlService93 callback->notifyWakeup(success).isOk(); // ignore errors in notifyWakeup()
47 void notifyWakeup(bool success);
304 MOCK_METHOD1(notifyWakeup, binder::Status(bool));310 binder::Status notifyWakeup(bool x) { in notifyWakeup() function in android::MockCallback311 return mDisabled ? binder::Status::ok() : mImpl->notifyWakeup(x); in notifyWakeup()336 EXPECT_CALL(impl, notifyWakeup).Times(testing::AtLeast(numWakeups)); in TEST_F()366 binder::Status notifyWakeup(bool x) { in notifyWakeup() function in android::CbRegisteringCb
202 mControlService->notifyWakeup(success); in initAutosuspend()