Searched defs:get (Results 1 – 6 of 6) sorted by relevance
/system/core/libpixelflinger/codeflinger/tinyutils/ |
D | smartpointer.h | 76 inline T* get() const { return m_ptr; } in get() function
|
/system/core/include/utils/ |
D | StrongPointer.h | 89 inline T* get() const { return m_ptr; } in get() function
|
D | LruCache.h | 122 const TValue& LruCache<TKey, TValue>::get(const TKey& key) { in get() function
|
/system/core/libutils/ |
D | BlobCache.cpp | 133 size_t BlobCache::get(const void* key, size_t keySize, void* value, in get() function in android::BlobCache
|
/system/security/keystore/ |
D | IKeystoreService.cpp | 74 virtual int32_t get(const String16& name, uint8_t** item, size_t* itemLength) in get() function in android::BpKeystoreService
|
D | keystore.cpp | 995 ResponseCode get(const char* filename, Blob* keyBlob, const BlobType type, uid_t uid) { in get() function in KeyStore 1449 int32_t get(const String16& name, uint8_t** item, size_t* itemLength) { in get() function in android::KeyStoreProxy
|