Home
last modified time | relevance | path

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

1234567

/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/rs/server/
DStrongPointer.h76 sp& operator = (T* other); variable
77 sp& operator = (const sp<T>& other); variable
79 template<typename U> sp& operator = (const sp<U>& other); variable
80 template<typename U> sp& operator = (U* other); variable
DRefBase.h155 RefBase& operator=(const RefBase& o); variable
215 wp& operator = (T* other); variable
216 wp& operator = (const wp<T>& other); variable
217 wp& operator = (const sp<T>& other); variable
219 template<typename U> wp& operator = (U* other); variable
220 template<typename U> wp& operator = (const wp<U>& other); variable
221 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
DDrmMetadata.h42 KeyIterator& operator=(const KeyIterator& keyIterator); variable
64 Iterator& operator=(const Iterator& iterator); variable
DDrmInfoRequest.h77 KeyIterator& operator=(const KeyIterator& keyIterator); variable
101 Iterator& operator=(const Iterator& iterator); variable
DDrmConstraints.h78 KeyIterator& operator=(const KeyIterator& keyIterator); variable
101 Iterator& operator=(const Iterator& iterator); variable
/frameworks/native/include/ui/
DFence.h109 Fence& operator = (const Fence& rhs); variable
110 const Fence& operator = (const Fence& rhs) const; variable
/frameworks/av/include/camera/
DCameraMetadata.h49 CameraMetadata &operator=(const CameraMetadata &other); variable
50 CameraMetadata &operator=(const camera_metadata_t *buffer); variable
/frameworks/native/include/binder/
DBinder.h70 BBinder& operator=(const BBinder& o); variable
94 BpRefBase& operator=(const BpRefBase& o); variable
/frameworks/compile/mclinker/include/mcld/LD/
DSectionSymbolSet.h52 bool operator()(const LDSection* X, const LDSection* Y) const in operator() function
59 size_t operator()(const LDSection* pKey) const in operator() function
/frameworks/wilhelm/src/android/include/
DAacAdtsExtractor.h70 AacAdtsSource &operator=(const AacAdtsSource &); variable
95 AacAdtsExtractor &operator=(const AacAdtsExtractor &); variable
/frameworks/native/services/surfaceflinger/RenderEngine/
DMesh.h84 Mesh& operator = (const Mesh&); variable
85 Mesh const& operator = (const Mesh&) const; variable
/frameworks/compile/mclinker/include/mcld/Support/
DDirectory.h57 Directory& operator=(const Directory& pCopy); variable
128 DirIterator& operator=(const DirIterator& pCopy); variable
/frameworks/av/include/media/stagefright/
DMediaBuffer.h45 MediaBufferObserver &operator=(const MediaBufferObserver &); variable
120 MediaBuffer &operator=(const MediaBuffer &); variable
DOMXClient.h40 OMXClient &operator=(const OMXClient &); variable
DStagefrightMediaScanner.h37 StagefrightMediaScanner &operator=(const StagefrightMediaScanner &); member
/frameworks/base/libs/hwui/utils/
DSortedListImpl.h31 SortedListImpl& operator =(const SortedListImpl& rhs); variable
/frameworks/av/media/libmediaplayerservice/
DStagefrightPlayer.h73 StagefrightPlayer &operator=(const StagefrightPlayer &); variable
/frameworks/native/include/media/hardware/
DCryptoAPI.h40 CryptoFactory &operator=(const CryptoFactory &); member
93 CryptoPlugin &operator=(const CryptoPlugin &); member
/frameworks/native/opengl/tests/include/
DWindowSurface.h42 WindowSurface& operator=(const WindowSurface&); variable
/frameworks/compile/mclinker/include/mcld/ADT/
DUncopyable.h27 Uncopyable& operator=(const Uncopyable&); /// NOT TO IMPLEMENT variable
/frameworks/av/include/media/stagefright/foundation/
DMediaBufferBase.h35 MediaBufferBase &operator=(const MediaBufferBase &); variable

1234567