Searched refs:configArrayElements (Results 1 – 1 of 1) sorted by relevance
789 jint* configArrayElements = env->GetIntArrayElements(configArray, 0); in nativeSetAllowedDisplayConfigs() local791 allowedConfigs.push_back(configArrayElements[i]); in nativeSetAllowedDisplayConfigs()793 env->ReleaseIntArrayElements(configArray, configArrayElements, 0); in nativeSetAllowedDisplayConfigs()