Home
last modified time | relevance | path

Searched defs:getNext (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/imagedistributor/
DImageStream.java57 public ImageProxy getNext() throws InterruptedException, BufferQueueClosedException; in getNext() method
73 public ImageProxy getNext(long timeout, TimeUnit unit) throws InterruptedException, in getNext() method
/packages/apps/Camera2/src/com/android/camera/async/
DBufferQueue.java39 public T getNext() throws InterruptedException, BufferQueueClosedException; in getNext() method
54 public T getNext(long timeout, TimeUnit unit) throws InterruptedException, TimeoutException, in getNext() method
DForwardingBufferQueue.java38 public T getNext() throws InterruptedException, BufferQueueClosedException { in getNext() method in ForwardingBufferQueue
43 public T getNext(long timeout, TimeUnit unit) throws InterruptedException, TimeoutException, in getNext() method in ForwardingBufferQueue
DCountableBufferQueue.java82 public T getNext() throws InterruptedException, BufferQueueClosedException { in getNext() method in CountableBufferQueue
89 public T getNext(long timeout, TimeUnit unit) throws InterruptedException, TimeoutException, in getNext() method in CountableBufferQueue
DConcurrentBufferQueue.java168 public T getNext() throws InterruptedException, BufferQueueClosedException { in getNext() method in ConcurrentBufferQueue
174 public T getNext(long timeout, TimeUnit unit) throws InterruptedException, TimeoutException, in getNext() method in ConcurrentBufferQueue
/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/ringbuffer/
DDynamicRingBuffer.java131 public ImageProxy getNext() throws InterruptedException, BufferQueueClosedException { in getNext() method in DynamicRingBuffer
136 public ImageProxy getNext(long timeout, TimeUnit unit) throws InterruptedException, in getNext() method in DynamicRingBuffer
/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/storage/table/reader/
DTable.java79 T getNext(); in getNext() method
/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/storage/table/packed/read/
DBaseTypedPackedTable.java117 public E getNext() { in getNext() method in BaseTypedPackedTable.BasePackedTableEntry
DPackedTableReader.java292 public Entry getNext() { in getNext() method in PackedTableReader.Entry
/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DFileOperations.java115 public synchronized String getNext() { in getNext() method in FileOperations.IdBuilder
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sdp/
DSdpManager.java136 SdpSearchInstance getNext() { in getNext() method in SdpManager.SdpSearchTracker