Home
last modified time | relevance | path

Searched refs:needWake (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/os/
H A DMessageQueue.java531 final boolean needWake; in removeSyncBarrier()
534 needWake = false; in removeSyncBarrier()
537 needWake = mMessages == null || mMessages.target != null; in removeSyncBarrier()
543 if (needWake && !mQuitting) { in removeSyncBarrier()
570 boolean needWake; in enqueueMessage()
575 needWake = mBlocked; in enqueueMessage()
580 needWake = mBlocked && p.target == null && msg.isAsynchronous(); in enqueueMessage()
588 if (needWake && p.isAsynchronous()) { in enqueueMessage()
589 needWake = false; in enqueueMessage()
597 if (needWake) { in enqueueMessage()
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp992 return needWake; in enqueueInboundEventLocked()
3734 bool needWake; in notifyConfigurationChanged() local
3743 if (needWake) { in notifyConfigurationChanged()
3829 bool needWake; in notifyKey() local
3854 if (needWake) { in notifyKey()
3906 bool needWake; in notifyMotion() local
3947 if (needWake) { in notifyMotion()
3960 bool needWake; in notifySensor() local
3975 if (needWake) { in notifySensor()
4010 bool needWake; in notifyDeviceReset() local
[all …]
/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputReader.cpp602 bool needWake = !mConfigurationChangesToRefresh; in requestRefreshConfiguration() local
605 if (needWake) { in requestRefreshConfiguration()