Searched refs:getKey (Results 1 - 7 of 7) sorted by relevance

/system/core/include/utils/
H A DLruCache.h62 virtual const TKey& getKey() const = 0;
76 const TKey& getKey() const final { return key; }
84 const TKey& getKey() const final { return key; }
89 return hash_type(entry->getKey());
95 return lhs->getKey() == rhs->getKey();
152 return (*mIterator)->getKey();
H A DTypeHelpers.h271 inline const KEY& getKey() const { function in struct:android::key_value_pair_t
/system/core/libutils/include/utils/
H A DLruCache.h62 virtual const TKey& getKey() const = 0;
76 const TKey& getKey() const final { return key; }
84 const TKey& getKey() const final { return key; }
89 return hash_type(entry->getKey());
95 return lhs->getKey() == rhs->getKey();
152 return (*mIterator)->getKey();
H A DTypeHelpers.h271 inline const KEY& getKey() const { function in struct:android::key_value_pair_t
/system/core/logd/
H A DLogStatistics.h288 inline const uid_t& getKey() const { function in struct:UidEntry
292 return getKey();
336 const pid_t& getKey() const { function in struct:PidEntry
340 return getKey();
413 const pid_t& getKey() const { function in struct:TidEntry
417 return getKey();
469 const uint32_t& getKey() const { function in struct:TagEntry
598 const TagNameKey& getKey() const { function in struct:TagNameEntry
651 worst = sorted[0]->getKey();
662 worst = sorted[0]->getKey();
[all...]
H A DLogBuffer.cpp569 uint64_t getKey() { function in class:LogBufferElementKey
582 LogBufferElementMap::iterator it = map.find(key.getKey());
599 map[key.getKey()] = element;
756 int worst = -1; // not valid for getUid() or getKey()
H A DLogStatistics.cpp498 name = android::base::StringPrintf("%7u", getKey());
500 name = android::base::StringPrintf("%7u/%u", getKey(), uid);

Completed in 89 milliseconds