/system/core/include/utils/ |
D | StrongPointer.h | 74 sp& operator = (T* other); variable 75 sp& operator = (const sp<T>& other); variable 76 sp& operator = (sp<T>&& other); variable 78 template<typename U> sp& operator = (const sp<U>& other); variable 79 template<typename U> sp& operator = (sp<U>&& other); variable 80 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 | RefBase.h | 155 RefBase& operator=(const RefBase& o); variable 235 wp& operator = (T* other); variable 236 wp& operator = (const wp<T>& other); variable 237 wp& operator = (const sp<T>& other); variable 239 template<typename U> wp& operator = (U* other); variable 240 template<typename U> wp& operator = (const wp<U>& other); variable 241 template<typename U> wp& operator = (const sp<U>& other); 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 | VectorImpl.h | 56 VectorImpl& operator = (const VectorImpl& rhs); variable 138 SortedVectorImpl& operator = (const SortedVectorImpl& 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 | FileMap.h | 56 FileMap& operator=(FileMap&& f); variable 111 const FileMap& operator=(const FileMap& src); variable
|
D | Functor.h | 28 virtual status_t operator ()(int /*what*/, void* /*data*/) { return NO_ERROR; } in operator() function
|
D | String8.h | 96 inline String8& operator=(const String8& other); variable 97 inline String8& operator=(const char* other); variable
|
D | NativeHandle.h | 51 NativeHandle& operator=(const NativeHandle&); variable
|
/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/security/keystore/ |
D | keystore_utils.h | 49 void operator()(EVP_PKEY* p) const { EVP_PKEY_free(p); } in operator() function 54 void operator()(PKCS8_PRIV_KEY_INFO* p) const { PKCS8_PRIV_KEY_INFO_free(p); } in operator() function
|
/system/keymaster/ |
D | keymaster0_engine.h | 68 void operator=(const Keymaster0Engine&); // Unassignable variable 79 void operator()(void* p) { free(p); } in operator() function
|
/system/update_engine/client_library/include/update_engine/ |
D | client.h | 124 void operator=(const UpdateEngineClient&) = delete; variable
|
/system/core/libmemunreachable/ |
D | Allocator.h | 49 Heap& operator=(const Heap&) = delete; variable 123 STLAllocator<T>& operator=(const STLAllocator<T>&) = default; variable 168 Allocator<T>& operator=(const Allocator<T>&) = default; variable
|
/system/vold/ |
D | AutoCloseFD.h | 44 AutoCloseFD& operator=(const AutoCloseFD&) = delete; variable
|
/system/bt/service/common/bluetooth/ |
D | gatt_identifier.h | 62 GattIdentifier& operator=(const GattIdentifier& other); variable
|
D | advertise_data.h | 71 AdvertiseData& operator=(const AdvertiseData& other); variable
|
D | scan_filter.h | 34 ScanFilter& operator=(const ScanFilter& other); variable
|
/system/extras/perfprofd/quipper/ |
D | perf_utils.h | 23 inline void operator()(void* pointer) { in operator() function
|
/system/update_engine/payload_generator/ |
D | extent_ranges.h | 38 bool operator()(const Extent& x, const Extent& y) const { in operator() function
|
/system/keymaster/include/keymaster/ |
D | keymaster_context.h | 188 void operator=(const KeymasterContext&); variable
|
D | android_keymaster_utils.h | 156 void operator=(const Eraser&); variable 307 void operator()(keymaster_key_characteristics_t* p) { in operator() function 314 void operator()(void* p) { free(p); } in operator() function 318 void operator()(keymaster_cert_chain_t* p) { in operator() function
|
/system/connectivity/shill/ |
D | service_sorter.h | 41 bool operator() (ServiceRefPtr a, ServiceRefPtr b) { in operator() function
|