Loading
SF: correct runaway RegionSamplingThread timer
In some cases, the VSyncReactor timer would keep firing even after the registration was stopped. This was because the onDispSyncEvent callback would cancel its timer from within its callback, and then VSR would not check if the callback had stopped itself before rescheduling the callback again. Fixes: 149221293 Test: 1 new unit test Test: ensure timerDispatch thread is quiet when display off Test: [todo] verify using powerStats procedure in bug. Change-Id: I5314c8d01de7d125c31488e48c7f2c550d201701