Searched defs:operator (Results 1 - 9 of 9) sorted by relevance

/hardware/samsung_slsi/exynos5/include/
H A DExynosRect.h81 ExynosRect& operator =(const ExynosRect &other)
94 bool operator ==(const ExynosRect &other) const
106 bool operator !=(const ExynosRect &other) const
108 // use operator(==)
145 ExynosRect2& operator =(const ExynosRect2 &other)
155 bool operator ==(const ExynosRect2 &other) const
164 bool operator !=(const ExynosRect2 &other) const
166 // use operator(==)
H A DExynosBuffer.h111 ExynosBuffer& operator =(const ExynosBuffer &other)
124 bool operator ==(const ExynosBuffer &other) const
144 bool operator !=(const ExynosBuffer &other) const
146 // use operator(==)
/hardware/libhardware/tests/keymaster/
H A Dkeymaster_test.cpp40 bool operator==(const UniqueBlob &other) const {
61 friend std::ostream &operator<<(std::ostream &stream, const UniqueBlob& blob);
67 std::ostream &operator<<(std::ostream &stream, const UniqueBlob& blob) {
101 void operator()(BIGNUM* p) const {
108 void operator()(EVP_PKEY* p) const {
115 void operator()(PKCS8_PRIV_KEY_INFO* p) const {
122 void operator()(RSA* p) const {
/hardware/ril/mock-ril/src/cpp/
H A Dworker.h115 bool operator() (const struct Record* lhs, const struct Record* rhs) const {
H A Dmsgheader.pb.h46 inline MsgHeader& operator=(const MsgHeader& from) {
/hardware/qcom/media/mm-video/vidc/vdec/inc/
H A DMap.h54 operator bool() const { return !empty(); }
/hardware/samsung_slsi/exynos5/libkeymaster/
H A Dkeymaster_mobicore.cpp44 void operator()(BIGNUM* p) const {
51 void operator()(EVP_PKEY* p) const {
58 void operator()(PKCS8_PRIV_KEY_INFO* p) const {
65 void operator()(RSA* p) const {
/hardware/qcom/display/liboverlay/
H A DoverlayRotator.h202 RotMem& operator++() { ++_curr; return *this; }
H A DoverlayUtils.h88 * and assignment operator private
99 const NoCopy& operator=(const NoCopy&);
200 bool operator==(const Dim& d) const {
206 bool operator!=(const Dim& d) const {
207 return !operator==(d);
227 bool operator==(const Whf& whf) const {
231 bool operator!=(const Whf& whf) const {
232 return !operator==(whf);
907 /* like operator= */

Completed in 161 milliseconds