Home
last modified time | relevance | path

Searched defs:operator (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/frameworks/native/libs/binder/include/binder/
DValue.h92 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 …]
DBinder.h70 BBinder& operator=(const BBinder& o); variable
94 BpRefBase& operator=(const BpRefBase& o); variable
/frameworks/native/libs/vr/libdvr/include/dvr/
Ddvr_deleter.h48 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/
Dchannel_event_set.h20 ChannelEventSet& operator=(ChannelEventSet&&) = default; variable
38 void operator=(const ChannelEventSet&) = delete; variable
46 ChannelEventReceiver& operator=(ChannelEventReceiver&&) = default; variable
55 void operator=(const ChannelEventReceiver&) = delete; variable
/frameworks/native/include/ui/
DFenceTime.h58 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
DFence.h61 Fence& operator=(const Fence& rhs) = delete; variable
63 Fence& operator=(Fence&& rhs) = delete; variable
/frameworks/rs/cpp/util/
DStrongPointer.h77 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
DRefBase.h156 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/av/include/drm/
DDrmSupportInfo.h44 MimeTypeIterator& operator=(const MimeTypeIterator& iterator); variable
67 FileSuffixIterator& operator=(const FileSuffixIterator& iterator); variable
95 DrmSupportInfo& operator=(const DrmSupportInfo& drmSupportInfo); variable
DDrmInfo.h63 KeyIterator& operator=(const KeyIterator& keyIterator); variable
87 Iterator& operator=(const Iterator& iterator); variable
/frameworks/base/tools/aapt2/
DConfigDescription.h58 ConfigDescription& operator=(const android::ResTable_config& o); member
59 ConfigDescription& operator=(const ConfigDescription& o); member
60 ConfigDescription& operator=(ConfigDescription&& o); member
/frameworks/native/libs/hwc2on1adapter/include/hwc2on1adapter/
DMiniFence.h41 MiniFence& operator=(const MiniFence& rhs) = delete; variable
43 MiniFence& operator=(MiniFence&& rhs) = delete; variable
/frameworks/base/tools/aapt2/util/
DMaybe.h54 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/
Dvsync_service.h32 void operator=(const VSyncWaiter&) = delete; variable
51 void operator=(const VSyncChannel&) = delete; variable
100 void operator=(VSyncService&) = delete; variable
Dacquired_buffer.h42 AcquiredBuffer& operator=(AcquiredBuffer&& other); variable
71 void operator=(const AcquiredBuffer&) = delete; variable
Ddisplay_manager_service.h33 void operator=(const DisplayManager&) = delete; variable
68 void operator=(const DisplayManagerService&) = delete; variable
/frameworks/native/services/vr/hardware_composer/impl/
Dvr_composer_client.h57 void operator=(const VrCommandReader&) = delete; variable
65 void operator=(const VrComposerClient&) = delete; variable
/frameworks/av/camera/include/camera/
DCameraMetadata.h52 CameraMetadata &operator=(const CameraMetadata &other); variable
53 CameraMetadata &operator=(const camera_metadata_t *buffer); variable
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dpointer_wrapper.h19 PointerWrapper& operator=(const PointerWrapper&) = default; variable
20 PointerWrapper& operator=(PointerWrapper&&) = default; variable
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
Dion_buffer.h24 IonBuffer& operator=(IonBuffer&& other); variable
90 void operator=(const IonBuffer&) = delete; variable
/frameworks/native/include/gui/
DFrameTimestamps.h255 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/compile/mclinker/include/mcld/LD/
DSectionSymbolSet.h49 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/libdisplay/include/private/dvr/
Ddisplay_client.h64 void operator=(const Surface&) = delete; variable
84 void operator=(const DisplayClient&) = delete; variable
/frameworks/wilhelm/src/android/include/
DAacAdtsExtractor.h70 AacAdtsSource &operator=(const AacAdtsSource &); variable
95 AacAdtsExtractor &operator=(const AacAdtsExtractor &); variable
/frameworks/native/opengl/libs/EGL/
DBlobCache.h103 void operator=(const BlobCache&); variable
130 void operator=(const Blob&); variable
151 const CacheEntry& operator=(const CacheEntry&); variable

12345678910>>...12