HomeSort by relevance Sort by last modified time
    Searched refs:ioReceive (Results 1 - 22 of 22) 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");
102 * If there are multiple pending buffers, {@link Allocation#ioReceive receive} the latest one.
116 mAllocation.ioReceive();
176 * Waits for a buffer. Caller must call ioReceive exactly once after calling this.
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
UsageIO.java 61 mScratchPixelsAllocation2.ioReceive();
  /frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
ViewfinderProcessor.java 113 mInputAllocation.ioReceive();
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationCreateAllocationsTest.java 109 allocArray[i].ioReceive();
112 assertTrue("IoReceive Failed, Frame: " + i, dataIn[j] == dataOut[j]);
  /developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
ViewfinderProcessor.java 147 mInputAllocation.ioReceive();
  /developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
ViewfinderProcessor.java 147 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 190 void ioReceive(const Context *rsc);
rsScriptC_Lib.cpp 239 src->ioReceive(rsc);
rsDriverLoader.cpp 95 ret &= fn(RS_HAL_ALLOCATION_IO_RECEIVE, (void **)&rsc->mHal.funcs.allocation.ioReceive);
rsAllocation.cpp 666 void Allocation::ioReceive(const Context *rsc) {
674 rsc->mHal.funcs.allocation.ioReceive(rsc, this);
    [all...]
rs_hal.h 239 void (*ioReceive)(const Context *rsc, Allocation *alloc);
  /frameworks/support/v8/renderscript/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/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 3995 milliseconds