/system/chre/util/include/chre/util/ |
D | optional.h | 101 Optional<ObjectType>& operator=(ObjectType&& other); variable 111 Optional<ObjectType>& operator=(Optional<ObjectType>&& other); variable 120 Optional<ObjectType>& operator=(const ObjectType& other); variable 128 Optional<ObjectType>& operator=(const Optional<ObjectType>& other); variable
|
/system/security/keystore/ |
D | keymaster_worker.h | 79 NonCopyableFunctionBase& operator=(const NonCopyableFunctionBase&) = delete; variable 90 Ret operator()(Args... args) override { return f_(std::move(args)...); } in operator() function 103 NonCopyableFunction& operator=(NonCopyableFunction&& other) = default; variable 105 NonCopyableFunction& operator=(const NonCopyableFunction& other) = delete; variable 107 Ret operator()(Args... args) { in operator() function
|
D | keystore_utils.h | 48 void operator()(EVP_PKEY* p) const { EVP_PKEY_free(p); } in operator() function 53 void operator()(PKCS8_PRIV_KEY_INFO* p) const { PKCS8_PRIV_KEY_INFO_free(p); } in operator() function
|
/system/core/fs_mgr/libdm/include/libdm/ |
D | loop_control.h | 39 LoopControl& operator=(const LoopControl&) = delete; variable 40 LoopControl& operator=(LoopControl&&) = default; variable 66 LoopDevice& operator=(const LoopDevice&) = delete; variable 67 LoopDevice& operator=(LoopDevice&&) = default; variable
|
/system/core/libutils/include/utils/ |
D | StrongPointer.h | 83 sp& operator = (T* other); variable 84 sp& operator = (const sp<T>& other); variable 85 sp& operator=(sp<T>&& other) noexcept; variable 87 template<typename U> sp& operator = (const sp<U>& other); variable 88 template<typename U> sp& operator = (sp<U>&& other); variable 89 template<typename U> sp& operator = (U* other); variable
|
D | RefBase.h | 342 RefBase& operator=(const RefBase& o); variable 379 wp& operator = (T* other); variable 380 wp& operator = (const wp<T>& other); variable 381 wp& operator = (const sp<T>& other); variable 383 template<typename U> wp& operator = (U* other); variable 384 template<typename U> wp& operator = (const wp<U>& other); variable 385 template<typename U> wp& operator = (const sp<U>& other); 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/chre/platform/include/chre/platform/ |
D | atomic.h | 47 bool operator=(bool desired); variable 105 uint32_t operator=(uint32_t desired); variable
|
/system/netd/resolv/ |
D | ResolverEventReporter.h | 35 ResolverEventReporter& operator=(ResolverEventReporter const&) = delete; variable 36 ResolverEventReporter& operator=(ResolverEventReporter&&) = delete; variable
|
/system/core/libmeminfo/include/meminfo/ |
D | pageacct.h | 59 PageAcct& operator=(const PageAcct&) = delete; variable 60 PageAcct& operator=(PageAcct&&) = delete; variable
|
/system/libvintf/include/vintf/ |
D | ManifestInstance.h | 36 ManifestInstance& operator=(const ManifestInstance&); variable 37 ManifestInstance& operator=(ManifestInstance&&) noexcept; variable
|
D | MatrixInstance.h | 34 MatrixInstance& operator=(const MatrixInstance&); variable 35 MatrixInstance& operator=(MatrixInstance&&) noexcept; variable
|
/system/extras/perfprofd/ |
D | quipper_helper.h | 80 bool operator()(const ::quipper::PerfDataProto_PerfEvent& evt) { in operator() function 93 bool operator()(const ::quipper::PerfDataProto_PerfEvent& evt) { in operator() function 106 bool operator()(const ::quipper::PerfDataProto_PerfEvent& evt) { in operator() function 119 bool operator()(const ::quipper::PerfDataProto_PerfEvent& evt) { in operator() function 132 bool operator()(const ::quipper::PerfDataProto_PerfEvent& evt) { in operator() function
|
/system/nvram/messages/include/nvram/messages/ |
D | blob.h | 42 Blob& operator=(const Blob& other) = delete; variable 44 Blob& operator=(Blob&& other); variable
|
/system/netd/server/ |
D | Process.h | 48 ScopedPidFile& operator=(const ScopedPidFile&) = delete; variable 49 ScopedPidFile& operator=(ScopedPidFile&&) = delete; variable
|
/system/libhidl/base/include/hidl/ |
D | Status.h | 97 Status& operator=(const Status& status) = default; variable 152 return_status &operator=(const return_status &) = delete; variable 155 return_status& operator=(return_status&& other) noexcept; variable 222 Return& operator=(Return&&) noexcept = default; variable 251 Return& operator=(Return&&) noexcept = default; variable 275 Return &operator=(Return &&) = default; variable
|
/system/netd/libnetdutils/include/netdutils/ |
D | DumpWriter.h | 55 ScopedIndent& operator=(const ScopedIndent&) = delete; variable 56 ScopedIndent& operator=(ScopedIndent&&) = delete; variable
|
D | MemBlock.h | 45 MemBlock& operator=(const MemBlock&) = delete; variable 49 MemBlock& operator=(MemBlock&&) = default; variable
|
D | InternetAddresses.h | 142 IPAddress& operator=(const IPAddress&) = default; variable 143 IPAddress& operator=(IPAddress&&) = default; variable 201 IPPrefix& operator=(const IPPrefix&) = default; variable 202 IPPrefix& operator=(IPPrefix&&) = default; variable 246 IPSockAddr& operator=(const IPSockAddr&) = default; variable 247 IPSockAddr& operator=(IPSockAddr&&) = default; variable
|
/system/core/fs_mgr/libfiemap_writer/include/libfiemap_writer/ |
D | split_fiemap_writer.h | 76 SplitFiemap& operator=(const SplitFiemap&) = delete; variable 77 SplitFiemap& operator=(SplitFiemap&&) = delete; variable
|
/system/core/init/ |
D | mount_handler.h | 46 MountHandler& operator=(const MountHandler&) = delete; variable 47 MountHandler& operator=(MountHandler&&) = delete; variable
|
/system/libhwbinder/include/hwbinder/ |
D | Binder.h | 79 BHwBinder& operator=(const BHwBinder& o); variable 105 BpHwRefBase& operator=(const BpHwRefBase& o); variable
|
/system/core/base/include/android-base/ |
D | scopeguard.h | 46 void operator=(const ScopeGuard&) = delete; variable 47 void operator=(ScopeGuard&& that) = delete; variable
|
/system/keymaster/include/keymaster/legacy_support/ |
D | keymaster0_engine.h | 69 void operator=(const Keymaster0Engine&); // Unassignable variable 80 void operator()(void* p) { free(p); } in operator() function
|