Home
last modified time | relevance | path

Searched refs:operator (Results 1 – 25 of 218) sorted by relevance

123456789

/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DTriState.h44 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 …]
DHidItem.h38 friend std::istream& operator>>(std::istream &is, HidItem &h);
39 friend std::ostream& operator<<(std::ostream &os, const HidItem &h);
48 std::istream& operator>>(std::istream &is, HidUtil::HidItem &h);
51 std::ostream& operator<<(std::ostream &os, const HidUtil::HidItem &h);
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
Dkey_param_output.h28 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/interfaces/keymaster/3.0/vts/functional/
Dkey_param_output.h29 ::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/av/codec2/include/
DC2.h145 type& operator=(const type &) = delete; \
149 type& operator=(type &&) = default; \
161 inline bool operator!=(const type &other) const { return !(*this == other); } \
162 … inline bool operator<=(const type &other) const { return (*this == other) || (*this < other); } \
163 inline bool operator>=(const type &other) const { return !(*this < other); } \
164 inline bool operator>(const type &other) const { return !(*this < other) && !(*this == other); }
167 inline bool operator<(const type &other) const { return field < other.field; } \
168 inline bool operator==(const type &other) const { return field == other.field; } \
172 inline bool operator<(const type &other) const { \
175 inline bool operator==(const type &other) const { \
[all …]
/hardware/google/av/codec2/vndk/include/util/
DC2Debug-param.h30 std::ostream& operator<<(std::ostream& os, const C2Param::CoreIndex &i);
31 std::ostream& operator<<(std::ostream& os, const C2Param::Type &i);
32 std::ostream& operator<<(std::ostream& os, const C2Param::Index &i);
33 std::ostream& operator<<(std::ostream& os, const _C2FieldId &i);
34 std::ostream& operator<<(std::ostream& os, const C2FieldDescriptor &i);
35 std::ostream& operator<<(std::ostream& os, const C2ParamField &i);
DC2Debug-interface.h26 std::ostream& operator<<(std::ostream& os, const C2SupportedRange<T> &i);
29 std::ostream& operator<<(std::ostream& os, const C2SupportedValueSet<T> &i);
32 std::ostream& operator<<(std::ostream& os, const C2FieldSupportedValuesHelper<T> &i);
/hardware/interfaces/broadcastradio/common/utils2x/include/broadcastradio-utils-2x/
DUtils.h53 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/nxp/secure_element/libese-spi/src/include/
DNfcAdaptation.h34 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/interfaces/audio/common/all-versions/util/include/common/all-versions/
DVersionUtils.h39 EnumBitfield& operator=(const EnumBitfield&) = default; variable
40 EnumBitfield& operator=(Enum value) { return *this = EnumBitfield{value}; }
41 EnumBitfield& operator=(Bitfield value) { return *this = EnumBitfield{value}; }
43 operator Enum() const { return mValue; } in Enum()
44 operator Bitfield() const { return static_cast<Bitfield>(mValue); } in Bitfield()
/hardware/libhardware/modules/input/evdev/
DInputHost.h65 operator input_report_t*() const { return mReport; }
68 InputReport& operator=(const InputReport& rhs) = delete; variable
86 operator input_report_definition_t*() { return mReportDefinition; }
89 InputReportDefinition& operator=(const InputReportDefinition& rhs) = delete; variable
103 operator input_device_definition_t*() { return mDeviceDefinition; }
106 InputDeviceDefinition& operator=(const InputDeviceDefinition& rhs) = delete; variable
121 operator input_property_t*() { return mProperty; }
124 InputProperty& operator=(const InputProperty& rhs) = delete; variable
139 operator input_property_map_t*() { return mMap; }
142 InputPropertyMap& operator=(const InputPropertyMap& rhs) = delete; variable
[all …]
/hardware/qcom/display/msm8996/sdm/include/core/
Dlayer_stack.h107 bool operator==(const LayerTransform& transform) const {
112 bool operator!=(const LayerTransform& transform) const {
113 return !operator==(transform);
213 bool operator==(const LayerRect& rect) const {
217 bool operator!=(const LayerRect& rect) const {
218 return !operator==(rect);
/hardware/nxp/nfc/halimpl/src/include/
DEseAdaptation.h37 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/qcom/display/msm8996/sdm/include/private/
Dhw_info_types.h199 bool operator !=(const HWSplitInfo &split_info) {
203 bool operator ==(const HWSplitInfo &split_info) {
204 return !(operator !=(split_info));
238 bool operator !=(const HWPanelInfo &panel_info) {
252 bool operator ==(const HWPanelInfo &panel_info) {
253 return !(operator !=(panel_info));
265 bool operator==(const HWSessionConfig& config) const {
274 bool operator!=(const HWSessionConfig& config) const {
275 return !operator==(config);
451 bool operator !=(const HWDisplayAttributes &display_attributes) {
[all …]
/hardware/qcom/display/msm8909/sdm/include/core/
Dlayer_stack.h137 bool operator==(const LayerTransform& transform) const {
142 bool operator!=(const LayerTransform& transform) const {
143 return !operator==(transform);
276 bool operator==(const LayerRect& rect) const {
280 bool operator!=(const LayerRect& rect) const {
281 return !operator==(rect);
/hardware/qcom/display/msm8998/sdm/include/core/
Dlayer_stack.h138 bool operator==(const LayerTransform& transform) const {
143 bool operator!=(const LayerTransform& transform) const {
144 return !operator==(transform);
276 bool operator==(const LayerRect& rect) const {
280 bool operator!=(const LayerRect& rect) const {
281 return !operator==(rect);
/hardware/qcom/display/msm8909w_3100/sdm/include/core/
Dlayer_stack.h137 bool operator==(const LayerTransform& transform) const {
142 bool operator!=(const LayerTransform& transform) const {
143 return !operator==(transform);
276 bool operator==(const LayerRect& rect) const {
280 bool operator!=(const LayerRect& rect) const {
281 return !operator==(rect);
/hardware/qcom/sm8150/display/sdm/include/core/
Dlayer_stack.h152 bool operator==(const LayerTransform& transform) const {
157 bool operator!=(const LayerTransform& transform) const {
158 return !operator==(transform);
299 bool operator==(const LayerRect& rect) const {
303 bool operator!=(const LayerRect& rect) const {
304 return !operator==(rect);
418 bool operator==(const PrimariesTransfer& blend_cs) const {
/hardware/qcom/display/msm8998/sdm/include/private/
Dhw_info_types.h202 bool operator !=(const HWSplitInfo &split_info) {
206 bool operator ==(const HWSplitInfo &split_info) {
207 return !(operator !=(split_info));
264 bool operator !=(const HWPanelInfo &panel_info) {
281 bool operator ==(const HWPanelInfo &panel_info) {
282 return !(operator !=(panel_info));
295 bool operator==(const HWSessionConfig& config) const {
305 bool operator!=(const HWSessionConfig& config) const {
306 return !operator==(config);
507 bool operator !=(const HWDisplayAttributes &display_attributes) {
[all …]
/hardware/qcom/display/msm8909w_3100/sdm/include/private/
Dhw_info_types.h208 bool operator !=(const HWSplitInfo &split_info) {
212 bool operator ==(const HWSplitInfo &split_info) {
213 return !(operator !=(split_info));
270 bool operator !=(const HWPanelInfo &panel_info) {
287 bool operator ==(const HWPanelInfo &panel_info) {
288 return !(operator !=(panel_info));
301 bool operator==(const HWSessionConfig& config) const {
311 bool operator!=(const HWSessionConfig& config) const {
312 return !operator==(config);
515 bool operator !=(const HWDisplayAttributes &display_attributes) {
[all …]
/hardware/qcom/display/msm8909/sdm/include/private/
Dhw_info_types.h209 bool operator !=(const HWSplitInfo &split_info) {
213 bool operator ==(const HWSplitInfo &split_info) {
214 return !(operator !=(split_info));
271 bool operator !=(const HWPanelInfo &panel_info) {
288 bool operator ==(const HWPanelInfo &panel_info) {
289 return !(operator !=(panel_info));
302 bool operator==(const HWSessionConfig& config) const {
312 bool operator!=(const HWSessionConfig& config) const {
313 return !operator==(config);
516 bool operator !=(const HWDisplayAttributes &display_attributes) {
[all …]
/hardware/qcom/neuralnetworks/hvxservice/1.0/
DHexagonUtils.h94 bool operator==(const hexagon_nn_input& lhs, const hexagon_nn_input& rhs);
95 bool operator!=(const hexagon_nn_input& lhs, const hexagon_nn_input& rhs);
96 bool operator==(const hexagon_nn_output& lhs, const hexagon_nn_output& rhs);
97 bool operator!=(const hexagon_nn_output& lhs, const hexagon_nn_output& rhs);
121 std::basic_ostream<CharT, Traits>& operator<<(std::basic_ostream<CharT, Traits>& os,
127 std::basic_ostream<CharT, Traits>& operator<<(std::basic_ostream<CharT, Traits>& os,
133 std::basic_ostream<CharT, Traits>& operator<<(std::basic_ostream<CharT, Traits>& os,
139 std::basic_ostream<CharT, Traits>& operator<<(std::basic_ostream<CharT, Traits>& os,
145 std::basic_ostream<CharT, Traits>& operator<<(std::basic_ostream<CharT, Traits>& os,
151 std::basic_ostream<CharT, Traits>& operator<<(std::basic_ostream<CharT, Traits>& os,
/hardware/qcom/sdm845/display/sdm/include/core/
Dlayer_stack.h139 bool operator==(const LayerTransform& transform) const {
144 bool operator!=(const LayerTransform& transform) const {
145 return !operator==(transform);
278 bool operator==(const LayerRect& rect) const {
282 bool operator!=(const LayerRect& rect) const {
283 return !operator==(rect);
/hardware/qcom/sdm845/display/sdm/include/private/
Dhw_info_types.h244 bool operator !=(const HWSplitInfo &split_info) {
248 bool operator ==(const HWSplitInfo &split_info) {
249 return !(operator !=(split_info));
309 bool operator !=(const HWPanelInfo &panel_info) {
327 bool operator ==(const HWPanelInfo &panel_info) {
328 return !(operator !=(panel_info));
341 bool operator==(const HWSessionConfig& config) const {
351 bool operator!=(const HWSessionConfig& config) const {
352 return !operator==(config);
571 bool operator !=(const HWDisplayAttributes &display_attributes) {
[all …]
/hardware/interfaces/keymaster/4.0/vts/functional/
DKeymasterHidlTest.h32 ::std::ostream& operator<<(::std::ostream& os, const AuthorizationSet& set);
51 HidlBuf& operator=(const super& other) {
52 super::operator=(other);
56 HidlBuf& operator=(super&& other) {
57 super::operator=(std::move(other));
62 HidlBuf& operator=(const HidlBuf& other) {
63 super::operator=(other);
67 HidlBuf& operator=(HidlBuf&& other) {
68 super::operator=(std::move(other));
69 other.super::operator=({});
[all …]

123456789