Home
last modified time | relevance | path

Searched defs:Hash (Results 1 – 16 of 16) sorted by relevance

/aosp12/system/tools/hidl/hashing/include/hidl-hash/
H A DHash.h24 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 DStrongTyping.h55 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 DHash.h26 struct Hash : public IHash { struct
/aosp12/frameworks/compile/mclinker/include/mcld/LD/
H A DBranchIsland.h119 struct Hash { struct
122 hash::StringHash<hash::DJB> str_hasher; in operator() argument
/aosp12/frameworks/av/media/libstagefright/foundation/
H A DAAtomizer.cpp57 uint32_t AAtomizer::Hash(const char *s) { in Hash() function in android::AAtomizer
/aosp12/art/runtime/
H A Dbacktrace_helper.h63 uint64_t Hash() const { in Hash() function
H A Dclass_table.h69 uint32_t Hash() const { in Hash() function
/aosp12/frameworks/native/libs/math/tests/
H A Dhalf_test.cpp98 TEST_F(HalfTest, Hash) { in TEST_F() argument
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/
H A DProgramCache.h180 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 DProgramCache.h189 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 Ddatabase.cc212 Octet16 Database::Hash() const { in Hash() function in gatt::Database
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
H A DDeviceFiles.cpp25 bool Hash(const std::string& data, std::string* hash) { in Hash() function
/aosp12/system/tools/hidl/hashing/
H A DHash.cpp66 Hash::Hash(const std::string& path) : mPath(path), mHash(sha256File(path)) {} in Hash() function in android::Hash
/aosp12/system/tools/aidl/
H A Doptions.h144 string Hash() const { return hash_; } in Hash() function
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dencoding.h479 const std::unordered_map<Key, T, Hash, KeyEqual, Allocator>& value) { in EncodeType() argument
/aosp12/system/logging/logd/
H A DLogTags.cpp454 size_t Hash = key2tag.hash_function()(Key); in nameToTag_locked() local