Home
last modified time | relevance | path

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

12345678910>>...15

/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.h78 BBinder& operator=(const BBinder& o); variable
104 BpRefBase& operator=(const BpRefBase& o); variable
/frameworks/native/libs/vr/libdvr/include/dvr/
Ddvr_deleter.h46 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/
Dchannel_event_set.h18 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/
DHbUtils.h35 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/
DFenceTime.h59 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/
DFenceTime.h59 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/
DStrongPointer.h78 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
DRefBase.h157 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/
DDrmSupportInfo.h44 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/
DMaybe.h54 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/ml/nn/common/random/
Drandom_distributions.h85 ResultType operator()(Generator* gen) { in operator() function
109 ResultType operator()(Generator* gen) { in operator() function
133 ResultType operator()(Generator* gen) { in operator() function
157 ResultType operator()(Generator* gen) { in operator() function
185 ResultType operator()(Generator* gen) { in operator() function
220 ResultType operator()(Generator* gen) { in operator() function
255 ResultType operator()() { in operator() function
337 ResultType operator()(Generator* gen) { in operator() function
364 ResultType operator()(Generator* gen) { in operator() function
393 ResultType operator()(Generator* gen) { in operator() function
[all …]
/frameworks/native/services/vr/hardware_composer/impl/
Dvr_composer_client.h60 void operator=(const VrCommandEngine&) = delete; variable
64 void operator=(const VrComposerClient&) = delete; variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dstatusor.h137 StatusOr& operator=(const StatusOr& other); variable
141 StatusOr& operator=(const StatusOr<U>& other); variable
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dpointer_wrapper.h19 PointerWrapper& operator=(const PointerWrapper&) = default; variable
20 PointerWrapper& operator=(PointerWrapper&&) noexcept = default; variable
/frameworks/native/libs/vr/libvrflinger/
Dacquired_buffer.h42 AcquiredBuffer& operator=(AcquiredBuffer&& other) noexcept; variable
81 void operator=(const AcquiredBuffer&) = delete; variable
Ddisplay_manager_service.h33 void operator=(const DisplayManager&) = delete; variable
65 void operator=(const DisplayManagerService&) = delete; variable
/frameworks/av/camera/include/camera/
DCameraMetadata.h53 CameraMetadata &operator=(const CameraMetadata &other); variable
54 CameraMetadata &operator=(const camera_metadata_t *buffer); variable
/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2TestPixelComparator.h40 ComparatorResult& operator=(ComparatorResult const&) = delete; variable
41 ComparatorResult& operator=(ComparatorResult&&) = delete; variable
/frameworks/native/libs/gui/include/gui/
DLayerMetadata.h34 LayerMetadata& operator=(const LayerMetadata& other); member
35 LayerMetadata& operator=(LayerMetadata&& other); member
DFrameTimestamps.h254 FrameEventsDelta& operator=(FrameEventsDelta&& src) = default; variable
257 FrameEventsDelta& operator=(const FrameEventsDelta& src) = delete; variable
313 FrameEventHistoryDelta& operator=(FrameEventHistoryDelta&& src) noexcept; variable
316 FrameEventHistoryDelta& operator=( variable
/frameworks/ml/nn/runtime/
DMemory.h45 Memory& operator=(const Memory&) = delete; variable
100 MemoryFd& operator=(const MemoryFd&) = delete; variable
124 MemoryAHWB& operator=(const MemoryAHWB&) = delete; variable
/frameworks/ml/nn/runtime/test/fuzzing/
DRandomVariable.h48 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/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/libbufferhub/include/private/dvr/
Dion_buffer.h24 IonBuffer& operator=(IonBuffer&& other) noexcept; variable
94 void operator=(const IonBuffer&) = delete; variable

12345678910>>...15