Searched refs:notifyWakeup (Results 1 – 5 of 5) sorted by relevance
75 void SuspendControlService::notifyWakeup(bool success) { in notifyWakeup() function in android::system::suspend::V1_0::SuspendControlService84 callback->notifyWakeup(success).isOk(); // ignore errors in notifyWakeup()
361 MOCK_METHOD1(notifyWakeup, binder::Status(bool));367 binder::Status notifyWakeup(bool x) { in notifyWakeup() function in android::MockCallback368 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
45 void notifyWakeup(bool success);
262 mControlService->notifyWakeup(success); in initAutosuspend()
30 void notifyWakeup(boolean success); in notifyWakeup() method