mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Change default wakeup required to true." am: 116f179012 am: 4ade1330fe
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2322456 Change-Id: Ib795bb3f3c9b3513058e92a61baf4683723e1487 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -119,7 +119,7 @@ class TestWakeupClientServiceImpl final : public WakeupClient::Service {
|
||||
// A variable to notify server is stopping.
|
||||
std::condition_variable mServerStoppedCv;
|
||||
// Whether wakeup AP is required for executing tasks.
|
||||
std::atomic<bool> mWakeupRequired = false;
|
||||
std::atomic<bool> mWakeupRequired = true;
|
||||
std::mutex mLock;
|
||||
bool mServerStopped GUARDED_BY(mLock);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user