Searched refs:arrayValues (Results 1 – 2 of 2) sorted by relevance
112 jint* arrayValues = env->GetIntArrayElements(array, 0); in nativeGetSupportedHdrOutputTypes() local115 arrayValues[index++] = static_cast<jint>(hdrOutputType); in nativeGetSupportedHdrOutputTypes()117 env->ReleaseIntArrayElements(array, arrayValues, 0); in nativeGetSupportedHdrOutputTypes()137 jint* arrayValues = env->GetIntArrayElements(array, 0); in nativeGetHdrOutputTypesWithLatency() local140 arrayValues[index++] = static_cast<jint>(hdrOutputType); in nativeGetHdrOutputTypesWithLatency()142 env->ReleaseIntArrayElements(array, arrayValues, 0); in nativeGetHdrOutputTypesWithLatency()
1443 jint* arrayValues = env->GetIntArrayElements(array, 0); in nativeGetCompositionDataspaces() local1444 arrayValues[0] = static_cast<jint>(defaultDataspace); in nativeGetCompositionDataspaces()1445 arrayValues[1] = static_cast<jint>(wcgDataspace); in nativeGetCompositionDataspaces()1446 env->ReleaseIntArrayElements(array, arrayValues, 0); in nativeGetCompositionDataspaces()