Searched refs:mTypeReference (Results 1 – 5 of 5) sorted by relevance
36 protected final TypeReference<T> mTypeReference; field in Marshaler57 mTypeReference = checkNotNull(typeReference, "typeReference must not be null"); in Marshaler()141 return mTypeReference; in getTypeReference()
91 private final TypeReference<T> mTypeReference; field in CameraMetadataNative.Key109 mTypeReference = TypeReference.createSpecializedTypeReference(type); in Key()110 mHash = mName.hashCode() ^ mTypeReference.hashCode(); in Key()125 mTypeReference = TypeReference.createSpecializedTypeReference(type); in Key()126 mHash = mName.hashCode() ^ mTypeReference.hashCode(); in Key()144 mTypeReference = TypeReference.createSpecializedTypeReference(type); in Key()145 mHash = mName.hashCode() ^ mTypeReference.hashCode(); in Key()164 mTypeReference = typeReference; in Key()165 mHash = mName.hashCode() ^ mTypeReference.hashCode(); in Key()227 return mName.equals(lhs.mName) && mTypeReference.equals(lhs.mTypeReference); in equals()[all …]
100 "Can't marshal managed type " + mTypeReference); in marshal()
79 throw new UnsupportedOperationException("Arrays for " + mTypeReference in unmarshal()
22035 Landroid/hardware/camera2/impl/CameraMetadataNative$Key;->mTypeReference:Landroid/hardware/camera2/…