Searched refs:nAllocationIoReceive (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java390 mRS.nAllocationIoReceive(getID(mRS));
H A DRenderScript.java313 synchronized void nAllocationIoReceive(int alloc) { method in class:RenderScript
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp511 nAllocationIoReceive(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc) function
513 LOG_API("nAllocationIoReceive, con(%p), alloc(%p)", con, alloc);
1456 {"rsnAllocationIoReceive", "(II)V", (void*)nAllocationIoReceive },

Completed in 169 milliseconds