Searched refs:ioReceive (Results 1 - 9 of 9) sorted by relevance

/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DUsageIO.java61 mScratchPixelsAllocation2.ioReceive();
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocationThunker.java83 public void ioReceive() { method in class:AllocationThunker
84 mN.ioReceive();
H A DAllocation.java366 public void ioReceive() { method in class:Allocation
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DCamera2Source.java257 a.ioReceive();
/frameworks/rs/
H A DrsAllocation.h164 void ioReceive(const Context *rsc);
H A DrsScriptC_Lib.cpp179 src->ioReceive(rsc);
H A DrsAllocation.cpp497 void Allocation::ioReceive(const Context *rsc) { function in class:Allocation
505 rsc->mHal.funcs.allocation.ioReceive(rsc, this);
716 alloc->ioReceive(rsc);
H A Drs_hal.h165 void (*ioReceive)(const Context *rsc, Allocation *alloc); member in struct:android::renderscript::__anon1649::__anon1651
/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java427 public void ioReceive() { method in class:Allocation
428 Trace.traceBegin(RenderScript.TRACE_TAG, "ioReceive");

Completed in 1959 milliseconds