Home
last modified time | relevance | path

Searched refs:arrayValues (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_display_DisplayControl.cpp112 jint* arrayValues = env->GetIntArrayElements(array, 0); in nativeGetSupportedHdrOutputTypes() local
115 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() local
140 arrayValues[index++] = static_cast<jint>(hdrOutputType); in nativeGetHdrOutputTypesWithLatency()
142 env->ReleaseIntArrayElements(array, arrayValues, 0); in nativeGetHdrOutputTypesWithLatency()
/aosp14/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp1443 jint* arrayValues = env->GetIntArrayElements(array, 0); in nativeGetCompositionDataspaces() local
1444 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()