HomeSort by relevance Sort by last modified time
    Searched defs:ioReceive (Results 1 - 5 of 5) sorted by null

  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
BlockingInputAllocation.java 82 * {@link Allocation#ioReceive receives} it.
96 mAllocation.ioReceive();
98 if (VERBOSE) Log.v(TAG, "waitForBufferAndReceive - Allocation#ioReceive");
103 * {@link Allocation#ioReceive receives} it.
119 mAllocation.ioReceive();
121 if (VERBOSE) Log.v(TAG, "waitForBufferAndReceive - Allocation#ioReceive");
125 * If there are multiple pending buffers, {@link Allocation#ioReceive receive} the latest one.
139 mAllocation.ioReceive();
199 * Waits for a buffer. Caller must call ioReceive exactly once after calling this.
223 * Waits for a buffer. Caller must call ioReceive exactly once after calling this
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationCreateAllocationsTest.java 118 allocArray[i].ioReceive();
121 assertTrue("IoReceive Failed, Frame: " + i, dataIn[j] == dataOut[j]);
  /developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
ViewfinderProcessor.java 140 mInputAllocation.ioReceive();
  /developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
ViewfinderProcessor.java 140 mInputAllocation.ioReceive();
  /development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
ViewfinderProcessor.java 147 mInputAllocation.ioReceive();

Completed in 239 milliseconds