Home
last modified time | relevance | path

Searched defs:operator (Results 1 – 25 of 36) sorted by relevance

12

/system/keymaster/
Dopenssl_utils.h36 void operator()(EVP_PKEY* p) const { EVP_PKEY_free(p); } in operator() function
40 void operator()(BIGNUM* p) const { BN_free(p); } in operator() function
44 void operator()(BN_CTX* p) const { BN_CTX_free(p); } in operator() function
48 void operator()(PKCS8_PRIV_KEY_INFO* p) const { PKCS8_PRIV_KEY_INFO_free(p); } in operator() function
52 void operator()(RSA* p) { RSA_free(p); } in operator() function
56 void operator()(EC_GROUP* p) { EC_GROUP_free(p); } in operator() function
60 void operator()(EC_KEY* p) { EC_KEY_free(p); } in operator() function
64 void operator()(ENGINE* p) { ENGINE_free(p); } in operator() function
Dkeymaster0_engine.h66 void operator=(const Keymaster0Engine&); // Unassignable variable
77 void operator()(void* p) { free(p); } in operator() function
Drsa_key.h39 void operator()(RSA* p) { RSA_free(p); } in operator() function
Dkeymaster1_engine.h86 void operator=(const Keymaster1Engine&); // Unassignable variable
/system/core/libpixelflinger/codeflinger/tinyutils/
Dsmartpointer.h63 sp& operator = (T* other); variable
64 sp& operator = (const sp<T>& other); variable
66 template<typename U> sp& operator = (const sp<U>& other); variable
67 template<typename U> sp& operator = (U* other); variable
/system/security/keystore-engine/
Dmethods.h33 void operator()(DSA* p) const { in operator() function
40 void operator()(EC_KEY* p) const { in operator() function
47 void operator()(RSA* p) const { in operator() function
/system/core/include/utils/
DStrongPointer.h72 sp& operator = (T* other); variable
73 sp& operator = (const sp<T>& other); variable
75 template<typename U> sp& operator = (const sp<U>& other); variable
76 template<typename U> sp& operator = (U* other); variable
DVector.h58 const Vector<TYPE>& operator = (const Vector<TYPE>& rhs) const; variable
59 Vector<TYPE>& operator = (const Vector<TYPE>& rhs); variable
61 const Vector<TYPE>& operator = (const SortedVector<TYPE>& rhs) const; variable
62 Vector<TYPE>& operator = (const SortedVector<TYPE>& rhs); variable
DRefBase.h155 RefBase& operator=(const RefBase& o); variable
234 wp& operator = (T* other); variable
235 wp& operator = (const wp<T>& other); variable
236 wp& operator = (const sp<T>& other); variable
238 template<typename U> wp& operator = (U* other); variable
239 template<typename U> wp& operator = (const wp<U>& other); variable
240 template<typename U> wp& operator = (const sp<U>& other); variable
DBlobCache.h107 void operator=(const BlobCache&); variable
134 void operator=(const Blob&); variable
155 const CacheEntry& operator=(const CacheEntry&); variable
DSortedVector.h51 const SortedVector<TYPE>& operator = (const SortedVector<TYPE>& rhs) const; variable
52 SortedVector<TYPE>& operator = (const SortedVector<TYPE>& rhs); variable
DVectorImpl.h56 VectorImpl& operator = (const VectorImpl& rhs); variable
138 SortedVectorImpl& operator = (const SortedVectorImpl& rhs); variable
DString8.h98 inline String8& operator=(const String8& other); variable
99 inline String8& operator=(const char* other); variable
DFunctor.h28 virtual status_t operator ()(int /*what*/, void* /*data*/) { return NO_ERROR; } in operator() function
DNativeHandle.h51 NativeHandle& operator=(const NativeHandle&); variable
DSingleton.h53 Singleton& operator = (const Singleton&); variable
DString16.h81 inline String16& operator=(const String16& other); variable
DSharedBuffer.h95 SharedBuffer& operator = (const SharedBuffer&); variable
DFileMap.h108 const FileMap& operator=(const FileMap& src); variable
DRWLock.h79 RWLock& operator = (const RWLock&); variable
/system/extras/perfprofd/quipper/
Dperf_utils.h23 inline void operator()(void* pointer) { in operator() function
/system/keymaster/include/keymaster/
Dkeymaster_context.h133 void operator=(const KeymasterContext&); variable
Dandroid_keymaster_utils.h157 void operator=(const Eraser&); variable
305 void operator()(keymaster_key_characteristics_t* p) { in operator() function
312 void operator()(void* p) { free(p); } in operator() function
/system/core/libpixelflinger/codeflinger/
DARMAssembler.h163 ARMAssembler& operator = (const ARMAssembler& rhs); variable
/system/security/keystore/
Doperation.h32 void operator()(keymaster_key_characteristics_t* characteristics) const { in operator() function

12