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

1234567891011

/system/bt/vendor_libs/test_vendor_lib/src/
H A Dhci_packet.cc13 Iterator::operator bool() const { return hci_packet_ != nullptr; }
15 Iterator Iterator::operator+(size_t offset) {
21 Iterator& Iterator::operator+=(size_t offset) {
28 Iterator Iterator::operator++(int) {
37 Iterator& Iterator::operator++() {
45 Iterator Iterator::operator-(size_t offset) {
51 int Iterator::operator-(Iterator& itr) { return index_ - itr.index_; }
53 Iterator& Iterator::operator-=(size_t offset) {
59 Iterator Iterator::operator--(int) {
66 Iterator& Iterator::operator
[all...]
/system/bt/vendor_libs/test_vendor_lib/include/
H A Dbt_address.h44 inline bool operator==(const BtAddress& right) const {
47 inline bool operator!=(const BtAddress& right) const {
50 inline bool operator<(const BtAddress& right) const {
53 inline bool operator>(const BtAddress& right) const {
56 inline bool operator<=(const BtAddress& right) const {
59 inline bool operator>=(const BtAddress& right) const {
63 inline void operator=(const BtAddress& right) { address_ = right.address_; }
64 inline void operator|=(const BtAddress& right) { address_ |= right.address_; }
65 inline void operator&=(const BtAddress& right) { address_ &= right.address_; }
/system/bt/packet/base/
H A Diterator.cc35 Iterator Iterator::operator+(size_t offset) {
41 Iterator& Iterator::operator+=(size_t offset) {
48 Iterator Iterator::operator++(int) {
57 Iterator& Iterator::operator++() {
65 Iterator Iterator::operator-(size_t offset) {
71 int Iterator::operator-(const Iterator& itr) { return index_ - itr.index_; }
73 Iterator& Iterator::operator-=(size_t offset) {
81 Iterator Iterator::operator--(int) {
88 Iterator& Iterator::operator--() {
94 Iterator& Iterator::operator
[all...]
/system/core/include/utils/
H A DString16.h84 inline String16& operator=(const String16& other);
86 inline String16& operator+=(const String16& other);
87 inline String16 operator+(const String16& other) const;
110 inline bool operator<(const String16& other) const;
111 inline bool operator<=(const String16& other) const;
112 inline bool operator==(const String16& other) const;
113 inline bool operator!=(const String16& other) const;
114 inline bool operator>=(const String16& other) const;
115 inline bool operator>(const String16& other) const;
117 inline bool operator<(cons
[all...]
H A DString8.h105 inline String8& operator=(const String8& other);
106 inline String8& operator=(const char* other);
108 inline String8& operator+=(const String8& other);
109 inline String8 operator+(const String8& other) const;
111 inline String8& operator+=(const char* other);
112 inline String8 operator+(const char* other) const;
116 inline bool operator<(const String8& other) const;
117 inline bool operator<=(const String8& other) const;
118 inline bool operator==(const String8& other) const;
119 inline bool operator!
[all...]
H A DStrongPointer.h28 inline bool operator _op_ (const sp<T>& o) const { \
31 inline bool operator _op_ (const T* o) const { \
35 inline bool operator _op_ (const sp<U>& o) const { \
39 inline bool operator _op_ (const U* o) const { \
42 inline bool operator _op_ (const wp<T>& o) const { \
46 inline bool operator _op_ (const wp<U>& o) const { \
68 sp& operator = (T* other);
69 sp& operator = (const sp<T>& other);
70 sp& operator = (sp<T>&& other);
72 template<typename U> sp& operator
[all...]
/system/core/libutils/include/utils/
H A DString16.h84 inline String16& operator=(const String16& other);
86 inline String16& operator+=(const String16& other);
87 inline String16 operator+(const String16& other) const;
110 inline bool operator<(const String16& other) const;
111 inline bool operator<=(const String16& other) const;
112 inline bool operator==(const String16& other) const;
113 inline bool operator!=(const String16& other) const;
114 inline bool operator>=(const String16& other) const;
115 inline bool operator>(const String16& other) const;
117 inline bool operator<(cons
[all...]
H A DString8.h105 inline String8& operator=(const String8& other);
106 inline String8& operator=(const char* other);
108 inline String8& operator+=(const String8& other);
109 inline String8 operator+(const String8& other) const;
111 inline String8& operator+=(const char* other);
112 inline String8 operator+(const char* other) const;
116 inline bool operator<(const String8& other) const;
117 inline bool operator<=(const String8& other) const;
118 inline bool operator==(const String8& other) const;
119 inline bool operator!
[all...]
H A DStrongPointer.h28 inline bool operator _op_ (const sp<T>& o) const { \
31 inline bool operator _op_ (const T* o) const { \
35 inline bool operator _op_ (const sp<U>& o) const { \
39 inline bool operator _op_ (const U* o) const { \
42 inline bool operator _op_ (const wp<T>& o) const { \
46 inline bool operator _op_ (const wp<U>& o) const { \
68 sp& operator = (T* other);
69 sp& operator = (const sp<T>& other);
70 sp& operator = (sp<T>&& other);
72 template<typename U> sp& operator
[all...]
/system/bt/types/
H A Draw_address.h33 bool operator<(const RawAddress& rhs) const {
36 bool operator==(const RawAddress& rhs) const {
39 bool operator>(const RawAddress& rhs) const { return (rhs < *this); }
40 bool operator<=(const RawAddress& rhs) const { return !(*this > rhs); }
41 bool operator>=(const RawAddress& rhs) const { return !(*this < rhs); }
42 bool operator!=(const RawAddress& rhs) const { return !(*this == rhs); }
63 inline std::ostream& operator<<(std::ostream& os, const RawAddress& a) {
/system/bt/service/common/bluetooth/
H A Dcharacteristic.cc28 Characteristic& Characteristic::operator=(const Characteristic& other) {
47 bool Characteristic::operator==(const Characteristic& rhs) const {
51 bool Characteristic::operator!=(const Characteristic& rhs) const {
H A Ddescriptor.cc26 Descriptor& Descriptor::operator=(const Descriptor& other) {
41 bool Descriptor::operator==(const Descriptor& rhs) const { return Equals(rhs); }
43 bool Descriptor::operator!=(const Descriptor& rhs) const {
H A Dservice.cc28 Service& Service::operator=(const Service& other) {
45 bool Service::operator==(const Service& rhs) const { return Equals(rhs); }
47 bool Service::operator!=(const Service& rhs) const { return !Equals(rhs); }
H A Dadvertise_data.cc72 bool AdvertiseData::operator==(const AdvertiseData& rhs) const {
76 AdvertiseData& AdvertiseData::operator=(const AdvertiseData& other) {
/system/chre/util/include/chre/util/
H A Dtime_impl.h61 constexpr bool Milliseconds::operator==(const Milliseconds& millis) const {
107 constexpr bool Nanoseconds::operator==(const Nanoseconds& nanos) const {
111 constexpr bool Nanoseconds::operator!=(const Nanoseconds& nanos) const {
115 constexpr Nanoseconds operator+(const Seconds& secs, const Nanoseconds& nanos) {
119 constexpr Nanoseconds operator+(const Nanoseconds& nanos_a,
124 constexpr Nanoseconds operator-(const Nanoseconds& nanos_a,
129 constexpr bool operator>=(const Nanoseconds& nanos_a,
134 constexpr bool operator<=(const Nanoseconds& nanos_a,
139 constexpr bool operator<(const Nanoseconds& nanos_a,
144 constexpr bool operator>(cons
[all...]
/system/keymaster/android_keymaster/
H A Dkeymaster_stl.cpp27 void* __attribute__((weak)) operator new(size_t __sz, const std::nothrow_t&) {
30 void* __attribute__((weak)) operator new[](size_t __sz, const std::nothrow_t&) {
34 void __attribute__((weak)) operator delete(void* ptr) {
39 void __attribute__((weak)) operator delete[](void* ptr) {
/system/libvintf/
H A DMatrixKernel.cpp22 bool MatrixKernel::operator==(const MatrixKernel &other) const {
H A DXmlFile.cpp22 bool MatrixXmlFile::operator==(const MatrixXmlFile& other) const {
28 bool ManifestXmlFile::operator==(const ManifestXmlFile& other) const {
/system/netd/libnetdutils/
H A DNetfilter.cpp25 std::ostream& operator<<(std::ostream& os, const nfgenmsg& msg) {
/system/security/keystore/include/keystore/
H A Dkeystore_return_types.h35 * This class can be initialized by both. And when accessed through the operator int32_t () it
50 inline KeyStoreServiceReturnCode& operator=(const ErrorCode& errorCode) {
54 inline KeyStoreServiceReturnCode& operator=(const ResponseCode& errorCode) {
58 inline KeyStoreServiceReturnCode& operator=(const KeyStoreServiceReturnCode& errorCode) {
67 inline operator int32_t() const {
71 inline bool operator==(const ResponseCode& rhs) const {
76 inline bool operator==(const ErrorCode& rhs) const {
81 inline bool operator!=(const ResponseCode& rhs) const { return !(*this == rhs); }
82 inline bool operator!=(const ErrorCode& rhs) const { return !(*this == rhs); }
88 inline bool operator
[all...]
/system/libvintf/include/vintf/
H A DMapValueIterator.h52 inline IteratorImpl &operator++() {
56 inline IteratorImpl operator++(int) {
61 inline IteratorImpl &operator--() {
65 inline IteratorImpl operator--(int) {
70 inline ref_type operator*() const { return mIter->second; }
71 inline ptr_type operator->() const { return &(mIter->second); }
72 inline bool operator==(const IteratorImpl &rhs) const { return mIter == rhs.mIter; }
73 inline bool operator!=(const IteratorImpl &rhs) const { return mIter != rhs.mIter; }
H A DVersion.h38 inline bool operator==(const Version &other) const {
41 inline bool operator!=(const Version &other) const {
44 inline bool operator<(const Version &other) const {
51 inline bool operator>(const Version &other) const {
54 inline bool operator<=(const Version &other) const {
57 inline bool operator>=(const Version &other) const {
79 inline bool operator==(const KernelVersion &other) const {
84 inline bool operator!=(const KernelVersion &other) const {
88 inline bool operator<(const KernelVersion& other) const {
H A DTransportArch.h31 inline bool operator==(const TransportArch& other) const {
34 inline bool operator<(const TransportArch& other) const {
/system/core/include/log/
H A Dlog_time.h82 bool operator==(const timespec& T) const {
86 bool operator!=(const timespec& T) const {
89 bool operator<(const timespec& T) const {
94 bool operator>=(const timespec& T) const {
97 bool operator>(const timespec& T) const {
102 bool operator<=(const timespec& T) const {
107 log_time operator-=(const timespec& T);
108 log_time operator-(const timespec& T) const {
112 log_time operator+=(const timespec& T);
113 log_time operator
[all...]
/system/core/liblog/include/log/
H A Dlog_time.h82 bool operator==(const timespec& T) const {
86 bool operator!=(const timespec& T) const {
89 bool operator<(const timespec& T) const {
94 bool operator>=(const timespec& T) const {
97 bool operator>(const timespec& T) const {
102 bool operator<=(const timespec& T) const {
107 log_time operator-=(const timespec& T);
108 log_time operator-(const timespec& T) const {
112 log_time operator+=(const timespec& T);
113 log_time operator
[all...]

Completed in 4670 milliseconds

1234567891011