Searched defs:getKey (Results 1 - 3 of 3) sorted by relevance

/system/core/include/utils/
H A DLruCache.h89 const TKey& getKey() const { return key; } function in struct:android::LruCache::Entry
H A DTypeHelpers.h240 inline const KEY& getKey() const { function in struct:android::key_value_pair_t
/system/core/libutils/
H A DBlobCache.cpp170 sp<Blob> keyBlob = e.getKey();
196 sp<Blob> keyBlob = e.getKey();
287 mTotalSize -= entry.getKey()->getSize() + entry.getValue()->getSize();
350 sp<BlobCache::Blob> BlobCache::CacheEntry::getKey() const { function in class:android::BlobCache::CacheEntry

Completed in 64 milliseconds