Home
last modified time | relevance | path

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

/system/core/logd/
DLogStatistics.h235 inline const uid_t&getKey() const { return uid; } in getKey() function
236 inline const uid_t&getUid() const { return getKey(); } in getUid()
279 const pid_t&getKey() const { return pid; } in getKey() function
280 const pid_t&getPid() const { return getKey(); } in getPid()
339 const pid_t&getKey() const { return tid; } in getKey() function
340 const pid_t&getTid() const { return getKey(); } in getTid()
385 const uint32_t&getKey() const { return tag; } in getKey() function
DLogBuffer.cpp385 uint64_t getKey() { return value; } in getKey() function in LogBufferElementKey
399 LogBufferElementMap::iterator it = map.find(key.getKey()); in coalesce()
417 map[key.getKey()] = element; in add()
565 worst = sorted[0]->getKey(); in prune()
579 worstPid = sorted[0]->getKey(); in prune()
DLogStatistics.cpp416 getKey()); in format()
419 getKey(), uid); in format()
/system/core/libutils/
DBlobCache.cpp173 sp<Blob> keyBlob = e.getKey(); in getFlattenedSize()
201 sp<Blob> keyBlob = e.getKey(); in flatten()
304 mTotalSize -= entry.getKey()->getSize() + entry.getValue()->getSize(); in clean()
367 sp<BlobCache::Blob> BlobCache::CacheEntry::getKey() const { in getKey() function in android::BlobCache::CacheEntry
/system/core/include/utils/
DBlobCache.h157 sp<Blob> getKey() const;
DLruCache.h67 const TKey& getKey() const { return key; } in getKey() function
DTypeHelpers.h247 inline const KEY& getKey() const {