Home
last modified time | relevance | path

Searched defs:notifyWakeup (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() method
/system/hardware/interfaces/suspend/aidl/android/system/suspend/
DISuspendCallback.aidl30 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/
DISuspendCallback.aidl21 void notifyWakeup(boolean success, in @utf8InCpp String[] wakeupReasons); in notifyWakeup() method
/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspendAidlTest.cpp42 Status notifyWakeup([[maybe_unused]] bool success, in notifyWakeup() function in WakeupCallback
DSuspendControlService.cpp137 void SuspendControlService::notifyWakeup(bool success, std::vector<std::string>& wakeupReasons) { in notifyWakeup() function in android::system::suspend::V1_0::SuspendControlService
DSystemSuspendUnitTest.cpp425 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
567 binder::Status notifyWakeup([[maybe_unused]] bool x, in notifyWakeup() function in android::CbRegisteringCb
/system/bt/gd/btaa/android/
Dactivity_attribution.cc67 Status notifyWakeup(bool success, const std::vector<std::string>& wakeup_reasons) override { in notifyWakeup() function
/system/bt/gd/os/android/
Dwakelock_native_test.cc108 …ScopedAStatus notifyWakeup(bool success, const std::vector<std::string>& wakeup_reasons) override { in notifyWakeup() function in testing::SuspendCallback