Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_os_Debug.cpp528 jintArray otherIntArray = (jintArray)env->GetObjectField(object, otherStats_field); in android_os_Debug_getDirtyPagesPid() local
530 jint* otherArray = (jint*)env->GetPrimitiveArrayCritical(otherIntArray, 0); in android_os_Debug_getDirtyPagesPid()
547 env->ReleasePrimitiveArrayCritical(otherIntArray, otherArray, 0); in android_os_Debug_getDirtyPagesPid()