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()
108 private final TypeReference<T> mTypeReference; field in CameraMetadataNative.Key126 mTypeReference = TypeReference.createSpecializedTypeReference(type); in Key()127 mHash = mName.hashCode() ^ mTypeReference.hashCode(); in Key()142 mTypeReference = TypeReference.createSpecializedTypeReference(type); in Key()143 mHash = mName.hashCode() ^ mTypeReference.hashCode(); in Key()161 mTypeReference = TypeReference.createSpecializedTypeReference(type); in Key()162 mHash = mName.hashCode() ^ mTypeReference.hashCode(); in Key()181 mTypeReference = typeReference; in Key()182 mHash = mName.hashCode() ^ mTypeReference.hashCode(); in Key()244 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
19148 Landroid/hardware/camera2/impl/CameraMetadataNative$Key;->mTypeReference:Landroid/hardware/camera2/…