/frameworks/base/core/java/android/hardware/camera2/marshal/ |
D | MarshalQueryable.java | 62 public boolean isTypeMappingSupported(TypeReference<T> managedType, int nativeType); in isTypeMappingSupported() method
|
D | Marshaler.java | 60 if (!query.isTypeMappingSupported(typeReference, nativeType)) { in Marshaler()
|
D | MarshalRegistry.java | 79 if (castedPotential.isTypeMappingSupported(typeToken, nativeType)) { in getMarshaler()
|
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/ |
D | MarshalQueryableBoolean.java | 61 public boolean isTypeMappingSupported(TypeReference<Boolean> managedType, int nativeType) { in isTypeMappingSupported() method in MarshalQueryableBoolean
|
D | MarshalQueryableNativeByteToInteger.java | 64 public boolean isTypeMappingSupported(TypeReference<Integer> managedType, int nativeType) { in isTypeMappingSupported() method in MarshalQueryableNativeByteToInteger
|
D | MarshalQueryableSize.java | 65 public boolean isTypeMappingSupported(TypeReference<Size> managedType, int nativeType) { in isTypeMappingSupported() method in MarshalQueryableSize
|
D | MarshalQueryableSizeF.java | 68 public boolean isTypeMappingSupported(TypeReference<SizeF> managedType, int nativeType) { in isTypeMappingSupported() method in MarshalQueryableSizeF
|
D | MarshalQueryableStreamConfiguration.java | 76 public boolean isTypeMappingSupported(TypeReference<StreamConfiguration> managedType, in isTypeMappingSupported() method in MarshalQueryableStreamConfiguration
|
D | MarshalQueryableStreamConfigurationDuration.java | 84 public boolean isTypeMappingSupported(TypeReference<StreamConfigurationDuration> managedType, in isTypeMappingSupported() method in MarshalQueryableStreamConfigurationDuration
|
D | MarshalQueryableBlackLevelPattern.java | 71 public boolean isTypeMappingSupported( in isTypeMappingSupported() method in MarshalQueryableBlackLevelPattern
|
D | MarshalQueryableColorSpaceTransform.java | 78 public boolean isTypeMappingSupported( in isTypeMappingSupported() method in MarshalQueryableColorSpaceTransform
|
D | MarshalQueryableRggbChannelVector.java | 70 public boolean isTypeMappingSupported( in isTypeMappingSupported() method in MarshalQueryableRggbChannelVector
|
D | MarshalQueryableHighSpeedVideoConfiguration.java | 80 public boolean isTypeMappingSupported(TypeReference<HighSpeedVideoConfiguration> managedType, in isTypeMappingSupported() method in MarshalQueryableHighSpeedVideoConfiguration
|
D | MarshalQueryableRect.java | 73 public boolean isTypeMappingSupported(TypeReference<Rect> managedType, int nativeType) { in isTypeMappingSupported() method in MarshalQueryableRect
|
D | MarshalQueryableString.java | 107 public boolean isTypeMappingSupported(TypeReference<String> managedType, int nativeType) { in isTypeMappingSupported() method in MarshalQueryableString
|
D | MarshalQueryableMeteringRectangle.java | 83 public boolean isTypeMappingSupported( in isTypeMappingSupported() method in MarshalQueryableMeteringRectangle
|
D | MarshalQueryableReprocessFormatsMap.java | 127 public boolean isTypeMappingSupported(TypeReference<ReprocessFormatsMap> managedType, in isTypeMappingSupported() method in MarshalQueryableReprocessFormatsMap
|
D | MarshalQueryableRange.java | 132 public boolean isTypeMappingSupported(TypeReference<Range<T>> managedType, int nativeType) { in isTypeMappingSupported() method in MarshalQueryableRange
|
D | MarshalQueryableParcelable.java | 186 public boolean isTypeMappingSupported(TypeReference<T> managedType, int nativeType) { in isTypeMappingSupported() method in MarshalQueryableParcelable
|
D | MarshalQueryablePair.java | 154 public boolean isTypeMappingSupported(TypeReference<Pair<T1, T2>> managedType, int nativeType) { in isTypeMappingSupported() method in MarshalQueryablePair
|
D | MarshalQueryableEnum.java | 107 public boolean isTypeMappingSupported(TypeReference<T> managedType, int nativeType) { in isTypeMappingSupported() method in MarshalQueryableEnum
|
D | MarshalQueryablePrimitive.java | 163 public boolean isTypeMappingSupported(TypeReference<T> managedType, int nativeType) { in isTypeMappingSupported() method in MarshalQueryablePrimitive
|
D | MarshalQueryableArray.java | 172 public boolean isTypeMappingSupported(TypeReference<T> managedType, int nativeType) { in isTypeMappingSupported() method in MarshalQueryableArray
|