Home
last modified time | relevance | path

Searched defs:getNext (Results 1 – 9 of 9) 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/apps/DocumentsUI/src/com/android/documentsui/services/
DFileOperations.java115 public synchronized String getNext() { in getNext() method in FileOperations.IdBuilder
/packages/apps/Car/tests/TestMediaApp/src/com/android/car/media/testmediaapp/
DTmaMediaItem.java140 TmaMediaItem getNext() { in getNext() method in TmaMediaItem
/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
DSdpManager.java174 SdpSearchInstance getNext() { in getNext() method in SdpManager.SdpSearchTracker