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

/system/security/keystore/
H A Dblob.h85 const uint8_t* getValue() const { return mBlob.value; } function in class:Blob
/system/core/include/utils/
H A DTypeHelpers.h250 inline const VALUE& getValue() const { function in struct:android::key_value_pair_t
/system/core/libutils/
H A DBlobCache.cpp113 sp<Blob> oldValueBlob(mCacheEntries[index].getValue());
153 sp<Blob> valueBlob(mCacheEntries[index].getValue());
174 sp<Blob> valueBlob = e.getValue();
202 sp<Blob> valueBlob = e.getValue();
304 mTotalSize -= entry.getKey()->getSize() + entry.getValue()->getSize();
371 sp<BlobCache::Blob> BlobCache::CacheEntry::getValue() const { function in class:android::BlobCache::CacheEntry

Completed in 176 milliseconds