HomeSort by relevance Sort by last modified time
    Searched refs:ioReceive (Results 1 - 25 of 25) 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...]
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
UsageIO.java 61 mScratchPixelsAllocation2.ioReceive();
  /frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
ViewfinderProcessor.java 113 mInputAllocation.ioReceive();
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationCreateAllocationsTest.java 118 allocArray[i].ioReceive();
121 assertTrue("IoReceive Failed, Frame: " + i, dataIn[j] == dataOut[j]);
  /cts/tests/tests/view/src/android/view/cts/surfacevalidator/
SurfacePixelValidator.java 70 mInPixelsAllocation.ioReceive();
  /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();
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
Camera2Source.java 268 a.ioReceive();
  /frameworks/rs/
rsAllocation.h 186 void ioReceive(const Context *rsc);
rsAllocation.cpp 629 void Allocation::ioReceive(const Context *rsc) {
637 rsc->mHal.funcs.allocation.ioReceive(rsc, this);
    [all...]
rsDriverLoader.cpp 87 ret &= fn(RS_HAL_ALLOCATION_IO_RECEIVE, (void **)&rsc->mHal.funcs.allocation.ioReceive);
rsScriptC_Lib.cpp 221 src->ioReceive(rsc);
rs_hal.h 242 void (*ioReceive)(const Context *rsc, Allocation *alloc);
  /frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
ViewfinderProcessor.java 177 mInputAllocation.ioReceive();
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
Allocation.java 581 public void ioReceive() {
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Allocation.java 585 public void ioReceive() {
587 Trace.traceBegin(RenderScript.TRACE_TAG, "ioReceive");
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.1.1.4/
android-4.1.1.4.jar 

Completed in 582 milliseconds