Home
last modified time | relevance | path

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/
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/
DSuspendControlService.h55 void notifyWakeup(bool success, std::vector<std::string>& wakeupReasons);
DSuspendControlService.cpp137 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()
DSystemSuspendAidlTest.cpp42 Status notifyWakeup([[maybe_unused]] bool success, in notifyWakeup() function in WakeupCallback
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
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
DSystemSuspend.cpp273 mControlService->notifyWakeup(success, wakeupReasons); in initAutosuspend()
/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