Searched refs:operator (Results 1 - 25 of 76) sorted by relevance

1234

/hardware/interfaces/keymaster/3.0/vts/functional/
H A 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/interfaces/drm/1.0/vts/functional/
H A Dshared_library.h29 bool operator!() const;
37 void operator=(const SharedLibrary&) = delete;
H A Dvendor_modules.h65 void operator=(const VendorModules&) = delete;
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
H A DTriState.h43 // operator overloading
44 explicit operator T () const {
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
[all...]
H A 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);
H A DHidReport.h34 friend std::ostream& operator<<(std::ostream& os, const HidReport& h);
98 std::ostream& operator<<(std::ostream& os, const HidReport& h);
H A DHidTree.h29 friend std::ostream& operator<<(std::ostream& os, const HidTreeNode& n);
99 std::ostream& operator<<(std::ostream& os, const HidTreeNode& n);
/hardware/qcom/display/msm8996/sdm/include/core/
H A 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/qcom/display/msm8998/sdm/include/core/
H A Dlayer_stack.h137 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/libhardware/tests/input/evdev/
H A DTestHelpers.h50 TempFile& operator=(const TempFile&) = delete;
71 TempDir& operator=(const TempDir&) = delete;
/hardware/qcom/display/msm8998/gpu_tonemapper/
H A DEGLImageWrapper.h34 void operator()(int& ion_cookie, EGLImageBuffer*& eglImage);
/hardware/libhardware/modules/input/evdev/
H A DInputHost.h65 operator input_report_t*() const { return mReport; }
68 InputReport& operator=(const InputReport& rhs) = delete;
86 operator input_report_definition_t*() { return mReportDefinition; }
89 InputReportDefinition& operator=(const InputReportDefinition& rhs) = delete;
103 operator input_device_definition_t*() { return mDeviceDefinition; }
106 InputDeviceDefinition& operator=(const InputDeviceDefinition& rhs) = delete;
121 operator input_property_t*() { return mProperty; }
124 InputProperty& operator=(const InputProperty& rhs) = delete;
139 operator input_property_map_t*() { return mMap; }
142 InputPropertyMap& operator
[all...]
/hardware/qcom/display/msm8996/sdm/include/private/
H A 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 !
[all...]
/hardware/qcom/display/msm8998/sdm/include/private/
H A 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);
491 bool operator !
[all...]
/hardware/qcom/display/msm8998/libdrmutils/
H A DAndroid.mk10 LOCAL_CFLAGS := -DLOG_TAG=\"DRMUTILS\" -Wall -std=c++11 -Werror -fno-operator-names
/hardware/interfaces/audio/2.0/vts/functional/utility/
H A DReturnIn.h31 void operator() (Results&&...results) {
/hardware/interfaces/bluetooth/1.0/default/
H A Dasync_fd_watcher.h44 AsyncFdWatcher& operator=(const AsyncFdWatcher&) = delete;
/hardware/qcom/gps/msm8998/android/location_api/
H A DGnssMeasurementAPIClient.h54 GnssMeasurementAPIClient& operator=(const GnssMeasurementAPIClient&) = delete;
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DVehiclePropertyStore.h58 bool operator==(const RecordId& other) const;
59 bool operator<(const RecordId& other) const;
H A DConcurrentQueue.h77 ConcurrentQueue &operator=(const ConcurrentQueue &) = delete;
101 BatchingConsumer &operator=(const BatchingConsumer &) = delete;
/hardware/libhardware/modules/sensors/dynamic_sensor/
H A DHidRawDevice.h58 size_t operator()(const ReportTypeIdPair& v) const {
78 void operator=(const HidRawDevice &) = delete;
/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderDef.h180 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
[all...]
/hardware/qcom/gps/msm8998/core/
H A DLocAdapterBase.h44 inline bool operator <(LocationSessionKey const& left, LocationSessionKey const& right) {
47 inline bool operator ==(LocationSessionKey const& left, LocationSessionKey const& right) {
50 inline bool operator !=(LocationSessionKey const& left, LocationSessionKey const& right) {
/hardware/interfaces/camera/common/1.0/default/include/
H A DCameraMetadata.h56 CameraMetadata &operator=(const CameraMetadata &other);
57 CameraMetadata &operator=(const camera_metadata_t *buffer);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/inc/
H A Dvidc_vendor_extensions.h201 VendorExtensionStore& operator= (const VendorExtensionStore&) = delete;
206 const VendorExtension& operator[] (OMX_U32 index) const {

Completed in 602 milliseconds

1234