Searched defs:operator (Results 126 - 150 of 377) sorted by relevance

1234567891011>>

/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
H A Drange.h23 bool operator==(const Range<T, d>& rhs) const {
/frameworks/native/services/sensorservice/
H A DBatteryService.h43 bool operator < (const Info& rhs) const {
/frameworks/native/services/vr/performanced/
H A Ddirectory_reader.h31 explicit operator bool() const { return IsValid(); }
49 void operator=(const DirectoryReader&) = delete;
/frameworks/opt/net/lowpan/libandroid_net_lowpan/
H A DLowpanChannelInfo.cpp81 bool LowpanChannelInfo::operator==(const LowpanChannelInfo& rhs)
H A DLowpanProvision.cpp100 bool LowpanProvision::operator==(const LowpanProvision& rhs)
/frameworks/opt/net/lowpan/libandroid_net_lowpan/include/android/net/lowpan/
H A DLowpanChannelInfo.h40 bool operator==(const LowpanChannelInfo& rhs);
41 bool operator!=(const LowpanChannelInfo& rhs) { return !(*this == rhs); }
H A DLowpanCredential.h52 bool operator==(const LowpanCredential& rhs);
53 bool operator!=(const LowpanCredential& rhs) { return !(*this == rhs); }
H A DLowpanProvision.h42 bool operator==(const LowpanProvision& rhs);
43 bool operator!=(const LowpanProvision& rhs) { return !(*this == rhs); }
/frameworks/base/libs/hwui/
H A DMatrix.h87 float operator[](int index) const { return data[index]; }
89 float& operator[](int index) {
94 Matrix4& operator=(const SkMatrix& v) {
99 friend bool operator==(const Matrix4& a, const Matrix4& b) {
103 friend bool operator!=(const Matrix4& a, const Matrix4& b) { return !(a == b); }
210 friend std::ostream& operator<<(std::ostream& os, const Matrix4& matrix) {
/frameworks/base/tools/aapt2/
H A DStringPool.cpp54 StringPool::Ref& StringPool::Ref::operator=(const StringPool::Ref& rhs) {
66 bool StringPool::Ref::operator==(const Ref& rhs) const {
70 bool StringPool::Ref::operator!=(const Ref& rhs) const {
74 const std::string* StringPool::Ref::operator->() const {
78 const std::string& StringPool::Ref::operator*() const {
112 StringPool::StyleRef& StringPool::StyleRef::operator=(const StringPool::StyleRef& rhs) {
124 bool StringPool::StyleRef::operator==(const StyleRef& rhs) const {
144 bool StringPool::StyleRef::operator!=(const StyleRef& rhs) const {
145 return !operator==(rhs);
148 const StringPool::StyleEntry* StringPool::StyleRef::operator
[all...]
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer_hwc1.h214 LayerListIterator& operator = (const LayerListIterator& rhs);
225 LayerListIterator& operator++() {
231 HWCLayerInterface& operator * () { return *mLayerList; }
232 HWCLayerInterface* operator -> () { return mLayerList; }
235 bool operator == (const LayerListIterator& rhs) const {
238 bool operator != (const LayerListIterator& rhs) const {
239 return !operator==(rhs);
265 bool operator==(const DisplayConfig& rhs) const {
/frameworks/base/libs/hwui/font/
H A DFont.h61 bool operator==(const FontDescription& other) const { return compare(*this, other) == 0; }
63 bool operator!=(const FontDescription& other) const { return compare(*this, other) != 0; }
/frameworks/base/tools/aapt/
H A DSourcePos.cpp27 ErrorPos& operator=(const ErrorPos& rhs);
56 ErrorPos::operator=(const ErrorPos& rhs)
144 SourcePos::operator<(const SourcePos& rhs) const
/frameworks/compile/mclinker/include/mcld/ADT/
H A DTreeBase.h67 bool operator==(const TreeIteratorBase& y) const {
71 bool operator!=(const TreeIteratorBase& y) const {
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileSystem.h61 inline bool operator==(const FileStatus& rhs, const FileStatus& lhs) {
65 inline bool operator!=(const FileStatus& rhs, const FileStatus& lhs) {
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttributeValue.h89 bool operator==(const ELFAttributeValue& pValue) const {
92 bool operator!=(const ELFAttributeValue& pValue) const {
/frameworks/native/libs/binder/
H A DValue.cpp87 virtual bool operator==(const ContentBase& rhs) const = 0;
121 virtual bool operator==(const ContentBase& rhs) const override
160 bool Value::operator==(const Value& rhs) const
183 Value& Value::operator=(const Value& rhs)
255 Value& Value::operator=(const T& rhs) \
/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dfile_handle.h63 // Move assignment operator that assumes ownership of the underlying file
65 FileHandle& operator=(FileHandle&& other) {
107 explicit operator bool() const { return IsValid(); }
113 void operator=(const FileHandle&) = delete;
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dbuffer_wrapper.h44 BufferWrapper& operator=(const BufferWrapper& other) {
56 BufferWrapper& operator=(BufferWrapper&& other) {
90 reference operator[](size_type pos) { return buffer_[pos]; }
91 const_reference operator[](size_type pos) const { return buffer_[pos]; }
121 BufferWrapper& operator=(const BufferWrapper&) = default;
122 BufferWrapper& operator=(BufferWrapper&&) = default;
139 reference operator[](size_type pos) { return buffer_[pos]; }
140 const_reference operator[](size_type pos) const { return buffer_[pos]; }
H A Dstring_wrapper.h49 StringWrapper& operator=(const StringWrapper& other) {
61 StringWrapper& operator=(StringWrapper&& other) {
96 reference operator[](size_type pos) { return buffer_[pos]; }
97 const_reference operator[](size_type pos) const { return buffer_[pos]; }
/frameworks/rs/
H A DrsObjectBase.h121 ObjectBaseRef & operator= (const ObjectBaseRef &ref) {
157 inline T * operator-> () const {
/frameworks/av/drm/common/
H A DDrmConstraints.cpp80 DrmConstraints::KeyIterator& DrmConstraints::KeyIterator::operator=(
97 DrmConstraints::Iterator& DrmConstraints::Iterator::operator=(
H A DDrmInfoRequest.cpp78 DrmInfoRequest::KeyIterator& DrmInfoRequest::KeyIterator::operator=(
90 DrmInfoRequest::Iterator& DrmInfoRequest::Iterator::operator=(
H A DDrmMetadata.cpp84 DrmMetadata::KeyIterator& DrmMetadata::KeyIterator::operator=(const DrmMetadata::KeyIterator& keyIterator) {
85 ALOGV("DrmMetadata::KeyIterator::operator=");
102 DrmMetadata::Iterator& DrmMetadata::Iterator::operator=(const DrmMetadata::Iterator& iterator) {
103 ALOGV("DrmMetadata::Iterator::operator=");
/frameworks/av/include/mediadrm/
H A DDrmHal.h47 inline bool operator==(const Vector<uint8_t> &l, const Vector<uint8_t> &r) {

Completed in 380 milliseconds

1234567891011>>