Home
last modified time | relevance | path

Searched refs:operator (Results 1 – 16 of 16) 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/msm8x26/liboverlay/
DoverlayUtils.h117 const NoCopy& operator=(const NoCopy&); variable
172 bool operator==(const Dim& d) const {
178 bool operator!=(const Dim& d) const {
179 return !operator==(d);
199 bool operator==(const Whf& whf) const {
203 bool operator!=(const Whf& whf) const {
204 return !operator==(whf);
DoverlayRotator.h73 RotMem& operator++() { ++_curr; return *this; }
/hardware/qcom/display/msm8960/liboverlay/
DoverlayUtils.h117 const NoCopy& operator=(const NoCopy&); variable
172 bool operator==(const Dim& d) const {
178 bool operator!=(const Dim& d) const {
179 return !operator==(d);
199 bool operator==(const Whf& whf) const {
203 bool operator!=(const Whf& whf) const {
204 return !operator==(whf);
DoverlayRotator.h73 RotMem& operator++() { ++_curr; return *this; }
/hardware/qcom/display/msm8974/liboverlay/
DoverlayUtils.h116 const NoCopy& operator=(const NoCopy&); variable
172 bool operator==(const Dim& d) const {
178 bool operator!=(const Dim& d) const {
179 return !operator==(d);
199 bool operator==(const Whf& whf) const {
203 bool operator!=(const Whf& whf) const {
204 return !operator==(whf);
DoverlayRotator.h73 RotMem& operator++() { ++_curr; return *this; }
/hardware/qcom/camera/QCamera2/HAL/
DQCameraThermalAdapter.h79 QCameraThermalAdapter& operator=(QCameraThermalAdapter const& copy); // not implemented variable
/hardware/samsung_slsi/exynos5/libstagefrighthw/
DExynos_OMX_Plugin.h71 ExynosOMXPlugin &operator=(const ExynosOMXPlugin &); member
/hardware/qcom/media/libstagefrighthw/
DQComOMXPlugin.h71 QComOMXPlugin &operator=(const QComOMXPlugin &); member
/hardware/ti/omap4xxx/libstagefrighthw/
DTIOMXPlugin.h71 TIOMXPlugin &operator=(const TIOMXPlugin &); member
/hardware/ti/omap3/libstagefrighthw/
DTIOMXPlugin.h71 TIOMXPlugin &operator=(const TIOMXPlugin &); member
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
DMap.h55 operator bool() const {
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
DMap.h54 operator bool() const { return !empty(); }
/hardware/libhardware/tests/camera2/
DCameraStreamFixture.h53 inline ::std::ostream& operator<<(::std::ostream& os, const CameraStreamParams &p) {