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

/system/core/include/utils/
H A DBlobCache.h157 sp<Blob> getKey() const;
H A DLruCache.h67 const TKey& getKey() const { return key; } function in struct:android::LruCache::Entry
H A DTypeHelpers.h247 inline const KEY& getKey() const { function in struct:android::key_value_pair_t
/system/core/libutils/
H A DBlobCache.cpp173 sp<Blob> keyBlob = e.getKey();
201 sp<Blob> keyBlob = e.getKey();
304 mTotalSize -= entry.getKey()->getSize() + entry.getValue()->getSize();
367 sp<BlobCache::Blob> BlobCache::CacheEntry::getKey() const { function in class:android::BlobCache::CacheEntry
/system/core/logd/
H A DLogStatistics.h235 inline const uid_t&getKey() const { return uid; } function in struct:UidEntry
236 inline const uid_t&getUid() const { return getKey(); }
279 const pid_t&getKey() const { return pid; } function in struct:PidEntry
280 const pid_t&getPid() const { return getKey(); }
339 const pid_t&getKey() const { return tid; } function in struct:TidEntry
340 const pid_t&getTid() const { return getKey(); }
385 const uint32_t&getKey() const { return tag; } function in struct:TagEntry
H A DLogBuffer.cpp388 uint64_t getKey() { return value; } function in class:LogBufferElementKey
402 LogBufferElementMap::iterator it = map.find(key.getKey());
420 map[key.getKey()] = element;
568 worst = sorted[0]->getKey();
582 worstPid = sorted[0]->getKey();
H A DLogStatistics.cpp416 getKey());
419 getKey(), uid);

Completed in 180 milliseconds