OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPrevTime
(Results
1 - 2
of
2
) sorted by null
/development/samples/BrowserPlugin/jni/background/
BackgroundPlugin.h
40
uint32_t
mPrevTime
;
BackgroundPlugin.cpp
256
mStartTime =
mPrevTime
= getMSecs();
289
uint32_t interval = now - obj->
mPrevTime
;
295
obj->
mPrevTime
= now;
Completed in 98 milliseconds