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