OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mWhenUs
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/foundation/
ALooper.cpp
179
while (it != mEventQueue.end() && (*it).
mWhenUs
<= whenUs) {
184
event.
mWhenUs
= whenUs;
206
int64_t whenUs = (*mEventQueue.begin()).
mWhenUs
;
/frameworks/av/include/media/stagefright/foundation/
ALooper.h
68
int64_t
mWhenUs
;
Completed in 310 milliseconds