Home
last modified time | relevance | path

Searched defs:getValue (Results 1 – 2 of 2) sorted by relevance

/system/security/keystore/
Dblob.h85 const uint8_t* getValue() const { return mBlob.value; } in getValue() function
/system/core/libutils/
DBlobCache.cpp371 sp<BlobCache::Blob> BlobCache::CacheEntry::getValue() const { in getValue() function in android::BlobCache::CacheEntry