diff options
author | minho.choo <minho.choo@lge.com> | 2014-12-12 16:13:55 +0900 |
---|---|---|
committer | minho.choo <minho.choo@lge.com> | 2014-12-12 16:13:55 +0900 |
commit | 649acab38956759213309835de39b14d43c1417e (patch) | |
tree | df668ee0fee53fca21bcaf95a08278d53fdd9e1d /rs/java/android/renderscript/Script.java | |
parent | 4c23a0ec161891a1248b7aea67fbfd1d00bbd199 (diff) |
Fix bugs regarding delay the dispatching of non-wakeup alarms
checkAllowNonWakeupDelayLocked() method determines that delay the dispatching of non-wakeup alarms.
(there are no wakeup alarms and the screen is off, it can delay until the future.)
if there is any pending non-wakeup alarms, non-wakeup alarm delivery time is bigger than nowELAPSED.
but, checkAllowNonWakeupDelayLocked() returns false and non-wakeup alarm is not delay until future.
i think it is necessary to reverse the inequality symbol on "mNextNonWakeupDeliveryTime > nowELAPSED"
if it isn't, Could you let me know when we get ¡°stuck in a loop¡± in the comment of checkAllowNonWakeupDelayLocked () method?
Change-Id: I7e972064547f4d0a9b4175dbd4cf735b4837abfd
Signed-off-by: Minho Choo <minho.choo@lge.com>
Diffstat (limited to 'rs/java/android/renderscript/Script.java')
0 files changed, 0 insertions, 0 deletions