OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timerSet
(Results
1 - 4
of
4
) 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/
rsThreadIO.cpp
125
con->
timerSet
(Context::RS_TIMER_IDLE);
151
con->
timerSet
(Context::RS_TIMER_INTERNAL);
167
con->
timerSet
(Context::RS_TIMER_IDLE);
rsContext.cpp
87
timerSet
(RS_TIMER_SCRIPT);
138
void Context::
timerSet
(Timers tm) {
265
rsc->
timerSet
(RS_TIMER_IDLE);
297
rsc->
timerSet
(RS_TIMER_CLEAR_SWAP);
300
rsc->
timerSet
(RS_TIMER_INTERNAL);
424
timerSet
(RS_TIMER_INTERNAL);
rsContext.h
175
void
timerSet
(Timers);
Completed in 64 milliseconds