Home
last modified time | relevance | path

Searched refs:operator (Results 1 – 12 of 12) sorted by relevance

/hardware/samsung_slsi/exynos5/include/
DExynosRect.h81 ExynosRect& operator =(const ExynosRect &other)
94 bool operator ==(const ExynosRect &other) const
106 bool operator !=(const ExynosRect &other) const
145 ExynosRect2& operator =(const ExynosRect2 &other)
155 bool operator ==(const ExynosRect2 &other) const
164 bool operator !=(const ExynosRect2 &other) const
DExynosBuffer.h111 ExynosBuffer& operator =(const ExynosBuffer &other)
124 bool operator ==(const ExynosBuffer &other) const
144 bool operator !=(const ExynosBuffer &other) const
/hardware/qcom/display/liboverlay/
DoverlayUtils.h100 const NoCopy& operator=(const NoCopy&); variable
198 bool operator==(const Dim& d) const {
204 bool operator!=(const Dim& d) const {
205 return !operator==(d);
225 bool operator==(const Whf& whf) const {
229 bool operator!=(const Whf& whf) const {
230 return !operator==(whf);
DoverlayRotator.h102 RotMem& operator++() { ++_curr; return *this; }
/hardware/samsung_slsi/exynos5/libstagefrighthw/
DExynos_OMX_Plugin.h71 ExynosOMXPlugin &operator=(const ExynosOMXPlugin &); member
/hardware/ti/omap3/libstagefrighthw/
DTIOMXPlugin.h71 TIOMXPlugin &operator=(const TIOMXPlugin &); member
/hardware/qcom/media/libstagefrighthw/
DQComOMXPlugin.h71 QComOMXPlugin &operator=(const QComOMXPlugin &); member
/hardware/msm7k/libstagefrighthw/
DQComOMXPlugin.h71 QComOMXPlugin &operator=(const QComOMXPlugin &); member
/hardware/ti/omap4xxx/libstagefrighthw/
DTIOMXPlugin.h71 TIOMXPlugin &operator=(const TIOMXPlugin &); member
/hardware/ril/mock-ril/src/cpp/
Dworker.h115 bool operator() (const struct Record* lhs, const struct Record* rhs) const { in operator() function
Dmsgheader.pb.h46 inline MsgHeader& operator=(const MsgHeader& from) {
/hardware/qcom/media/mm-video/vidc/vdec/inc/
DMap.h54 operator bool() const { return !empty(); }