| /frameworks/native/libs/binder/include/binder/ |
| D | Value.h | 92 Value& operator=(const Value& rhs); variable 93 Value& operator=(const int8_t& rhs); variable 94 Value& operator=(const bool& rhs); variable 95 Value& operator=(const int32_t& rhs); variable 96 Value& operator=(const int64_t& rhs); variable 97 Value& operator=(const double& rhs); variable 98 Value& operator=(const String16& rhs); variable 99 Value& operator=(const std::vector<bool>& rhs); variable 100 Value& operator=(const std::vector<uint8_t>& rhs); variable 101 Value& operator=(const std::vector<int32_t>& rhs); variable [all …]
|
| D | Binder.h | 70 BBinder& operator=(const BBinder& o); variable 94 BpRefBase& operator=(const BpRefBase& o); variable
|
| /frameworks/native/libs/vr/libdvr/include/dvr/ |
| D | dvr_deleter.h | 48 void operator()(DvrBuffer* p) { dvrBufferDestroy(p); } in operator() function 49 void operator()(DvrReadBuffer* p) { dvrReadBufferDestroy(p); } in operator() function 50 void operator()(DvrWriteBuffer* p) { dvrWriteBufferDestroy(p); } in operator() function 51 void operator()(DvrReadBufferQueue* p) { dvrReadBufferQueueDestroy(p); } in operator() function 52 void operator()(DvrWriteBufferQueue* p) { dvrWriteBufferQueueDestroy(p); } in operator() function 53 void operator()(DvrDisplayManager* p) { dvrDisplayManagerDestroy(p); } in operator() function 54 void operator()(DvrSurfaceState* p) { dvrSurfaceStateDestroy(p); } in operator() function 55 void operator()(DvrSurface* p) { dvrSurfaceDestroy(p); } in operator() function 56 void operator()(DvrHwcClient* p) { dvrHwcClientDestroy(p); } in operator() function 57 void operator()(DvrHwcFrame* p) { dvrHwcFrameDestroy(p); } in operator() function [all …]
|
| /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 | 26 void operator()(hb_blob_t* v) { hb_blob_destroy(v); } in operator() function 30 void operator()(hb_face_t* v) { hb_face_destroy(v); } in operator() function 34 void operator()(hb_font_t* v) { hb_font_destroy(v); } in operator() function 38 void operator()(hb_buffer_t* v) { hb_buffer_destroy(v); } in operator() function
|
| /frameworks/native/libs/ui/include/ui/ |
| D | FenceTime.h | 58 Snapshot& operator=(Snapshot&& src) = default; member 61 Snapshot& operator=(const Snapshot&& src) = delete; member 94 FenceTime& operator=(const FenceTime&) = delete; variable 95 FenceTime& operator=(FenceTime&&) = delete; variable
|
| /frameworks/native/libs/ui/include_vndk/ui/ |
| D | FenceTime.h | 58 Snapshot& operator=(Snapshot&& src) = default; member 61 Snapshot& operator=(const Snapshot&& src) = delete; member 94 FenceTime& operator=(const FenceTime&) = delete; variable 95 FenceTime& operator=(FenceTime&&) = delete; variable
|
| /frameworks/rs/cpp/util/ |
| D | StrongPointer.h | 77 sp& operator = (T* other); variable 78 sp& operator = (const sp<T>& other); variable 80 template<typename U> sp& operator = (const sp<U>& other); variable 81 template<typename U> sp& operator = (U* other); variable
|
| D | RefBase.h | 156 RefBase& operator=(const RefBase& o); variable 216 wp& operator = (T* other); variable 217 wp& operator = (const wp<T>& other); variable 218 wp& operator = (const sp<T>& other); variable 220 template<typename U> wp& operator = (U* other); variable 221 template<typename U> wp& operator = (const wp<U>& other); variable 222 template<typename U> wp& operator = (const sp<U>& other); variable
|
| /frameworks/base/tools/aapt2/ |
| D | ConfigDescription.h | 58 ConfigDescription& operator=(const android::ResTable_config& o); member 59 ConfigDescription& operator=(const ConfigDescription& o); member 60 ConfigDescription& operator=(ConfigDescription&& o); member
|
| /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); variable 62 Maybe& operator=(Maybe<U>&& rhs); variable
|
| /frameworks/native/libs/vr/libvrflinger/ |
| D | vsync_service.h | 32 void operator=(const VSyncWaiter&) = delete; variable 51 void operator=(const VSyncChannel&) = delete; variable 101 void operator=(VSyncService&) = delete; variable
|
| D | acquired_buffer.h | 42 AcquiredBuffer& operator=(AcquiredBuffer&& other); 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/services/vr/hardware_composer/impl/ |
| D | vr_composer_client.h | 61 void operator=(const VrCommandEngine&) = delete; variable 65 void operator=(const VrComposerClient&) = delete; variable
|
| /frameworks/av/camera/include/camera/ |
| D | CameraMetadata.h | 52 CameraMetadata &operator=(const CameraMetadata &other); variable 53 CameraMetadata &operator=(const camera_metadata_t *buffer); variable
|
| /frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
| D | pointer_wrapper.h | 19 PointerWrapper& operator=(const PointerWrapper&) = default; variable 20 PointerWrapper& operator=(PointerWrapper&&) = default; variable
|
| /frameworks/native/services/surfaceflinger/tests/hwc2/ |
| D | Hwc2TestPixelComparator.h | 40 ComparatorResult& operator=(ComparatorResult const&) = delete; variable 41 ComparatorResult& operator=(ComparatorResult&&) = 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/native/libs/vr/libbufferhub/include/private/dvr/ |
| D | ion_buffer.h | 24 IonBuffer& operator=(IonBuffer&& other); variable 94 void operator=(const IonBuffer&) = delete; variable
|
| /frameworks/native/libs/vr/libdisplay/include/private/dvr/ |
| D | display_client.h | 69 void operator=(const Surface&) = delete; variable 93 void operator=(const DisplayClient&) = delete; variable
|
| /frameworks/wilhelm/src/android/include/ |
| D | AacAdtsExtractor.h | 69 AacAdtsSource &operator=(const AacAdtsSource &); variable 91 AacAdtsExtractor &operator=(const AacAdtsExtractor &); variable
|
| /frameworks/native/libs/gui/include/gui/ |
| D | FrameTimestamps.h | 255 FrameEventsDelta& operator=(FrameEventsDelta&& src) = default; variable 258 FrameEventsDelta& operator=(const FrameEventsDelta& src) = delete; variable 314 FrameEventHistoryDelta& operator=(FrameEventHistoryDelta&& src); variable 317 FrameEventHistoryDelta& operator=( variable
|
| /frameworks/native/opengl/libs/EGL/ |
| D | BlobCache.h | 111 void operator=(const BlobCache&); variable 138 void operator=(const Blob&); variable 159 const CacheEntry& operator=(const CacheEntry&); variable
|