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

  /external/webkit/WebCore/platform/win/
SharedTimerWin.cpp 165 bool timerSet = false;
187 timerSet = true;
194 timerSet = CreateTimerQueueTimer(&timer, timerQueue, queueTimerProc, 0, intervalInMS, 0, WT_EXECUTEINTIMERTHREAD | WT_EXECUTEONLYONCE);
199 if (timerSet) {
  /frameworks/base/libs/rs/
rsContext.cpp 156 timerSet(RS_TIMER_CLEAR_SWAP);
176 timerSet(RS_TIMER_SCRIPT);
218 void Context::timerSet(Timers tm)
325 rsc->timerSet(RS_TIMER_CLEAR_SWAP);
328 rsc->timerSet(RS_TIMER_INTERNAL);
434 timerSet(RS_TIMER_INTERNAL);

Completed in 467 milliseconds