Home
last modified time | relevance | path

Searched defs:wakeupReasons (Results 1 – 8 of 8) sorted by relevance

/system/hardware/interfaces/suspend/aidl/aidl_api/android.system.suspend.control/1/android/system/suspend/
DISuspendCallback.aidl37 void notifyWakeup(boolean success, in @utf8InCpp String[] wakeupReasons); in notifyWakeup()
/system/hardware/interfaces/suspend/aidl/android/system/suspend/
DISuspendCallback.aidl30 void notifyWakeup(boolean success, in @utf8InCpp String[] wakeupReasons); in notifyWakeup()
/system/hardware/interfaces/suspend/aidl/aidl_api/android.system.suspend.control/current/android/system/suspend/
DISuspendCallback.aidl21 void notifyWakeup(boolean success, in @utf8InCpp String[] wakeupReasons); in notifyWakeup()
/system/hardware/interfaces/suspend/1.0/default/
DWakeupList.cpp37 void WakeupList::update(const std::vector<std::string>& wakeupReasons) { in update()
DSystemSuspend.cpp69 std::vector<std::string> wakeupReasons; in readWakeupReasons() local
270 std::vector<std::string> wakeupReasons = readWakeupReasons(mWakeupReasonsFd); in initAutosuspend() local
DSystemSuspendAidlTest.cpp43 [[maybe_unused]] const std::vector<std::string>& wakeupReasons) override { in notifyWakeup()
DSuspendControlService.cpp137 void SuspendControlService::notifyWakeup(bool success, std::vector<std::string>& wakeupReasons) { in notifyWakeup()
DSystemSuspendUnitTest.cpp439 binder::Status notifyWakeup(bool x, const std::vector<std::string>& wakeupReasons) { in notifyWakeup()
568 [[maybe_unused]] const std::vector<std::string>& wakeupReasons) { in notifyWakeup()