Home
last modified time | relevance | path

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

1234567

/system/chre/util/include/chre/util/
Doptional.h101 Optional<ObjectType> &operator=(ObjectType &&other); variable
111 Optional<ObjectType> &operator=(Optional<ObjectType> &&other); variable
120 Optional<ObjectType> &operator=(const ObjectType &other); variable
128 Optional<ObjectType> &operator=(const Optional<ObjectType> &other); variable
/system/chre/apps/nearby/third_party/contexthub/chre/util/include/chre/util/
Doptional.h101 Optional<ObjectType> &operator=(ObjectType &&other); variable
111 Optional<ObjectType> &operator=(Optional<ObjectType> &&other); variable
120 Optional<ObjectType> &operator=(const ObjectType &other); variable
128 Optional<ObjectType> &operator=(const Optional<ObjectType> &other); variable
/system/core/fs_mgr/libdm/include/libdm/
Dloop_control.h53 LoopControl& operator=(const LoopControl&) = delete; variable
54 LoopControl& operator=(LoopControl&&) = default; variable
81 LoopDevice& operator=(const LoopDevice&) = delete; variable
82 LoopDevice& operator=(LoopDevice&&) = default; variable
/system/core/libutils/binder/include/utils/
DStrongPointer.h67 sp& operator=(T* other); variable
69 sp& operator=(U* other); variable
88 sp& operator = (const sp<T>& other); variable
89 sp& operator=(sp<T>&& other) noexcept; variable
91 template<typename U> sp& operator = (const sp<U>& other); variable
92 template<typename U> sp& operator = (sp<U>&& other); variable
DRefBase.h383 RefBase& operator=(const RefBase& o); variable
422 wp& operator=(T* other); variable
424 wp& operator=(U* other); variable
437 wp& operator = (const wp<T>& other); variable
438 wp& operator = (const sp<T>& other); variable
440 template<typename U> wp& operator = (const wp<U>& other); variable
441 template<typename U> wp& operator = (const sp<U>& other); variable
/system/core/libutils/include/utils/
DStrongPointer.h67 sp& operator=(T* other); variable
69 sp& operator=(U* other); variable
88 sp& operator = (const sp<T>& other); variable
89 sp& operator=(sp<T>&& other) noexcept; variable
91 template<typename U> sp& operator = (const sp<U>& other); variable
92 template<typename U> sp& operator = (sp<U>&& other); variable
DRefBase.h383 RefBase& operator=(const RefBase& o); variable
422 wp& operator=(T* other); variable
424 wp& operator=(U* other); variable
437 wp& operator = (const wp<T>& other); variable
438 wp& operator = (const sp<T>& other); variable
440 template<typename U> wp& operator = (const wp<U>& other); variable
441 template<typename U> wp& operator = (const sp<U>& other); variable
/system/teeui/libteeui/include/secure_input/
Devdev.h46 NonCopyableFunctionBase& operator=(const NonCopyableFunctionBase&) = delete; variable
56 Ret operator()(Args... args) override { return f_(std::move(args)...); } in operator() function
68 NonCopyableFunction& operator=(NonCopyableFunction&& other) = default; variable
70 NonCopyableFunction& operator=(const NonCopyableFunction& other) = delete; variable
72 Ret operator()(Args... args) { in operator() function
146 EventDev& operator=(EventDev&& other); variable
/system/tools/aidl/
Dio_delegate.h37 IoDelegate& operator=(const IoDelegate&) = delete; variable
38 IoDelegate& operator=(IoDelegate&&) = delete; variable
Dimport_resolver.h36 ImportResolver& operator=(const ImportResolver&) = delete; variable
37 ImportResolver& operator=(ImportResolver&&) = delete; variable
/system/update_engine/common/
Dexcluder_stub.h39 ExcluderStub& operator=(const ExcluderStub&) = delete; variable
41 ExcluderStub& operator=(ExcluderStub&&) = delete; variable
Dexcluder_interface.h50 ExcluderInterface& operator=(const ExcluderInterface&) = delete; variable
52 ExcluderInterface& operator=(ExcluderInterface&&) = delete; variable
/system/core/init/
Dinterprocess_fifo.h35 InterprocessFifo& operator=(const InterprocessFifo& orig) noexcept = delete; variable
36 InterprocessFifo& operator=(InterprocessFifo&& orig) noexcept = delete; variable
/system/libhidl/base/include/hidl/
DStatus.h97 Status& operator=(const Status& status) = default; variable
159 return_status &operator=(const return_status &) = delete; variable
162 return_status& operator=(return_status&& other) noexcept; variable
229 Return& operator=(Return&&) noexcept = default; variable
256 Return& operator=(Return&&) noexcept = default; variable
278 Return &operator=(Return &&) = default; variable
/system/chre/platform/include/chre/platform/
Datomic.h46 bool operator=(bool desired); variable
103 uint32_t operator=(uint32_t desired); variable
Dthread_handle.h56 ThreadHandle &operator=(const ThreadHandle &other); variable
57 ThreadHandle &operator=(ThreadHandle &&other); variable
/system/tools/aidl/tests/
Dfake_io_delegate.h38 FakeIoDelegate& operator=(const FakeIoDelegate&) = delete; variable
39 FakeIoDelegate& operator=(FakeIoDelegate&&) = delete; variable
/system/chre/util/include/chre/util/system/
Dshared_ptr.h154 SharedPtr<ObjectType> &operator=(const SharedPtr<ObjectType> &other); variable
163 SharedPtr<ObjectType> &operator=(SharedPtr<ObjectType> &&other); variable
Dintrusive_ref_base.h46 IntrusiveRefBase &operator=(const IntrusiveRefBase &) = delete; variable
48 IntrusiveRefBase &operator=(IntrusiveRefBase &&) = delete; variable
/system/memory/libmeminfo/include/meminfo/
Dpageacct.h59 PageAcct& operator=(const PageAcct&) = delete; variable
60 PageAcct& operator=(PageAcct&&) = delete; variable
/system/apex/apexd/
Dapexd_session.h104 ApexSessionManager& operator=(const ApexSessionManager&) = delete; variable
106 ApexSessionManager& operator=(ApexSessionManager&&) = delete; variable
Dapexd_lifecycle.h32 ApexdLifecycle& operator=(const ApexdLifecycle&) = delete; variable
33 ApexdLifecycle& operator=(ApexdLifecycle&&) = delete; variable
/system/netd/server/
DProcess.h48 ScopedPidFile& operator=(const ScopedPidFile&) = delete; variable
49 ScopedPidFile& operator=(ScopedPidFile&&) = delete; variable
/system/nvram/messages/include/nvram/messages/
Dblob.h42 Blob& operator=(const Blob& other) = delete; variable
44 Blob& operator=(Blob&& other); variable
/system/libvintf/include/vintf/
DMatrixInstance.h35 MatrixInstance& operator=(const MatrixInstance&); variable
36 MatrixInstance& operator=(MatrixInstance&&) noexcept; variable

1234567