Home
last modified time | relevance | path

Searched refs:nextEntry (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/async/
DConcurrentBufferQueue.java156 private T doWithNextEntry(Entry<T> nextEntry) throws BufferQueueClosedException { in doWithNextEntry() argument
157 if (nextEntry.isClosingMarker()) { in doWithNextEntry()
160 mQueue.add(nextEntry); in doWithNextEntry()
163 return nextEntry.getValue(); in doWithNextEntry()
169 Entry<T> nextEntry = mQueue.take(); in getNext() local
170 return doWithNextEntry(nextEntry); in getNext()
176 Entry<T> nextEntry = mQueue.poll(timeout, unit); in getNext() local
177 if (nextEntry == null) { in getNext()
180 return doWithNextEntry(nextEntry); in getNext()
185 Entry<T> nextEntry = mQueue.peek(); in peekNext() local
[all …]
/packages/apps/Messaging/build/gcheckstyle/
Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/packages/services/Telecomm/libs/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...