/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
D | TriState.h | 44 explicit operator T () const { in T() 49 TriState<T>& operator=(const TriState<T> &other) { 55 TriState<T>& operator=(const T& value) { 61 TriState<T>& operator++() { 68 TriState<T> operator++(int) { 70 operator++(); 74 TriState<T>& operator--() { 81 TriState<T> operator--(int) { 83 operator--(); 88 TriState<T> operator op() { \ [all …]
|
/hardware/interfaces/security/keymint/support/include/keymint_support/ |
D | key_param_output.h | 41 inline ::std::ostream& operator<<(::std::ostream& os, Algorithm value) { 45 inline ::std::ostream& operator<<(::std::ostream& os, BlockMode value) { 49 inline ::std::ostream& operator<<(::std::ostream& os, Digest value) { 53 inline ::std::ostream& operator<<(::std::ostream& os, EcCurve value) { 57 inline ::std::ostream& operator<<(::std::ostream& os, ErrorCode value) { 61 inline ::std::ostream& operator<<(::std::ostream& os, KeyOrigin value) { 65 inline ::std::ostream& operator<<(::std::ostream& os, PaddingMode value) { 69 inline ::std::ostream& operator<<(::std::ostream& os, SecurityLevel value) { 74 ::std::ostream& operator<<(::std::ostream& os, const std::optional<ValueT>& value) { 83 ::std::ostream& operator<<(::std::ostream& os, const ::std::vector<KeyParameter>& set); [all …]
|
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/ |
D | key_param_output.h | 28 inline ::std::ostream& operator<<(::std::ostream& os, Algorithm value) { 32 inline ::std::ostream& operator<<(::std::ostream& os, BlockMode value) { 36 inline ::std::ostream& operator<<(::std::ostream& os, Digest value) { 40 inline ::std::ostream& operator<<(::std::ostream& os, EcCurve value) { 44 inline ::std::ostream& operator<<(::std::ostream& os, ErrorCode value) { 48 inline ::std::ostream& operator<<(::std::ostream& os, KeyOrigin value) { 52 inline ::std::ostream& operator<<(::std::ostream& os, PaddingMode value) { 56 inline ::std::ostream& operator<<(::std::ostream& os, SecurityLevel value) { 61 ::std::ostream& operator<<(::std::ostream& os, const NullOr<ValueT>& value) { 70 ::std::ostream& operator<<(::std::ostream& os, const hidl_vec<KeyParameter>& set); [all …]
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/fit/ |
D | Nullable.h | 92 constexpr Nullable& operator=(const Nullable& other) = default; 95 constexpr Nullable& operator=(Nullable&& other) = default; 107 constexpr T* operator->() { return &*mOpt; } 108 constexpr const T* operator->() const { return &*mOpt; } 109 constexpr T& operator*() { return *mOpt; } 110 constexpr const T& operator*() const { return *mOpt; } 113 explicit constexpr operator bool() const { return hasValue(); } 115 constexpr Nullable& operator=(decltype(nullptr)) { 120 constexpr Nullable& operator=(T value) { 179 constexpr T* operator->() { return &mValue; } [all …]
|
D | Defer.h | 57 explicit operator bool() const { return !!mTarget; } 62 DeferredAction& operator=(DeferredAction&& other) { 84 DeferredAction& operator=(decltype(nullptr)) { in decltype() 90 DeferredAction& operator=(T target) { 96 DeferredAction& operator=(const DeferredAction& other) = delete; variable 103 bool operator==(const DeferredAction<T>& action, decltype(nullptr)) { 107 bool operator==(decltype(nullptr), const DeferredAction<T>& action) { 111 bool operator!=(const DeferredAction<T>& action, decltype(nullptr)) { 115 bool operator!=(decltype(nullptr), const DeferredAction<T>& action) {
|
/hardware/google/pixel/power-libperfmgr/aidl/ |
D | PhysicalQuantityTypes.h | 49 constexpr PhysicalQuantityType &operator=(PhysicalQuantityType const &) noexcept = default; 50 explicit constexpr inline operator T() const { return value_; } 52 inline constexpr auto operator+(PhysicalQuantityType const &other) const { 55 inline constexpr auto operator-(PhysicalQuantityType const &other) const { 59 inline constexpr auto operator*(C const &other) const { 63 inline constexpr auto operator/(C const &other) const { 66 inline constexpr bool operator==(PhysicalQuantityType const &other) const { 69 inline constexpr auto operator<=>(PhysicalQuantityType const &other) const { 78 inline auto operator*(C const &other, PhysicalQuantityType<T, W> type) { 85 inline std::ostream &operator<<(std::ostream &os, Cycles cycles) { [all …]
|
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | key_param_output.h | 29 ::std::ostream& operator<<(::std::ostream& os, const NullOr<ValueT>& value) { 38 ::std::ostream& operator<<(::std::ostream& os, const hidl_vec<KeyParameter>& set); 39 ::std::ostream& operator<<(::std::ostream& os, BlockMode value); 40 ::std::ostream& operator<<(::std::ostream& os, Digest value); 41 ::std::ostream& operator<<(::std::ostream& os, EcCurve value); 42 ::std::ostream& operator<<(::std::ostream& os, ErrorCode value); 43 ::std::ostream& operator<<(::std::ostream& os, PaddingMode value); 44 ::std::ostream& operator<<(::std::ostream& os, const KeyCharacteristics& value); 45 ::std::ostream& operator<<(::std::ostream& os, const KeyParameter& value);
|
/hardware/google/gfxstream/guest/mesa/include/android_stub/log/ |
D | log_time.h | 57 bool operator==(const timespec& T) const { 61 bool operator!=(const timespec& T) const { 64 bool operator<(const timespec& T) const { 69 bool operator>=(const timespec& T) const { 72 bool operator>(const timespec& T) const { 77 bool operator<=(const timespec& T) const { 82 bool operator==(const log_time& T) const { 85 bool operator!=(const log_time& T) const { 88 bool operator<(const log_time& T) const { 92 bool operator>=(const log_time& T) const { [all …]
|
/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | type_vec1.inl | 70 GLM_FUNC_QUALIFIER T & tvec1<T, P>::operator[](typename tvec1<T, P>::length_type i) 77 GLM_FUNC_QUALIFIER T const & tvec1<T, P>::operator[](typename tvec1<T, P>::length_type i) const 87 GLM_FUNC_QUALIFIER tvec1<T, P> & tvec1<T, P>::operator=(tvec1<T, P> const & v) 96 GLM_FUNC_QUALIFIER tvec1<T, P> & tvec1<T, P>::operator=(tvec1<U, P> const & v) 104 GLM_FUNC_QUALIFIER tvec1<T, P> & tvec1<T, P>::operator+=(U scalar) 112 GLM_FUNC_QUALIFIER tvec1<T, P> & tvec1<T, P>::operator+=(tvec1<U, P> const & v) 120 GLM_FUNC_QUALIFIER tvec1<T, P> & tvec1<T, P>::operator-=(U scalar) 128 GLM_FUNC_QUALIFIER tvec1<T, P> & tvec1<T, P>::operator-=(tvec1<U, P> const & v) 136 GLM_FUNC_QUALIFIER tvec1<T, P> & tvec1<T, P>::operator*=(U scalar) 144 GLM_FUNC_QUALIFIER tvec1<T, P> & tvec1<T, P>::operator*=(tvec1<U, P> const & v) [all …]
|
D | type_vec2.inl | 101 GLM_FUNC_QUALIFIER T & tvec2<T, P>::operator[](typename tvec2<T, P>::length_type i) 108 GLM_FUNC_QUALIFIER T const & tvec2<T, P>::operator[](typename tvec2<T, P>::length_type i) const 118 GLM_FUNC_QUALIFIER tvec2<T, P> & tvec2<T, P>::operator=(tvec2<T, P> const & v) 128 GLM_FUNC_QUALIFIER tvec2<T, P> & tvec2<T, P>::operator=(tvec2<U, P> const & v) 137 GLM_FUNC_QUALIFIER tvec2<T, P> & tvec2<T, P>::operator+=(U scalar) 146 GLM_FUNC_QUALIFIER tvec2<T, P> & tvec2<T, P>::operator+=(tvec1<U, P> const & v) 155 GLM_FUNC_QUALIFIER tvec2<T, P> & tvec2<T, P>::operator+=(tvec2<U, P> const & v) 164 GLM_FUNC_QUALIFIER tvec2<T, P> & tvec2<T, P>::operator-=(U scalar) 173 GLM_FUNC_QUALIFIER tvec2<T, P> & tvec2<T, P>::operator-=(tvec1<U, P> const & v) 182 GLM_FUNC_QUALIFIER tvec2<T, P> & tvec2<T, P>::operator-=(tvec2<U, P> const & v) [all …]
|
D | type_vec3.inl | 143 GLM_FUNC_QUALIFIER T & tvec3<T, P>::operator[](typename tvec3<T, P>::length_type i) 150 GLM_FUNC_QUALIFIER T const & tvec3<T, P>::operator[](typename tvec3<T, P>::length_type i) const 160 GLM_FUNC_QUALIFIER tvec3<T, P>& tvec3<T, P>::operator=(tvec3<T, P> const & v) 171 GLM_FUNC_QUALIFIER tvec3<T, P>& tvec3<T, P>::operator=(tvec3<U, P> const & v) 181 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator+=(U scalar) 191 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator+=(tvec1<U, P> const & v) 201 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator+=(tvec3<U, P> const & v) 211 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator-=(U scalar) 221 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator-=(tvec1<U, P> const & v) 231 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator-=(tvec3<U, P> const & v) [all …]
|
/hardware/interfaces/broadcastradio/common/utilsaidl/include/broadcastradio-utils-aidl/ |
D | Utils.h | 55 const IdentifierIterator operator++(int); 56 IdentifierIterator& operator++(); 57 refType operator*() const; 58 inline ptrType operator->() const { return &operator*(); } 59 IdentifierIterator operator+(diffType v) const { return IdentifierIterator(mSel, mPos + v); } 60 bool operator==(const IdentifierIterator& rhs) const; 61 inline bool operator!=(const IdentifierIterator& rhs) const { return !operator==(rhs); }; 149 bool operator()(const ProgramSelector& lhs, const ProgramSelector& rhs) const; 153 bool operator()(const ProgramInfo& lhs, const ProgramInfo& rhs) const; 157 size_t operator()(const ProgramInfo& info) const; [all …]
|
/hardware/google/aemu/base/include/aemu/base/ |
D | EnumFlags.h | 49 enable_if_scoped_enum<E> operator|(E l, E r) { 55 enable_if_scoped_enum<E> operator&(E l, E r) { 61 enable_if_scoped_enum<E> operator~(E e) { 66 enable_if_scoped_enum<E> operator|=(E& l, E r) { 71 enable_if_scoped_enum<E> operator&=(E& l, E r) { 76 enable_if_scoped_enum<E, bool> operator!(E e) { 81 enable_if_scoped_enum<E, bool> operator!=(E e, int val) { 87 enable_if_scoped_enum<E, bool> operator!=(int val, E e) { 92 enable_if_scoped_enum<E, bool> operator==(E e, int val) { 98 enable_if_scoped_enum<E, bool> operator==(int val, E e) {
|
D | Version.h | 49 constexpr bool operator<(const Version& other) const; 50 constexpr bool operator>(const Version& other) const; 51 constexpr bool operator==(const Version& other) const; 52 constexpr bool operator!=(const Version& other) const; 87 constexpr bool Version::operator<(const Version& other) const { 91 constexpr bool Version::operator>(const Version& other) const { 95 constexpr bool Version::operator==(const Version& other) const { 99 constexpr bool Version::operator!=(const Version& other) const {
|
D | Optional.h | 118 constexpr operator bool() const { return constructed(); } 251 Optional& operator=(const Optional& other) { 275 Optional& operator=(Optional&& other) { 297 Optional& operator=(const Optional<U>& other) { 319 Optional& operator=(Optional<U>&& other) { 345 Optional& operator=(U&& other) { 356 using base_flag::operator bool; 389 T& operator*() { 396 constexpr const T& operator*() const { 404 T* operator->() { [all …]
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/ |
D | EnumFlags.h | 49 enable_if_scoped_enum<E> operator|(E l, E r) { 55 enable_if_scoped_enum<E> operator&(E l, E r) { 61 enable_if_scoped_enum<E> operator~(E e) { 66 enable_if_scoped_enum<E> operator|=(E& l, E r) { 71 enable_if_scoped_enum<E> operator&=(E& l, E r) { 76 enable_if_scoped_enum<E, bool> operator!(E e) { 81 enable_if_scoped_enum<E, bool> operator!=(E e, int val) { 87 enable_if_scoped_enum<E, bool> operator!=(int val, E e) { 92 enable_if_scoped_enum<E, bool> operator==(E e, int val) { 98 enable_if_scoped_enum<E, bool> operator==(int val, E e) {
|
D | Optional.h | 114 constexpr operator bool() const { return constructed(); } 247 Optional& operator=(const Optional& other) { 271 Optional& operator=(Optional&& other) { 293 Optional& operator=(const Optional<U>& other) { 315 Optional& operator=(Optional<U>&& other) { 341 Optional& operator=(U&& other) { 352 using base_flag::operator bool; 385 T& operator*() { 392 constexpr const T& operator*() const { 400 T* operator->() { [all …]
|
/hardware/google/graphics/common/libacryl/ |
D | acrylic_internal.h | 54 static inline bool operator==(hw2d_coord_t xy1, hw2d_coord_t xy2) 59 static inline bool operator!=(hw2d_coord_t xy1, hw2d_coord_t xy2) 64 static inline bool operator==(hw2d_rect_t r1, hw2d_rect_t r2) 69 static inline bool operator!=(hw2d_rect_t r1, hw2d_rect_t r2) 74 static inline bool operator==(hw2d_rect_t r1, hwc_rect_t r2) 82 static inline bool operator==(hwc_rect_t r1, hw2d_rect_t r2) 84 return operator==(r2, r1); 87 static inline bool operator!=(hw2d_rect_t r1, hwc_rect_t r2) 92 static inline bool operator!=(hwc_rect_t r1, hw2d_rect_t r2) 97 static inline bool operator>(hw2d_rect_t rect, hw2d_coord_t xy)
|
/hardware/interfaces/broadcastradio/common/utils2x/include/broadcastradio-utils-2x/ |
D | Utils.h | 53 IdentifierIterator operator++(int); 54 IdentifierIterator& operator++(); 55 ref_type operator*() const; 56 inline ptr_type operator->() const { return &operator*(); } 57 IdentifierIterator operator+(diff_type v) const { return IdentifierIterator(mSel, mPos + v); } 58 bool operator==(const IdentifierIterator& rhs) const; 59 inline bool operator!=(const IdentifierIterator& rhs) const { return !operator==(rhs); }; 136 size_t operator()(const V2_0::ProgramInfo& info) const; 140 bool operator()(const V2_0::ProgramInfo& info1, const V2_0::ProgramInfo& info2) const;
|
/hardware/interfaces/audio/aidl/default/include/core-impl/ |
D | ChildInterface.h | 33 ChildInterface& operator=(const std::shared_ptr<C>& c) { 34 return operator=(std::shared_ptr<C>(c)); 36 ChildInterface& operator=(std::shared_ptr<C>&& c) { 40 explicit operator bool() const { return !!this->first; } 41 C& operator*() const { return *(this->first); } 42 C* operator->() const { return this->first; }
|
/hardware/nxp/secure_element/pn8x/libese-spi/src/include/ |
D | NfcAdaptation.h | 34 operator pthread_mutex_t*() { return &mMutex; } 46 operator pthread_cond_t*() { return &mCondVar; } 47 operator pthread_mutex_t*() { 48 return ThreadMutex::operator pthread_mutex_t*(); 59 operator ThreadMutex&() { return mm; } 60 operator pthread_mutex_t*() { return (pthread_mutex_t*)mm; }
|
/hardware/nxp/nfc/snxxx/halimpl/utils/ |
D | NxpNfcThreadMutex.h | 28 operator pthread_mutex_t*() { return &mMutex; } 40 operator pthread_cond_t*() { return &mCondVar; } 41 operator pthread_mutex_t*() { 42 return NfcHalThreadMutex::operator pthread_mutex_t*(); 53 operator NfcHalThreadMutex&() { return mm; }
|
/hardware/nxp/secure_element/snxxx/libese-spi/src/include/ |
D | NfcAdaptation.h | 37 operator pthread_mutex_t*() { return &mMutex; } 49 operator pthread_cond_t*() { return &mCondVar; } 50 operator pthread_mutex_t*() { 51 return ThreadMutex::operator pthread_mutex_t*(); 62 operator ThreadMutex&() { return mm; } 63 operator pthread_mutex_t*() { return (pthread_mutex_t*)mm; }
|
/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/ |
D | MessageMutator.h | 37 nlmsghdr* operator->() const; 38 operator Buffer<nlmsghdr>() const; 60 iterator operator++(); 61 bool operator==(const iterator& other) const; 62 const MessageMutator operator*() const;
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_vecmathlib_common_4.h | 62 ASTCENC_SIMD_INLINE vint4 operator+(vint4 a, int b) 70 ASTCENC_SIMD_INLINE vint4& operator+=(vint4& a, const vint4& b) 79 ASTCENC_SIMD_INLINE vint4 operator-(vint4 a, int b) 87 ASTCENC_SIMD_INLINE vint4 operator*(vint4 a, int b) 95 ASTCENC_SIMD_INLINE vint4 operator|(vint4 a, int b) 103 ASTCENC_SIMD_INLINE vint4 operator&(vint4 a, int b) 111 ASTCENC_SIMD_INLINE vint4 operator^(vint4 a, int b) 139 ASTCENC_SIMD_INLINE vfloat4& operator+=(vfloat4& a, const vfloat4& b) 148 ASTCENC_SIMD_INLINE vfloat4 operator+(vfloat4 a, float b) 156 ASTCENC_SIMD_INLINE vfloat4 operator-(vfloat4 a, float b) [all …]
|