| /system/core/libpixelflinger/codeflinger/tinyutils/ |
| D | smartpointer.h | 63 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/ |
| D | methods.h | 33 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/ |
| D | StrongPointer.h | 72 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
|
| D | Vector.h | 58 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
|
| D | BlobCache.h | 107 void operator=(const BlobCache&); variable 134 void operator=(const Blob&); variable 155 const CacheEntry& operator=(const CacheEntry&); variable
|
| D | SortedVector.h | 51 const SortedVector<TYPE>& operator = (const SortedVector<TYPE>& rhs) const; variable 52 SortedVector<TYPE>& operator = (const SortedVector<TYPE>& rhs); variable
|
| D | RefBase.h | 155 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
|
| D | VectorImpl.h | 56 VectorImpl& operator = (const VectorImpl& rhs); variable 138 SortedVectorImpl& operator = (const SortedVectorImpl& rhs); variable
|
| D | Functor.h | 28 virtual status_t operator ()(int /*what*/, void* /*data*/) { return NO_ERROR; } in operator() function
|
| D | NativeHandle.h | 51 NativeHandle& operator=(const NativeHandle&); variable
|
| D | String8.h | 98 inline String8& operator=(const String8& other); variable 99 inline String8& operator=(const char* other); variable
|
| D | Singleton.h | 53 Singleton& operator = (const Singleton&); variable
|
| D | String16.h | 81 inline String16& operator=(const String16& other); variable
|
| D | SharedBuffer.h | 95 SharedBuffer& operator = (const SharedBuffer&); variable
|
| D | RWLock.h | 79 RWLock& operator = (const RWLock&); variable
|
| D | Mutex.h | 77 Mutex& operator = (const Mutex&); variable
|
| D | FileMap.h | 117 const FileMap& operator=(const FileMap& src); variable
|
| /system/keymaster/ |
| D | asymmetric_key.h | 80 void operator()(RSA* p) { RSA_free(p); } in operator() function 108 void operator()(DSA* p) { DSA_free(p); } in operator() function 137 void operator()(EC_KEY* p) { EC_KEY_free(p); } in operator() function 141 void operator()(EC_GROUP* p) { EC_GROUP_free(p); } in operator() function
|
| D | openssl_utils.h | 24 void operator()(EVP_PKEY* p) const { EVP_PKEY_free(p); } in operator() function 28 void operator()(BIGNUM* p) const { BN_free(p); } in operator() function
|
| /system/keymaster/include/keymaster/ |
| D | logger.h | 34 void operator=(const Logger&); variable
|
| D | google_keymaster_utils.h | 148 void operator=(const Eraser&); variable
|
| D | serializable.h | 56 void operator=(const Serializable&); variable
|
| /system/core/libpixelflinger/codeflinger/ |
| D | ARMAssembler.h | 163 ARMAssembler& operator = (const ARMAssembler& rhs); variable
|
| D | Arm64Assembler.h | 180 ArmToArm64Assembler& operator = (const ArmToArm64Assembler& rhs); variable
|
| /system/netd/server/ |
| D | List.h | 179 List<T>& operator=(const List<T>& right); variable
|