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()
106 private final TypeReference<T> mTypeReference; field in CameraMetadataNative.Key124 mTypeReference = TypeReference.createSpecializedTypeReference(type); in Key()125 mHash = mName.hashCode() ^ mTypeReference.hashCode(); in Key()140 mTypeReference = TypeReference.createSpecializedTypeReference(type); in Key()141 mHash = mName.hashCode() ^ mTypeReference.hashCode(); in Key()159 mTypeReference = TypeReference.createSpecializedTypeReference(type); in Key()160 mHash = mName.hashCode() ^ mTypeReference.hashCode(); in Key()179 mTypeReference = typeReference; in Key()180 mHash = mName.hashCode() ^ mTypeReference.hashCode(); in Key()242 return mName.equals(lhs.mName) && mTypeReference.equals(lhs.mTypeReference); in equals()[all …]
100 "Can't marshal managed type " + mTypeReference); in marshal()
138 throw new UnsupportedOperationException("Arrays for " + mTypeReference
22026 Landroid/hardware/camera2/impl/CameraMetadataNative$Key;->mTypeReference:Landroid/hardware/camera2/…