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/base/libs/rs/
rsThreadIO.cpp
129
con->
timerSet
(Context::RS_TIMER_IDLE);
145
con->
timerSet
(Context::RS_TIMER_INTERNAL);
rsContext.cpp
85
timerSet
(RS_TIMER_SCRIPT);
136
void Context::
timerSet
(Timers tm) {
276
rsc->
timerSet
(RS_TIMER_CLEAR_SWAP);
279
rsc->
timerSet
(RS_TIMER_INTERNAL);
412
timerSet
(RS_TIMER_INTERNAL);
rsContext.h
180
void
timerSet
(Timers);
Completed in 1466 milliseconds