/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 …]
|
D | HidItem.h | 38 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/ |
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) { 57 ::std::ostream& operator<<(::std::ostream& os, const NullOr<ValueT>& value) { 66 ::std::ostream& operator<<(::std::ostream& os, const hidl_vec<KeyParameter>& set); 67 ::std::ostream& operator<<(::std::ostream& os, const KeyParameter& value); [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/av/codec2/include/ |
D | C2.h | 145 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/ |
D | C2Debug-param.h | 30 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);
|
D | C2Debug-interface.h | 26 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);
|
D | C2InterfaceUtils.h | 242 inline operator C2FieldSupportedValues() const { 411 operator C2FieldSupportedValues() const { 555 operator C2FieldSupportedValues() const { 614 std::ostream& operator<<(std::ostream& os, const C2FieldSupportedValuesHelper<T> &i); 629 C2FieldSupportedValuesHelper& operator=(const C2FieldSupportedValuesHelper &); 638 friend std::ostream& operator<< <T>(std::ostream& os, const C2FieldSupportedValuesHelper<T> &i); 660 operator C2ParamFieldValues() const; 781 C2ParamFieldValuesBuilder& operator=(const C2ParamFieldValuesBuilder &); 834 inline operator bool() const { return empty(); } 886 C2SettingResultsBuilder &operator=(C2SettingResultsBuilder&&) = default; [all …]
|
/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); }; 135 size_t operator()(const V2_0::ProgramInfo& info) const; 139 bool operator()(const V2_0::ProgramInfo& info1, const V2_0::ProgramInfo& info2) const;
|
/hardware/nxp/secure_element/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/libhardware/modules/input/evdev/ |
D | InputHost.h | 65 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/nxp/nfc/halimpl/src/include/ |
D | EseAdaptation.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/qcom/display/msm8996/sdm/include/core/ |
D | layer_stack.h | 107 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/qcom/display/msm8996/sdm/include/private/ |
D | hw_info_types.h | 199 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/msm8998/sdm/include/core/ |
D | layer_stack.h | 137 bool operator==(const LayerTransform& transform) const { 142 bool operator!=(const LayerTransform& transform) const { 143 return !operator==(transform); 275 bool operator==(const LayerRect& rect) const { 279 bool operator!=(const LayerRect& rect) const { 280 return !operator==(rect);
|
/hardware/qcom/display/msm8909w_3100/sdm/include/core/ |
D | layer_stack.h | 137 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/msm8909/sdm/include/core/ |
D | layer_stack.h | 137 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/neuralnetworks/hvxservice/1.0/ |
D | HexagonUtils.h | 94 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/display/msm8998/sdm/include/private/ |
D | hw_info_types.h | 202 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/ |
D | hw_info_types.h | 208 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/ |
D | hw_info_types.h | 209 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/interfaces/broadcastradio/2.0/default/ |
D | VirtualProgram.h | 40 operator ProgramInfo() const; 48 friend bool operator<(const VirtualProgram& lhs, const VirtualProgram& rhs);
|
/hardware/interfaces/drm/1.0/default/include/ |
D | SharedLibrary.h | 34 bool operator!() const; 42 void operator=(const SharedLibrary&) = delete; variable
|
/hardware/intel/common/libmix/videoencoder/ |
D | VideoEncoderDef.h | 180 CirParams &operator=(const CirParams &other) { 193 AirParams &operator=(const AirParams &other) { 207 VideoFrameRate &operator=(const VideoFrameRate &other) { 220 VideoResolution &operator=(const VideoResolution &other) { 244 VideoRateControlParams &operator=(const VideoRateControlParams &other) { 269 SliceNum &operator=(const SliceNum &other) { 292 Cropping &operator=(const Cropping &other) { 307 SamplingAspectRatio &operator=(const SamplingAspectRatio &other) { 354 VideoParamConfigSet &operator=(const VideoParamConfigSet &other) { 389 VideoParamsCommon &operator=(const VideoParamsCommon &other) { [all …]
|
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/ |
D | MiniFence.h | 41 MiniFence& operator=(const MiniFence& rhs) = delete; variable 43 MiniFence& operator=(MiniFence&& rhs) = delete; variable
|