Home
last modified time | relevance | path

Searched refs:hashKey (Results 1 – 1 of 1) sorted by relevance

/aosp14/system/core/libcutils/
H A Dhashmap.cpp83 static inline int hashKey(Hashmap* map, void* key) { in hashKey() function
193 int hash = hashKey(map, key); in hashmapPut()
225 int hash = hashKey(map, key); in hashmapGet()
240 int hash = hashKey(map, key); in hashmapRemove()