Searched defs:get (Results 1 – 8 of 8) 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 | 127 const TValue& LruCache<TKey, TValue>::get(const TKey& key) { in get() function
|
/system/keymaster/ |
D | ocb_utils.cpp | 42 ae_ctx* get() { return ctx_; } in get() function in keymaster::AeCtx
|
D | keymaster_enforcement.cpp | 372 EVP_MD_CTX* get() { return &ctx_; } in get() function in keymaster::EvpMdCtx
|
/system/core/libutils/ |
D | BlobCache.cpp | 136 size_t BlobCache::get(const void* key, size_t keySize, void* value, in get() function in android::BlobCache
|
/system/security/keystore/ |
D | keystore.cpp | 1160 ResponseCode get(const char* filename, Blob* keyBlob, const BlobType type, uid_t userId) { in get() function in KeyStore 1717 int32_t get(const String16& name, uint8_t** item, size_t* itemLength) { in get() function in android::KeyStoreProxy
|
D | IKeystoreService.cpp | 421 virtual int32_t get(const String16& name, uint8_t** item, size_t* itemLength) in get() function in android::BpKeystoreService
|