Searched refs:hash_t (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/libs/hwui/utils/
H A DTinyHashMap.h28 * Currently, expects simple keys that are handled by hash_t()
39 hash_t hash = hash_t(key);
54 hash_t hash = hash_t(key);
/frameworks/rs/cpp/util/
H A DTypeHelpers.h266 typedef uint32_t hash_t; typedef in namespace:android::RSC
269 hash_t hash_type(const TKey& key);
274 template <> inline hash_t hash_type(const T& value) { return hash_t(value); }
276 template <> inline hash_t hash_type(const T& value) { \
277 return hash_t((value >> 32) ^ value); }
279 template <> inline hash_t hash_type(const T& value) { \
294 template <typename T> inline hash_t hash_type(T* const & value) {
/frameworks/rs/server/
H A DTypeHelpers.h266 typedef uint32_t hash_t; typedef in namespace:android
269 hash_t hash_type(const TKey& key);
274 template <> inline hash_t hash_type(const T& value) { return hash_t(value); }
276 template <> inline hash_t hash_type(const T& value) { \
277 return hash_t((value >> 32) ^ value); }
279 template <> inline hash_t hash_type(const T& value) { \
294 template <typename T> inline hash_t hash_type(T* const & value) {
/frameworks/base/libs/hwui/
H A DPatchCache.h103 hash_t hash() const;
127 friend inline hash_t hash_type(const PatchDescription& entry) {
H A DTextDropShadowCache.h62 hash_t hash() const;
111 inline hash_t hash_type(const ShadowText& entry) {
H A DGradientCache.h64 hash_t hash() const;
102 inline hash_t hash_type(const GradientCacheEntry& entry) {
H A DPathCache.h150 hash_t hash() const;
171 friend inline hash_t hash_type(const PathDescription& entry) {
H A DPatchCache.cpp69 hash_t PatchCache::PatchDescription::hash() const {
H A DTextDropShadowCache.cpp33 hash_t ShadowText::hash() const {
H A DGradientCache.cpp42 hash_t GradientCacheEntry::hash() const {
H A DPathCache.cpp65 hash_t PathDescription::hash() const {
/frameworks/base/libs/hwui/font/
H A DFont.h54 hash_t hash() const;
158 inline hash_t hash_type(const Font::FontDescription& entry) {
H A DFont.cpp75 hash_t Font::FontDescription::hash() const {
/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.h93 hash_t hash() const;
118 inline hash_t hash_type(const TextLayoutCacheKey& key) {
H A DTextLayoutCache.cpp295 hash_t TextLayoutCacheKey::hash() const {

Completed in 171 milliseconds