/aosp12/system/tools/hidl/hashing/include/hidl-hash/ |
H A D | Hash.h | 24 struct Hash { struct 25 static const std::vector<uint8_t> kEmptyHash; argument 50 std::vector<uint8_t> mHash; argument
|
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/ |
H A D | StrongTyping.h | 55 struct Hash : Ability<T, Hash> { struct 56 [[nodiscard]] std::size_t hash() const { in hash()
|
/aosp12/hardware/interfaces/tests/hash/1.0/default/ |
H A D | Hash.h | 26 struct Hash : public IHash { struct
|
/aosp12/frameworks/compile/mclinker/include/mcld/LD/ |
H A D | BranchIsland.h | 119 struct Hash { struct 122 hash::StringHash<hash::DJB> str_hasher; in operator() argument
|
/aosp12/frameworks/av/media/libstagefright/foundation/ |
H A D | AAtomizer.cpp | 57 uint32_t AAtomizer::Hash(const char *s) { in Hash() function in android::AAtomizer
|
/aosp12/art/runtime/ |
H A D | backtrace_helper.h | 63 uint64_t Hash() const { in Hash() function
|
H A D | class_table.h | 69 uint32_t Hash() const { in Hash() function
|
/aosp12/frameworks/native/libs/math/tests/ |
H A D | half_test.cpp | 98 TEST_F(HalfTest, Hash) { in TEST_F() argument
|
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/ |
H A D | ProgramCache.h | 180 struct Hash { struct 181 size_t operator()(const Key& key) const { return static_cast<size_t>(key.mKey); } in operator()
|
/aosp12/frameworks/native/libs/renderengine/gl/ |
H A D | ProgramCache.h | 189 struct Hash { struct 190 size_t operator()(const Key& key) const { return static_cast<size_t>(key.mKey); } in operator()
|
/aosp12/system/bt/bta/gatt/ |
H A D | database.cc | 212 Octet16 Database::Hash() const { in Hash() function in gatt::Database
|
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/ |
H A D | DeviceFiles.cpp | 25 bool Hash(const std::string& data, std::string* hash) { in Hash() function
|
/aosp12/system/tools/hidl/hashing/ |
H A D | Hash.cpp | 66 Hash::Hash(const std::string& path) : mPath(path), mHash(sha256File(path)) {} in Hash() function in android::Hash
|
/aosp12/system/tools/aidl/ |
H A D | options.h | 144 string Hash() const { return hash_; } in Hash() function
|
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
H A D | encoding.h | 479 const std::unordered_map<Key, T, Hash, KeyEqual, Allocator>& value) { in EncodeType() argument
|
/aosp12/system/logging/logd/ |
H A D | LogTags.cpp | 454 size_t Hash = key2tag.hash_function()(Key); in nameToTag_locked() local
|