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/ |
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 | SystemSuspendAidlTest.cpp | 42 Status notifyWakeup([[maybe_unused]] bool success, in notifyWakeup() function in WakeupCallback
|
D | SuspendControlService.cpp | 137 void SuspendControlService::notifyWakeup(bool success, std::vector<std::string>& wakeupReasons) { in notifyWakeup() function in android::system::suspend::V1_0::SuspendControlService
|
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 567 binder::Status notifyWakeup([[maybe_unused]] bool x, in notifyWakeup() function in android::CbRegisteringCb
|
/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
|