Searched defs:getValue (Results 1 – 2 of 2) sorted by relevance
/system/security/keystore/ | ||
D | blob.h | 85 const uint8_t* getValue() const { return mBlob.value; } in getValue() function |
/system/core/libutils/ | ||
D | BlobCache.cpp | 371 sp<BlobCache::Blob> BlobCache::CacheEntry::getValue() const { in getValue() function in android::BlobCache::CacheEntry |