OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timeoutLeft
(Results
1 - 2
of
2
) sorted by null
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
BlockingStateCallback.java
186
long
timeoutLeft
= timeout;
189
while ((nextState = mRecentStates.poll(
timeoutLeft
, TimeUnit.MILLISECONDS))
196
timeoutLeft
-= (endMs - startMs);
/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
StateWaiter.java
136
long
timeoutLeft
= timeoutMs;
138
while ((nextState = mQueuedStates.poll(
timeoutLeft
, TimeUnit.MILLISECONDS)) != null) {
148
timeoutLeft
-= (endMs - startMs);
Completed in 192 milliseconds