Searched defs:ioReceive (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java585 public void ioReceive() { method in class:Allocation
587 Trace.traceBegin(RenderScript.TRACE_TAG, "ioReceive");
2995 * #ioReceive ioReceive()} call.
3002 * 2. Get the timestamp after {@link #ioReceive ioReceive()} call.
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java581 public void ioReceive() { method in class:Allocation
/frameworks/rs/
H A DrsAllocation.cpp666 void Allocation::ioReceive(const Context *rsc) { function in class:Allocation
674 rsc->mHal.funcs.allocation.ioReceive(rsc, this);
924 alloc->ioReceive(rsc);
H A Drs_hal.h239 void (*ioReceive)(const Context *rsc, Allocation *alloc); member in struct:android::renderscript::__anon1695::__anon1697

Completed in 781 milliseconds