/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/imagedistributor/ |
H A D | ImageStream.java | 57 public ImageProxy getNext() throws InterruptedException, BufferQueueClosedException; in getNext() method 73 public ImageProxy getNext(long timeout, TimeUnit unit) throws InterruptedException, in getNext() method
|
/aosp12/packages/apps/Camera2/src/com/android/camera/async/ |
H A D | BufferQueue.java | 39 public T getNext() throws InterruptedException, BufferQueueClosedException; in getNext() method 54 public T getNext(long timeout, TimeUnit unit) throws InterruptedException, TimeoutException, in getNext() method
|
H A D | ForwardingBufferQueue.java | 38 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
|
H A D | CountableBufferQueue.java | 82 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
|
H A D | ConcurrentBufferQueue.java | 168 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
|
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/ringbuffer/ |
H A D | DynamicRingBuffer.java | 131 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
|
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
H A D | BaseEventStreamTransformation.java | 28 public EventStreamTransformation getNext() { in getNext() method in BaseEventStreamTransformation
|
H A D | EventStreamTransformation.java | 112 public EventStreamTransformation getNext(); in getNext() method
|
H A D | AccessibilityInputFilter.java | 396 public EventStreamTransformation getNext() { in getNext() method in AccessibilityInputFilter
|
/aosp12/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/table/reader/ |
H A D | Table.java | 61 T getNext(); in getNext() method
|
/aosp12/frameworks/base/core/tests/coretests/src/android/app/timezonedetector/ |
H A D | ShellCommandTestSupport.java | 41 String getNext() { in createShellCommandWithArgsAndOptions() method in ShellCommandTestSupport.ArgProvider
|
/aosp12/frameworks/base/services/core/java/com/android/server/integrity/model/ |
H A D | BitInputStream.java | 45 public int getNext(int numOfBits) throws IOException { in getNext() method in BitInputStream
|
/aosp12/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/table/packed/read/ |
H A D | BaseTypedPackedTable.java | 107 public E getNext() { in getNext() method in BaseTypedPackedTable.BasePackedTableEntry
|
H A D | PackedTableReader.java | 262 public Entry getNext() { in getNext() method in PackedTableReader.Entry
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/services/ |
H A D | FileOperations.java | 115 public synchronized String getNext() { in getNext() method in FileOperations.IdBuilder
|
/aosp12/hardware/qcom/display/msm8960/liboverlay/ |
H A D | overlayRotator.cpp | 140 Rotator* RotMgr::getNext() { in getNext() function in overlay::RotMgr
|
/aosp12/hardware/qcom/display/msm8084/liboverlay/ |
H A D | overlayRotator.cpp | 144 Rotator* RotMgr::getNext() { in getNext() function in overlay::RotMgr
|
/aosp12/hardware/qcom/display/msm8226/liboverlay/ |
H A D | overlayRotator.cpp | 145 Rotator* RotMgr::getNext() { in getNext() function in overlay::RotMgr
|
/aosp12/hardware/qcom/display/msm8994/liboverlay/ |
H A D | overlayRotator.cpp | 195 Rotator* RotMgr::getNext() { in getNext() function in overlay::RotMgr
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
H A D | AccessibilityInputFilterTest.java | 124 public EventStreamTransformation getNext() { in getNext() method in AccessibilityInputFilterTest.EventCaptor
|
/aosp12/packages/apps/Car/tests/TestMediaApp/src/com/android/car/media/testmediaapp/ |
H A D | TmaMediaItem.java | 146 TmaMediaItem getNext() { in getNext() method in TmaMediaItem
|
/aosp12/system/core/libutils/include/utils/ |
H A D | List.h | 57 inline _Node* getNext() const { return mpNext; } in getNext() function
|
/aosp12/system/keymaster/include/keymaster/ |
H A D | List.h | 53 inline _Node* getNext() const { return mpNext; } in getNext() function
|
/aosp12/frameworks/base/core/java/android/content/ |
H A D | AttributionSource.java | 438 public @Nullable AttributionSource getNext() { in getNext() method in AttributionSource
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/gestures/ |
H A D | TouchExplorerTest.java | 139 public EventStreamTransformation getNext() { in getNext() method in TouchExplorerTest.EventCaptor
|