[go: nahoru, domu]

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

/frameworks/base/core/jni/
H A Dandroid_os_Debug.cpp484 jintArray otherIntArray = (jintArray)env->GetObjectField(object, otherStats_field); local
486 jint* otherArray = (jint*)env->GetPrimitiveArrayCritical(otherIntArray, 0);
503 env->ReleasePrimitiveArrayCritical(otherIntArray, otherArray, 0);

Completed in 49 milliseconds