Searched refs:notifyReleased (Results 1 – 8 of 8) sorted by relevance
34 void notifyReleased(); in notifyReleased() method
38 oneway void notifyReleased(); in notifyReleased() method
22 oneway void notifyReleased(); in notifyReleased() method
37 Status notifyReleased() override { return Status::ok(); }; in notifyReleased() function in WakelockCallback
591 MOCK_METHOD0(notifyReleased, binder::Status());600 binder::Status notifyReleased(void) { in notifyReleased() function in android::MockWakelockCallback601 return mDisabled ? binder::Status::ok() : mImpl->notifyReleased(); in notifyReleased()693 binder::Status notifyReleased(void) { in notifyReleased() function in android::WakelockCbRegisteringCb728 EXPECT_CALL(impl1, notifyReleased).Times(4); in TEST_F()730 EXPECT_CALL(impl2, notifyReleased).Times(3); in TEST_F()
132 callback->notifyReleased().isOk(); // ignore errors in notifyWakelock()
56 Status notifyReleased() override { in notifyReleased() function
95 ScopedAStatus notifyReleased() override { in notifyReleased() function in testing::WakelockCallback