| /frameworks/native/libs/vr/libdvr/include/dvr/ |
| D | dvr_deleter.h | 46 void operator()(DvrBuffer* p) { dvrBufferDestroy(p); } in operator() function 47 void operator()(DvrReadBuffer* p) { dvrReadBufferDestroy(p); } in operator() function 48 void operator()(DvrWriteBuffer* p) { dvrWriteBufferDestroy(p); } in operator() function 49 void operator()(DvrReadBufferQueue* p) { dvrReadBufferQueueDestroy(p); } in operator() function 50 void operator()(DvrWriteBufferQueue* p) { dvrWriteBufferQueueDestroy(p); } in operator() function 51 void operator()(DvrDisplayManager* p) { dvrDisplayManagerDestroy(p); } in operator() function 52 void operator()(DvrSurfaceState* p) { dvrSurfaceStateDestroy(p); } in operator() function 53 void operator()(DvrSurface* p) { dvrSurfaceDestroy(p); } in operator() function 54 void operator()(DvrHwcClient* p) { dvrHwcClientDestroy(p); } in operator() function 55 void operator()(DvrHwcFrame* p) { dvrHwcFrameDestroy(p); } in operator() function
|
| /frameworks/native/libs/vr/libpdx_uds/private/uds/ |
| D | channel_event_set.h | 18 ChannelEventSet& operator=(ChannelEventSet&&) = default; variable 35 void operator=(const ChannelEventSet&) = delete; variable 44 ChannelEventReceiver& operator=(ChannelEventReceiver&&) = default; variable 77 void operator=(const ChannelEventReceiver&) = delete; variable
|
| /frameworks/libs/binary_translation/tools/nogrod/ |
| D | dwarf_abbrev.h | 39 const DwarfAttribute& operator=(const DwarfAttribute&) = delete; variable 63 const DwarfAttributeValue& operator=(const DwarfAttributeValue&) = delete; variable 103 const DwarfCompilationUnitHeader& operator=(const DwarfCompilationUnitHeader&) = delete; variable 106 DwarfCompilationUnitHeader& operator=(DwarfCompilationUnitHeader&&) = default; variable 146 DwarfClass& operator=(const DwarfClass&) = delete; variable 148 DwarfClass& operator=(DwarfClass&&) = delete; variable 194 const DwarfAbbrev& operator=(const DwarfAbbrev&) = delete; variable 197 DwarfAbbrev& operator=(DwarfAbbrev&&) = default; variable
|
| D | dwarf_info.h | 44 const DwarfDie& operator=(const DwarfDie&) = delete; variable 89 DwarfCompilationUnit& operator=(const DwarfCompilationUnit&) = delete; variable 91 DwarfCompilationUnit& operator=(DwarfCompilationUnit&&) = default; variable 114 const DwarfInfo& operator=(const DwarfInfo&) = delete; variable
|
| D | string_table.h | 38 StringTable& operator=(const StringTable&) = default; variable 40 StringTable& operator=(StringTable&&) = default; variable
|
| /frameworks/av/camera/include/camera/ |
| D | CameraMetadata.h | 58 CameraMetadata &operator=(const CameraMetadata &other); variable 59 CameraMetadata &operator=(const camera_metadata_t *buffer); variable 64 CameraMetadata &operator=(CameraMetadata &&other); variable
|
| /frameworks/minikin/include/minikin/ |
| D | HbUtils.h | 35 void operator()(hb_blob_t* v) { hb_blob_destroy(v); } in operator() function 39 void operator()(hb_face_t* v) { hb_face_destroy(v); } in operator() function 43 void operator()(hb_font_t* v) { hb_font_destroy(v); } in operator() function 47 void operator()(hb_buffer_t* v) { hb_buffer_destroy(v); } in operator() function
|
| /frameworks/native/libs/ui/include_vndk/ui/ |
| D | FenceTime.h | 59 Snapshot& operator=(Snapshot&& src) = default; member 62 Snapshot& operator=(const Snapshot&& src) = delete; member 95 FenceTime& operator=(const FenceTime&) = delete; variable 96 FenceTime& operator=(FenceTime&&) = delete; variable
|
| /frameworks/native/libs/ui/include/ui/ |
| D | FenceTime.h | 59 Snapshot& operator=(Snapshot&& src) = default; member 62 Snapshot& operator=(const Snapshot&& src) = delete; member 95 FenceTime& operator=(const FenceTime&) = delete; variable 96 FenceTime& operator=(FenceTime&&) = delete; variable
|
| /frameworks/native/services/surfaceflinger/Scheduler/include/scheduler/ |
| D | TimeKeeper.h | 39 Clock& operator=(const Clock&) = delete; variable 66 TimeKeeper& operator=(const TimeKeeper&) = delete; variable
|
| /frameworks/rs/cpp/util/ |
| D | StrongPointer.h | 78 sp& operator = (T* other); variable 79 sp& operator = (const sp<T>& other); variable 81 template<typename U> sp& operator = (const sp<U>& other); variable 82 template<typename U> sp& operator = (U* other); variable
|
| D | RefBase.h | 157 RefBase& operator=(const RefBase& o); variable 217 wp& operator = (T* other); variable 218 wp& operator = (const wp<T>& other); variable 219 wp& operator = (const sp<T>& other); variable 221 template<typename U> wp& operator = (U* other); variable 222 template<typename U> wp& operator = (const wp<U>& other); variable 223 template<typename U> wp& operator = (const sp<U>& other); variable
|
| /frameworks/av/include/drm/ |
| D | DrmSupportInfo.h | 44 MimeTypeIterator& operator=(const MimeTypeIterator& iterator); variable 67 FileSuffixIterator& operator=(const FileSuffixIterator& iterator); variable 95 DrmSupportInfo& operator=(const DrmSupportInfo& drmSupportInfo); variable
|
| /frameworks/av/services/audiopolicy/managerdefault/ |
| D | EngineLibrary.h | 42 EngineLibrary& operator=(const EngineLibrary&) = delete; variable 43 EngineLibrary& operator=(EngineLibrary&&) = delete; variable
|
| /frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
| D | CallOrderStateMachineHelper.h | 94 CallOrderStateMachineHelper& operator=(const CallOrderStateMachineHelper&) = delete; variable 98 CallOrderStateMachineHelper& operator=(CallOrderStateMachineHelper&&) = default; variable
|
| /frameworks/native/libs/gui/include/gui/ |
| D | FrameTimestamps.h | 246 FrameEventsDelta& operator=(FrameEventsDelta&& src) = default; variable 249 FrameEventsDelta& operator=(const FrameEventsDelta& src) = delete; variable 309 FrameEventHistoryDelta& operator=(FrameEventHistoryDelta&& src) noexcept; variable 312 FrameEventHistoryDelta& operator=( variable
|
| /frameworks/libs/net/common/netd/libnetdutils/include/netdutils/ |
| D | InternetAddresses.h | 108 void operator()(struct addrinfo* p) const { in operator() function 152 IPAddress& operator=(const IPAddress&) = default; variable 153 IPAddress& operator=(IPAddress&&) = default; variable 216 IPPrefix& operator=(const IPPrefix&) = default; variable 217 IPPrefix& operator=(IPPrefix&&) = default; variable 284 IPSockAddr& operator=(const IPSockAddr&) = default; variable 285 IPSockAddr& operator=(IPSockAddr&&) = default; variable
|
| 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
|
| /frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
| D | pointer_wrapper.h | 19 PointerWrapper& operator=(const PointerWrapper&) = default; variable 20 PointerWrapper& operator=(PointerWrapper&&) noexcept = default; variable
|
| /frameworks/av/services/mediaresourcemanager/ |
| D | UidObserver.h | 68 UidObserver& operator=(const UidObserver&) = delete; variable 69 UidObserver& operator=(UidObserver&&) = delete; variable
|
| /frameworks/native/cmds/servicemanager/ |
| D | Access.h | 31 Access& operator=(const Access&) = delete; variable 33 Access& operator=(Access&&) = delete; variable
|
| /frameworks/native/libs/binder/ndk/include_cpp/android/ |
| D | binder_auto_utils.h | 190 ScopedAResource& operator=(const ScopedAResource&) = delete; variable 219 ScopedAParcel& operator=(ScopedAParcel&&) = default; variable 243 ScopedAStatus& operator=(ScopedAStatus&&) = default; variable 342 ScopedAIBinder_DeathRecipient& operator=(ScopedAIBinder_DeathRecipient&&) = default; variable 357 ScopedAIBinder_Weak& operator=(ScopedAIBinder_Weak&&) = default; variable 389 ScopedFileDescriptor& operator=(ScopedFileDescriptor&&) = default; variable
|
| /frameworks/libs/binary_translation/test_utils/include/berberis/test_utils/ |
| D | scoped_exec_region.h | 34 ScopedExecRegion& operator=(const ScopedExecRegion&) = delete; variable 36 ScopedExecRegion& operator=(const ScopedExecRegion&&) = delete; variable
|
| /frameworks/native/libs/vr/libbufferhub/include/private/dvr/ |
| D | ion_buffer.h | 24 IonBuffer& operator=(IonBuffer&& other) noexcept; variable 94 void operator=(const IonBuffer&) = delete; variable
|