Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp789 jint* configArrayElements = env->GetIntArrayElements(configArray, 0); in nativeSetAllowedDisplayConfigs() local
791 allowedConfigs.push_back(configArrayElements[i]); in nativeSetAllowedDisplayConfigs()
793 env->ReleaseIntArrayElements(configArray, configArrayElements, 0); in nativeSetAllowedDisplayConfigs()