Searched refs:notifyAcquired (Results 1 – 8 of 8) sorted by relevance
28 void notifyAcquired(); in notifyAcquired() method
37 oneway void notifyAcquired(); in notifyAcquired() method
21 oneway void notifyAcquired(); in notifyAcquired() method
36 Status notifyAcquired() override { return Status::ok(); }; in notifyAcquired() function in WakelockCallback
590 MOCK_METHOD0(notifyAcquired, binder::Status());597 binder::Status notifyAcquired(void) { in notifyAcquired() function in android::MockWakelockCallback598 return mDisabled ? binder::Status::ok() : mImpl->notifyAcquired(); in notifyAcquired()686 binder::Status notifyAcquired(void) { in notifyAcquired() function in android::WakelockCbRegisteringCb727 EXPECT_CALL(impl1, notifyAcquired).Times(4); in TEST_F()729 EXPECT_CALL(impl2, notifyAcquired).Times(3); in TEST_F()
130 callback->notifyAcquired().isOk(); // ignore errors in notifyWakelock()
52 Status notifyAcquired() override { in notifyAcquired() function
88 ScopedAStatus notifyAcquired() override { in notifyAcquired() function in testing::WakelockCallback