/aosp14/system/core/fs_mgr/libdm/include/libdm/ |
H A D | loop_control.h | 53 LoopControl& operator=(const LoopControl&) = delete; variable 54 LoopControl& operator=(LoopControl&&) = default; variable 81 LoopDevice& operator=(const LoopDevice&) = delete; variable 82 LoopDevice& operator=(LoopDevice&&) = default; variable
|
/aosp14/system/core/libutils/include/utils/ |
H A D | StrongPointer.h | 67 sp& operator=(T* other); variable 69 sp& operator=(U* other); variable 88 sp& operator = (const sp<T>& other); variable 89 sp& operator=(sp<T>&& other) noexcept; variable 91 template<typename U> sp& operator = (const sp<U>& other); variable 92 template<typename U> sp& operator = (sp<U>&& other); variable
|
H A D | RefBase.h | 383 RefBase& operator=(const RefBase& o); variable 422 wp& operator=(T* other); variable 424 wp& operator=(U* other); variable 437 wp& operator = (const wp<T>& other); variable 438 wp& operator = (const sp<T>& other); variable 440 template<typename U> wp& operator = (const wp<U>& other); variable 441 template<typename U> wp& operator = (const sp<U>& other); variable
|
H A D | VectorImpl.h | 56 VectorImpl& operator = (const VectorImpl& rhs); variable 138 SortedVectorImpl& operator = (const SortedVectorImpl& rhs); variable
|
H A D | FileMap.h | 56 FileMap& operator=(FileMap&& f) noexcept; variable 111 const FileMap& operator=(const FileMap& src); variable
|
H A D | String8.h | 90 inline String8& operator=(const String8& other); variable 91 inline String8& operator=(const char* other); variable
|
H A D | String16.h | 72 inline String16& operator=(const String16& other); variable 73 String16& operator=(String16&& other) noexcept; variable
|
H A D | Functor.h | 32 virtual status_t operator()(int /*what*/, void* /*data*/) { return OK; } in operator() function
|
/aosp14/system/core/init/ |
H A D | interprocess_fifo.h | 35 InterprocessFifo& operator=(const InterprocessFifo& orig) noexcept = delete; variable 36 InterprocessFifo& operator=(InterprocessFifo&& orig) noexcept = delete; variable
|
H A D | mount_handler.h | 46 MountHandler& operator=(const MountHandler&) = delete; variable 47 MountHandler& operator=(MountHandler&&) = delete; variable
|
H A D | keychords.h | 35 Keychords& operator=(const Keychords&) = delete; variable 36 Keychords& operator=(Keychords&&) = delete; variable
|
/aosp14/system/core/fs_mgr/libfiemap/include/libfiemap/ |
H A D | split_fiemap_writer.h | 80 SplitFiemap& operator=(const SplitFiemap&) = delete; variable 81 SplitFiemap& operator=(SplitFiemap&&) = delete; variable
|
H A D | fiemap_writer.h | 93 FiemapWriter& operator=(const FiemapWriter&) = delete; variable 94 FiemapWriter& operator=(FiemapWriter&&) = delete; variable
|
H A D | image_manager.h | 197 ImageManager& operator=(const ImageManager&) = delete; variable 198 ImageManager& operator=(ImageManager&&) = delete; variable
|
/aosp14/frameworks/base/cmds/idmap2/include/idmap2/ |
H A D | Result.h | 60 Result& operator=(const Result& rhs) = default; variable 61 Result& operator=(Result&& rhs) noexcept = default; variable
|
/aosp14/frameworks/base/libs/hwui/utils/ |
H A D | AutoMalloc.h | 41 AutoTMalloc& operator=(AutoTMalloc&&) = default; variable 71 void operator()(uint8_t* p) { std::free(p); } in operator() function
|
H A D | NdkUtils.h | 28 void operator()(AHardwareBuffer* ahb) const { AHardwareBuffer_release(ahb); } in operator() function
|
/aosp14/system/core/fs_mgr/libfs_avb/include/fs_avb/ |
H A D | fs_avb.h | 134 AvbHandle& operator=(const AvbHandle&) = delete; // no assignment variable 137 AvbHandle& operator=(AvbHandle&&) noexcept = delete; // no move assignment variable
|
/aosp14/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | ConfigDescription.h | 95 ConfigDescription& operator=(const android::ResTable_config& o); member 96 ConfigDescription& operator=(const ConfigDescription& o); member 97 ConfigDescription& operator=(ConfigDescription&& o) noexcept; member
|
H A D | StringPool.h | 85 Ref& operator=(const Ref& rhs); variable 110 StyleRef& operator=(const StyleRef& rhs); variable 166 StringPool& operator=(StringPool&&) = default; variable
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_media_JNIUtils.h | 83 GlobalRef& operator=(const GlobalRef& other) = delete; variable 85 GlobalRef& operator=(GlobalRef&& other) = delete; variable
|
H A D | android_media_AudioAttributes.h | 31 void operator()(void *p) const { ::free(p); } in operator() function
|
/aosp14/frameworks/base/tools/aapt2/ |
H A D | Resource.h | 112 ResourceNamedTypeRef& operator=(const ResourceNamedTypeRef& rhs) = default; member 113 ResourceNamedTypeRef& operator=(ResourceNamedTypeRef&& rhs) = default; member 114 ResourceNamedTypeRef& operator=(const ResourceNamedType& rhs); member 161 ResourceNameRef& operator=(const ResourceNameRef& rhs) = default; member 162 ResourceNameRef& operator=(ResourceNameRef&& rhs) = default; member 163 ResourceNameRef& operator=(const ResourceName& rhs); member
|
/aosp14/system/core/fs_mgr/liblp/include/liblp/ |
H A D | super_layout_builder.h | 52 SuperImageExtent& operator=(const SuperImageExtent& other) = default; member 53 SuperImageExtent& operator=(SuperImageExtent&& other) = default; member
|
/aosp14/frameworks/base/services/incremental/ |
H A D | path.h | 32 void operator=(const CStrWrapper&) = delete; variable 34 void operator=(CStrWrapper&&) = delete; variable
|