OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 1862 milliseconds