Searched refs:notifyWakeup (Results 1 – 10 of 10) sorted by relevance
/system/hardware/interfaces/suspend/aidl/aidl_api/android.system.suspend.control/1/android/system/suspend/ |
D | ISuspendCallback.aidl | 37 void notifyWakeup(boolean success, in @utf8InCpp String[] wakeupReasons); in notifyWakeup() method
|
/system/hardware/interfaces/suspend/aidl/android/system/suspend/ |
D | ISuspendCallback.aidl | 30 void notifyWakeup(boolean success, in @utf8InCpp String[] wakeupReasons); in notifyWakeup() method
|
/system/hardware/interfaces/suspend/aidl/aidl_api/android.system.suspend.control/current/android/system/suspend/ |
D | ISuspendCallback.aidl | 21 void notifyWakeup(boolean success, in @utf8InCpp String[] wakeupReasons); in notifyWakeup() method
|
/system/hardware/interfaces/suspend/1.0/default/ |
D | SuspendControlService.h | 55 void notifyWakeup(bool success, std::vector<std::string>& wakeupReasons);
|
D | SuspendControlService.cpp | 137 void SuspendControlService::notifyWakeup(bool success, std::vector<std::string>& wakeupReasons) { in notifyWakeup() function in android::system::suspend::V1_0::SuspendControlService 146 callback->notifyWakeup(success, wakeupReasons).isOk(); // ignore errors in notifyWakeup()
|
D | SystemSuspendAidlTest.cpp | 42 Status notifyWakeup([[maybe_unused]] bool success, in notifyWakeup() function in WakeupCallback
|
D | SystemSuspendUnitTest.cpp | 425 binder::Status notifyWakeup([[maybe_unused]] bool success, in notifyWakeup() function 439 binder::Status notifyWakeup(bool x, const std::vector<std::string>& wakeupReasons) { in notifyWakeup() function in android::MockCallback 440 return mDisabled ? binder::Status::ok() : mImpl->notifyWakeup(x, wakeupReasons); in notifyWakeup() 567 binder::Status notifyWakeup([[maybe_unused]] bool x, in notifyWakeup() function in android::CbRegisteringCb
|
D | SystemSuspend.cpp | 273 mControlService->notifyWakeup(success, wakeupReasons); in initAutosuspend()
|
/system/bt/gd/btaa/android/ |
D | activity_attribution.cc | 67 Status notifyWakeup(bool success, const std::vector<std::string>& wakeup_reasons) override { in notifyWakeup() function
|
/system/bt/gd/os/android/ |
D | wakelock_native_test.cc | 108 …ScopedAStatus notifyWakeup(bool success, const std::vector<std::string>& wakeup_reasons) override { in notifyWakeup() function in testing::SuspendCallback
|