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

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java587 mRS.nAllocationIoReceive(getID(mRS));
H A DRenderScript.java434 synchronized void nAllocationIoReceive(long alloc) { method in class:RenderScript
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java593 mTimeStamp = mRS.nAllocationIoReceive(getID(mRS));
H A DRenderScript.java518 synchronized long nAllocationIoReceive(long alloc) { method in class:RenderScript
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1291 nAllocationIoReceive(JNIEnv *_env, jobject _this, jlong con, jlong alloc) function
1294 ALOGD("nAllocationIoReceive, con(%p), alloc(%p)", (RsContext)con, (RsAllocation)alloc);
2872 {"rsnAllocationIoReceive", "(JJ)J", (void*)nAllocationIoReceive },

Completed in 1140 milliseconds