Searched refs:allowedConfigsArray (Results 1 – 1 of 1) sorted by relevance
791 jintArray allowedConfigsArray = env->NewIntArray(allowedConfigs.size()); in nativeGetAllowedDisplayConfigs() local792 if (allowedConfigsArray == nullptr) { in nativeGetAllowedDisplayConfigs()796 jint* allowedConfigsArrayValues = env->GetIntArrayElements(allowedConfigsArray, 0); in nativeGetAllowedDisplayConfigs()800 env->ReleaseIntArrayElements(allowedConfigsArray, allowedConfigsArrayValues, 0); in nativeGetAllowedDisplayConfigs()801 return allowedConfigsArray; in nativeGetAllowedDisplayConfigs()