Searched defs:nAllocationIoReceive (Results 1 - 3 of 3) sorted by last modified time

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java358 synchronized void nAllocationIoReceive(int alloc) { method in class:RenderScript
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java421 synchronized void nAllocationIoReceive(long alloc) { method in class:RenderScript
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp580 nAllocationIoReceive(JNIEnv *_env, jobject _this, jlong con, jlong alloc) function
582 LOG_API("nAllocationIoReceive, con(%p), alloc(%p)", (RsContext)con, alloc);
1742 {"rsnAllocationIoReceive", "(JJ)V", (void*)nAllocationIoReceive },

Completed in 20 milliseconds