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()
111 private final TypeReference<T> mTypeReference; field in CameraMetadataNative.Key129 mTypeReference = TypeReference.createSpecializedTypeReference(type); in Key()130 mHash = mName.hashCode() ^ mTypeReference.hashCode(); in Key()145 mTypeReference = TypeReference.createSpecializedTypeReference(type); in Key()146 mHash = mName.hashCode() ^ mTypeReference.hashCode(); in Key()164 mTypeReference = TypeReference.createSpecializedTypeReference(type); in Key()165 mHash = mName.hashCode() ^ mTypeReference.hashCode(); in Key()184 mTypeReference = typeReference; in Key()185 mHash = mName.hashCode() ^ mTypeReference.hashCode(); in Key()247 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/…