OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTimeoutUs
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libnbaio/
NBLog.cpp
1042
mTimeoutUs
(0) {}
1055
// If
mTimeoutUs
is negative, wait on the condition variable until it's positive.
1057
nsecs_t waitTime =
mTimeoutUs
> 0 ? kThreadSleepPeriodUs * 1000 : LLONG_MAX;
1059
doMerge =
mTimeoutUs
> 0;
1060
mTimeoutUs
-= kThreadSleepPeriodUs;
1074
mTimeoutUs
= time;
/frameworks/av/media/libnbaio/include/
NBLog.h
471
int
mTimeoutUs
;
Completed in 214 milliseconds