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

  /cts/tests/tests/hardware/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();
  /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/rs/
rsAllocation.h 167 void ioReceive(const Context *rsc);
rsScriptC_Lib.cpp 225 src->ioReceive(rsc);
rsAllocation.cpp 525 void Allocation::ioReceive(const Context *rsc) {
533 rsc->mHal.funcs.allocation.ioReceive(rsc, this);
757 alloc->ioReceive(rsc);
rs_hal.h 184 void (*ioReceive)(const Context *rsc, Allocation *alloc);
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsAllocation.h 164 void ioReceive(const Context *rsc);
rs_hal.h 165 void (*ioReceive)(const Context *rsc, Allocation *alloc);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsAllocation.h 164 void ioReceive(const Context *rsc);
rs_hal.h 165 void (*ioReceive)(const Context *rsc, Allocation *alloc);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsAllocation.h 164 void ioReceive(const Context *rsc);
rs_hal.h 165 void (*ioReceive)(const Context *rsc, Allocation *alloc);
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
AllocationThunker.java 99 public void ioReceive() {
101 mN.ioReceive();
Allocation.java 369 public void ioReceive() {
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
Camera2Source.java 268 a.ioReceive();
  /frameworks/base/rs/java/android/renderscript/
Allocation.java 493 public void ioReceive() {
494 Trace.traceBegin(RenderScript.TRACE_TAG, "ioReceive");
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 1448 milliseconds