Searched defs:get (Results 1 – 15 of 15) sorted by relevance
/system/vold/ |
D | Utils.h | 124 int get() const { return fd_; } in get() function 134 DIR* get() const { return dir_; } in get() function
|
D | AutoCloseFD.h | 46 int get() const {return fd;} in get() function
|
/system/core/base/include/android-base/ |
D | unique_fd.h | 77 int get() const { return value_; } in get() function
|
/system/tpm/trunks/ |
D | scoped_key_handle.cc | 68 TPM_HANDLE ScopedKeyHandle::get() const { in get() function in trunks::ScopedKeyHandle
|
/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 | 93 inline T* get() const { return m_ptr; } in get() function
|
D | LruCache.h | 169 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 | 388 EVP_MD_CTX* get() { return &ctx_; } in get() function in keymaster::EvpMdCtx
|
/system/extras/mmap-perf/ |
D | mmapPerf.cpp | 23 int get() { return m_fd; } in get() function in Fd
|
/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 | 212 ResponseCode KeyStore::get(const char* filename, Blob* keyBlob, const BlobType type, uid_t userId) { in get() function in KeyStore
|
D | key_store_service.cpp | 66 int32_t KeyStoreService::get(const String16& name, int32_t uid, uint8_t** item, in get() function in android::KeyStoreService
|
D | IKeystoreService.cpp | 483 virtual int32_t get(const String16& name, int32_t uid, uint8_t** item, size_t* itemLength) in get() function in android::BpKeystoreService
|
/system/netd/tests/ |
D | netd_test.cpp | 162 const addrinfo* get() const { return ai_; } in get() function in AddrInfo
|