/aosp14/frameworks/base/core/java/android/provider/ |
H A D | MetadataReader.java | 62 private static final int TYPE_DOUBLE = 1; field in MetadataReader 95 TYPE_MAPPING.put(ExifInterface.TAG_WHITE_POINT, TYPE_DOUBLE); in TYPE_MAPPING.put() argument 96 TYPE_MAPPING.put(ExifInterface.TAG_X_RESOLUTION, TYPE_DOUBLE); in TYPE_MAPPING.put() argument 100 TYPE_MAPPING.put(ExifInterface.TAG_Y_RESOLUTION, TYPE_DOUBLE); in TYPE_MAPPING.put() argument 119 TYPE_MAPPING.put(ExifInterface.TAG_F_NUMBER, TYPE_DOUBLE); in TYPE_MAPPING.put() argument 122 TYPE_MAPPING.put(ExifInterface.TAG_FLASH_ENERGY, TYPE_DOUBLE); in TYPE_MAPPING.put() argument 124 TYPE_MAPPING.put(ExifInterface.TAG_FOCAL_LENGTH, TYPE_DOUBLE); in TYPE_MAPPING.put() argument 162 TYPE_MAPPING.put(ExifInterface.TAG_GPS_DOP, TYPE_DOUBLE); in TYPE_MAPPING.put() argument 183 TYPE_MAPPING.put(ExifInterface.TAG_GPS_SPEED, TYPE_DOUBLE); in TYPE_MAPPING.put() argument 187 TYPE_MAPPING.put(ExifInterface.TAG_GPS_TRACK, TYPE_DOUBLE); in TYPE_MAPPING.put() argument [all …]
|
/aosp14/frameworks/base/core/java/android/hardware/camera2/marshal/ |
H A D | MarshalHelpers.java | 64 case TYPE_DOUBLE: in getPrimitiveTypeSize() 222 case TYPE_DOUBLE: in toStringNativeType() 247 case TYPE_DOUBLE: in checkNativeType() 274 case TYPE_DOUBLE: in getPrimitiveTypeClass()
|
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/format/ |
H A D | PrimitiveFormat.java | 45 return createFormat(FrameFormat.TYPE_DOUBLE, count, target); in createDoubleFormat() 65 return createFormat(FrameFormat.TYPE_DOUBLE, target); in createDoubleFormat()
|
/aosp14/frameworks/base/core/java/android/hardware/camera2/marshal/impl/ |
H A D | MarshalQueryablePrimitive.java | 91 checkNativeTypeEquals(TYPE_DOUBLE, mNativeType); in marshal() 141 case TYPE_DOUBLE: in unmarshalObject() 176 return nativeType == TYPE_DOUBLE; in isTypeMappingSupported()
|
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
H A D | FrameFormat.java | 36 public static final int TYPE_DOUBLE = 6; field in FrameFormat 81 return mBaseType >= TYPE_BIT && mBaseType <= TYPE_DOUBLE; in isBinaryDataType() 324 case TYPE_DOUBLE: in bytesPerSampleOf() 354 case TYPE_DOUBLE: return "double"; in baseTypeToString()
|
H A D | SimpleFrame.java | 64 case FrameFormat.TYPE_DOUBLE: in initWithFormat()
|
/aosp14/frameworks/base/tools/streaming_proto/ |
H A D | stream_proto_utils.cpp | 45 case FieldDescriptorProto::TYPE_DOUBLE: in get_proto_type()
|
/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | TypedProperties.java | 99 static final int TYPE_DOUBLE = 'F' | 8 << 8; field in TypedProperties 126 return TYPE_DOUBLE; in interpretType()
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | MediaMetrics.java | 210 private static final int TYPE_DOUBLE = 3; // Java double field in MediaMetrics 520 .put((byte) TYPE_DOUBLE) in putDouble() 735 case TYPE_DOUBLE: in toBundle()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_hardware_camera2_CameraMetadata.cpp | 149 METADATA_UPDATE(TYPE_DOUBLE, double); in updateAny() 289 case TYPE_DOUBLE: in CameraMetadata_update() 850 case TYPE_DOUBLE: in CameraMetadata_getAllVendorKeys()
|
/aosp14/frameworks/base/cmds/content/src/com/android/commands/content/ |
H A D | Content.java | 161 private static final String TYPE_DOUBLE = "d"; field in Content.Parser 455 } else if (TYPE_DOUBLE.equalsIgnoreCase(type)) { in parseBindValue()
|
/aosp14/frameworks/base/tools/incident_report/ |
H A D | main.cpp | 167 case FieldDescriptor::TYPE_DOUBLE: in print_value()
|
/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/ |
H A D | CameraMetadataNative.java | 558 public static final int TYPE_DOUBLE = 4; field in CameraMetadataNative
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 15410 Landroid/filterfw/core/FrameFormat;->TYPE_DOUBLE:I 19225 Landroid/hardware/camera2/impl/CameraMetadataNative;->TYPE_DOUBLE:I 42041 Landroid/provider/MetadataReader;->TYPE_DOUBLE:I 85378 Lcom/android/internal/util/TypedProperties;->TYPE_DOUBLE:I
|