Home
last modified time | relevance | path

Searched defs:getKey (Results 1 – 4 of 4) sorted by relevance

/system/core/logd/
DLogStatistics.h235 inline const uid_t&getKey() const { return uid; } in getKey() function
279 const pid_t&getKey() const { return pid; } in getKey() function
339 const pid_t&getKey() const { return tid; } in getKey() function
385 const uint32_t&getKey() const { return tag; } in getKey() function
DLogBuffer.cpp385 uint64_t getKey() { return value; } in getKey() function in LogBufferElementKey
/system/core/include/utils/
DLruCache.h67 const TKey& getKey() const { return key; } in getKey() function
/system/core/libutils/
DBlobCache.cpp367 sp<BlobCache::Blob> BlobCache::CacheEntry::getKey() const { in getKey() function in android::BlobCache::CacheEntry