Searched defs:get (Results 1 - 7 of 7) sorted by relevance

/system/core/include/utils/
H A DStrongPointer.h89 inline T* get() const { return m_ptr; } function in class:android::sp
H A DUniquePtr.h71 T* get() const { return mPtr; } function in class:UniquePtr
119 T* get() const { return mPtr; } function in class:UniquePtr
H A DLruCache.h46 const TValue& get(const TKey& key);
122 const TValue& LruCache<TKey, TValue>::get(const TKey& key) { function in class:android::LruCache
/system/core/libpixelflinger/codeflinger/tinyutils/
H A Dsmartpointer.h76 inline T* get() const { return m_ptr; } function in class:android::tinyutils::sp
/system/core/libutils/
H A DBlobCache.cpp133 size_t BlobCache::get(const void* key, size_t keySize, void* value, function in class:android::BlobCache
136 ALOGV("get: not searching because the key is too large: %d (limit %d)",
144 ALOGV("get: no cache entry found for key of size %d", keySize);
153 ALOGV("get: copying %d bytes to caller's buffer", valueBlobSize);
156 ALOGV("get: caller's buffer is too small for value: %d (needs %d)",
/system/security/keystore/
H A DIKeystoreService.cpp74 virtual int32_t get(const String16& name, uint8_t** item, size_t* itemLength) function in class:android::BpKeystoreService
81 ALOGD("get() could not contact remote: %d\n", status);
94 ALOGE("out of memory allocating output array in get");
101 ALOGD("get() caught exception %d\n", err);
604 int32_t ret = get(name, (uint8_t**) &out, &outSize);
H A Dkeystore.cpp710 // we read the raw blob to just to get the salt to generate
995 ResponseCode get(const char* filename, Blob* keyBlob, const BlobType type, uid_t uid) { function in class:KeyStore
1031 rc = get(filename, keyBlob, TYPE_KEY_PAIR, uid);
1113 ALOGW("can't get keymaster device");
1130 ResponseCode responseCode = get(filepath8.string(), keyBlob, type, uid);
1139 responseCode = get(filepath8.string(), keyBlob, type, uid);
1159 return get(filepath8.string(), keyBlob, type, uid);
1286 if (b.get() == NULL) {
1291 Unique_EVP_PKEY pkey(PEM_read_bio_PrivateKey(b.get(), NULL, NULL, NULL));
1292 if (pkey.get()
1449 int32_t get(const String16& name, uint8_t** item, size_t* itemLength) { function in class:android::KeyStoreProxy
[all...]

Completed in 99 milliseconds