/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/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/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/base/tools/aapt2/util/ |
D | Maybe.h | 54 Maybe& operator=(const Maybe& rhs); variable 57 Maybe& operator=(const Maybe<U>& rhs); variable 59 Maybe& operator=(Maybe&& rhs) noexcept; variable 62 Maybe& operator=(Maybe<U>&& rhs); variable
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | EngineLibrary.h | 36 EngineLibrary& operator=(const EngineLibrary&) = delete; variable 37 EngineLibrary& operator=(EngineLibrary&&) = delete; variable
|
/frameworks/native/libs/binder/ndk/include_cpp/android/ |
D | binder_auto_utils.h | 165 ScopedAResource& operator=(const ScopedAResource&) = delete; variable 192 ScopedAParcel& operator=(ScopedAParcel&&) = default; variable 206 ScopedAStatus& operator=(ScopedAStatus&&) = default; variable 277 ScopedAIBinder_DeathRecipient& operator=(ScopedAIBinder_DeathRecipient&&) = default; variable 292 ScopedAIBinder_Weak& operator=(ScopedAIBinder_Weak&&) = default; variable 311 ScopedFileDescriptor& operator=(ScopedFileDescriptor&&) = default; variable
|
/frameworks/native/services/vr/hardware_composer/impl/ |
D | vr_composer_client.h | 60 void operator=(const VrCommandEngine&) = delete; variable 64 void operator=(const VrComposerClient&) = delete; variable
|
/frameworks/ml/nn/common/random/ |
D | random_distributions.h | 86 ResultType operator()(Generator* gen) { in operator() function 110 ResultType operator()(Generator* gen) { in operator() function 134 ResultType operator()(Generator* gen) { in operator() function 158 ResultType operator()(Generator* gen) { in operator() function 186 ResultType operator()(Generator* gen) { in operator() function 221 ResultType operator()(Generator* gen) { in operator() function 256 ResultType operator()() { in operator() function 338 ResultType operator()(Generator* gen) { in operator() function 365 ResultType operator()(Generator* gen) { in operator() function 394 ResultType operator()(Generator* gen) { in operator() function [all …]
|
/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/camera/include/camera/ |
D | CameraMetadata.h | 53 CameraMetadata &operator=(const CameraMetadata &other); variable 54 CameraMetadata &operator=(const camera_metadata_t *buffer); variable
|
/frameworks/native/libs/vr/libvrflinger/ |
D | acquired_buffer.h | 42 AcquiredBuffer& operator=(AcquiredBuffer&& other) noexcept; variable 81 void operator=(const AcquiredBuffer&) = delete; variable
|
D | display_manager_service.h | 33 void operator=(const DisplayManager&) = delete; variable 65 void operator=(const DisplayManagerService&) = delete; variable
|
/frameworks/native/cmds/servicemanager/ |
D | Access.h | 31 Access& operator=(const Access&) = delete; variable 33 Access& operator=(Access&&) = delete; variable
|
/frameworks/native/services/surfaceflinger/tests/hwc2/ |
D | Hwc2TestPixelComparator.h | 40 ComparatorResult& operator=(ComparatorResult const&) = delete; variable 41 ComparatorResult& operator=(ComparatorResult&&) = delete; variable
|
/frameworks/native/libs/gui/include/gui/ |
D | LayerMetadata.h | 39 LayerMetadata& operator=(const LayerMetadata& other); member 40 LayerMetadata& operator=(LayerMetadata&& other); member
|
D | FrameTimestamps.h | 256 FrameEventsDelta& operator=(FrameEventsDelta&& src) = default; variable 259 FrameEventsDelta& operator=(const FrameEventsDelta& src) = delete; variable 315 FrameEventHistoryDelta& operator=(FrameEventHistoryDelta&& src) noexcept; variable 318 FrameEventHistoryDelta& operator=( 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
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | SectionSymbolSet.h | 49 bool operator()(const LDSection* X, const LDSection* Y) const { in operator() function 56 size_t operator()(const LDSection* pKey) const { in operator() function
|
/frameworks/ml/nn/runtime/test/fuzzing/ |
D | RandomVariable.h | 48 RandomVariableRange& operator=(const RandomVariableRange&) = default; variable 118 RandomVariableBase& operator=(const RandomVariableBase&) = delete; member 156 RandomVariable& operator=(const RandomVariable& other) = default; variable 210 DisjointNetwork& operator=(const DisjointNetwork&) = default; variable 256 RandomVariableNetwork& operator=(const RandomVariableNetwork&) = default; variable
|
/frameworks/wilhelm/src/android/include/ |
D | AacAdtsExtractor.h | 69 AacAdtsSource &operator=(const AacAdtsSource &); variable 91 AacAdtsExtractor &operator=(const AacAdtsExtractor &); variable
|