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

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocationThunker.java99 public void ioReceive() { method in class:AllocationThunker
101 mN.ioReceive();
H A DAllocation.java369 public void ioReceive() { method in class:Allocation
/frameworks/rs/
H A Drs_hal.h184 void (*ioReceive)(const Context *rsc, Allocation *alloc); member in struct:android::renderscript::__anon1535::__anon1537
H A DrsAllocation.cpp525 void Allocation::ioReceive(const Context *rsc) { function in class:Allocation
533 rsc->mHal.funcs.allocation.ioReceive(rsc, this);
757 alloc->ioReceive(rsc);
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java493 public void ioReceive() { method in class:Allocation
494 Trace.traceBegin(RenderScript.TRACE_TAG, "ioReceive");

Completed in 100 milliseconds