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

/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DUsageIO.java61 mScratchPixelsAllocation2.ioReceive();
/frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
H A DViewfinderProcessor.java113 mInputAllocation.ioReceive();
/frameworks/rs/
H A DrsScriptC_Lib.cpp234 src->ioReceive(rsc);
H A DrsAllocation.h181 void ioReceive(const Context *rsc);
H A DrsAllocation.cpp606 void Allocation::ioReceive(const Context *rsc) { function in class:Allocation
614 rsc->mHal.funcs.allocation.ioReceive(rsc, this);
841 alloc->ioReceive(rsc);
H A DrsDriverLoader.cpp94 ret &= fn(RS_HAL_ALLOCATION_IO_RECEIVE, (void **)&rsc->mHal.funcs.allocation.ioReceive);
H A Drs_hal.h213 void (*ioReceive)(const Context *rsc, Allocation *alloc); member in struct:android::renderscript::__anon1608::__anon1610
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DCamera2Source.java268 a.ioReceive();
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java475 public void ioReceive() { method in class:Allocation
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java512 public void ioReceive() { method in class:Allocation
514 Trace.traceBegin(RenderScript.TRACE_TAG, "ioReceive");

Completed in 342 milliseconds