Searched refs:allowedConfigsArray (Results 1 – 1 of 1) sorted by relevance
809 jintArray allowedConfigsArray = env->NewIntArray(allowedConfigs.size()); in nativeGetAllowedDisplayConfigs() local810 if (allowedConfigsArray == nullptr) { in nativeGetAllowedDisplayConfigs()814 jint* allowedConfigsArrayValues = env->GetIntArrayElements(allowedConfigsArray, 0); in nativeGetAllowedDisplayConfigs()818 env->ReleaseIntArrayElements(allowedConfigsArray, allowedConfigsArrayValues, 0); in nativeGetAllowedDisplayConfigs()819 return allowedConfigsArray; in nativeGetAllowedDisplayConfigs()