Searched defs:getKey (Results 1 - 3 of 3) sorted by relevance
/system/core/include/utils/ | ||
H A D | LruCache.h | 90 const TKey& getKey() const { return key; } function in struct:android::LruCache::Entry |
H A D | TypeHelpers.h | 240 inline const KEY& getKey() const { function in struct:android::key_value_pair_t |
/system/core/libutils/ | ||
H A D | BlobCache.cpp | 171 sp<Blob> keyBlob = e.getKey(); 196 sp<Blob> keyBlob = e.getKey(); 295 mTotalSize -= entry.getKey()->getSize() + entry.getValue()->getSize(); 358 sp<BlobCache::Blob> BlobCache::CacheEntry::getKey() const { function in class:android::BlobCache::CacheEntry |
Completed in 35 milliseconds