HomeSort by relevance Sort by last modified time
    Searched defs:timerSet (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/win/
SharedTimerWin.cpp 166 bool timerSet = false;
188 timerSet = true;
195 timerSet = CreateTimerQueueTimer(&timer, timerQueue, queueTimerProc, 0, intervalInMS, 0, WT_EXECUTEINTIMERTHREAD | WT_EXECUTEONLYONCE);
200 if (timerSet) {
  /frameworks/rs/
rsContext.cpp 108 timerSet(RS_TIMER_SCRIPT);
161 void Context::timerSet(Timers tm) {
394 rsc->timerSet(RS_TIMER_IDLE);
426 rsc->timerSet(RS_TIMER_CLEAR_SWAP);
429 rsc->timerSet(RS_TIMER_INTERNAL);
567 timerSet(RS_TIMER_INTERNAL);

Completed in 106 milliseconds