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

/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java384 public void ioReceive() { method in class:Allocation
/frameworks/rs/
H A Drs_hal.h151 void (*ioReceive)(const Context *rsc, Allocation *alloc); member in struct:android::renderscript::__anon1555::__anon1557
H A DrsAllocation.cpp475 void Allocation::ioReceive(const Context *rsc) { function in class:Allocation
476 rsc->mHal.funcs.allocation.ioReceive(rsc, this);
660 alloc->ioReceive(rsc);
/frameworks/support/renderscript/v8/rs_support/
H A Drs_hal.h151 void (*ioReceive)(const Context *rsc, Allocation *alloc); member in struct:android::renderscript::__anon1584::__anon1586

Completed in 98 milliseconds