Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DLruCache.h62 virtual const TKey& getKey() const = 0;
76 const TKey& getKey() const final { return key; } in getKey() function
84 const TKey& getKey() const final { return key; } in getKey() function
89 return hash_type(entry->getKey()); in operator()
95 return lhs->getKey() == rhs->getKey(); in operator()
152 return (*mIterator)->getKey(); in key()
DTypeHelpers.h271 inline const KEY& getKey() const {
/system/core/logd/
DLogStatistics.h274 inline const uid_t& getKey() const { in getKey() function
278 return getKey(); in getUid()
326 const pid_t& getKey() const { in getKey() function
330 return getKey(); in getPid()
396 const pid_t& getKey() const { in getKey() function
400 return getKey(); in getTid()
452 const uint32_t& getKey() const { in getKey() function
496 worst = sorted[0]->getKey(); in findWorst()
507 worst = sorted[0]->getKey(); in findWorst()
DLogBuffer.cpp561 uint64_t getKey() { in getKey() function in LogBufferElementKey
574 LogBufferElementMap::iterator it = map.find(key.getKey()); in coalesce()
591 map[key.getKey()] = element; in add()
DLogStatistics.cpp438 name = android::base::StringPrintf("%7u", getKey()); in format()
440 name = android::base::StringPrintf("%7u/%u", getKey(), uid); in format()