Home
last modified time | relevance | path

Searched refs:outputType (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_display_DisplayControl.cpp103 if (hdrConversionCapability.outputType > 0) { in nativeGetSupportedHdrOutputTypes()
104 hdrOutputTypes.insert(hdrConversionCapability.outputType); in nativeGetSupportedHdrOutputTypes()
128 if (hdrConversionCapability.outputType > 0 && hdrConversionCapability.addsLatency) { in nativeGetHdrOutputTypesWithLatency()
129 hdrOutputTypes.insert(hdrConversionCapability.outputType); in nativeGetHdrOutputTypesWithLatency()
/aosp14/frameworks/base/location/java/android/location/
H A DLocation.java1118 public static @NonNull String convert(@FloatRange double coordinate, @Format int outputType) { in convert() argument
1120 Preconditions.checkArgument(outputType == FORMAT_DEGREES || outputType == FORMAT_MINUTES in convert()
1121 || outputType == FORMAT_SECONDS, "%d is an unrecognized format", outputType); in convert()
1131 if (outputType == FORMAT_MINUTES || outputType == FORMAT_SECONDS) { in convert()
1137 if (outputType == FORMAT_SECONDS) { in convert()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...