Searched refs:arrayValues (Results 1 – 2 of 2) sorted by relevance
116 jint* arrayValues = env->GetIntArrayElements(array, 0); in nativeGetSupportedHdrOutputTypes() local119 arrayValues[index++] = static_cast<jint>(hdrOutputType); in nativeGetSupportedHdrOutputTypes()121 env->ReleaseIntArrayElements(array, arrayValues, 0); in nativeGetSupportedHdrOutputTypes()141 jint* arrayValues = env->GetIntArrayElements(array, 0); in nativeGetHdrOutputTypesWithLatency() local144 arrayValues[index++] = static_cast<jint>(hdrOutputType); in nativeGetHdrOutputTypesWithLatency()146 env->ReleaseIntArrayElements(array, arrayValues, 0); in nativeGetHdrOutputTypesWithLatency()
1564 jint* arrayValues = env->GetIntArrayElements(array, 0); in nativeGetCompositionDataspaces() local1565 arrayValues[0] = static_cast<jint>(defaultDataspace); in nativeGetCompositionDataspaces()1566 arrayValues[1] = static_cast<jint>(wcgDataspace); in nativeGetCompositionDataspaces()1567 env->ReleaseIntArrayElements(array, arrayValues, 0); in nativeGetCompositionDataspaces()