Searched refs:getKey (Results 1 – 7 of 7) sorted by relevance
235 inline const uid_t&getKey() const { return uid; } in getKey() function236 inline const uid_t&getUid() const { return getKey(); } in getUid()279 const pid_t&getKey() const { return pid; } in getKey() function280 const pid_t&getPid() const { return getKey(); } in getPid()339 const pid_t&getKey() const { return tid; } in getKey() function340 const pid_t&getTid() const { return getKey(); } in getTid()385 const uint32_t&getKey() const { return tag; } in getKey() function
385 uint64_t getKey() { return value; } in getKey() function in LogBufferElementKey399 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()
416 getKey()); in format()419 getKey(), uid); in format()
173 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
157 sp<Blob> getKey() const;
67 const TKey& getKey() const { return key; } in getKey() function
247 inline const KEY& getKey() const {