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

12

/hardware/qcom/display/msm8996/sdm/include/core/
H A Dlayer_stack.h124 bool operator==(const LayerTransform& transform) const {
129 bool operator!=(const LayerTransform& transform) const {
130 return !operator==(transform);
227 bool operator==(const LayerRect& rect) const {
231 bool operator!=(const LayerRect& rect) const {
232 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/msm8996/sdm/include/private/
H A Dhw_info_types.h163 bool operator !=(const HWSplitInfo &split_info) {
167 bool operator ==(const HWSplitInfo &split_info) {
168 return !(operator !=(split_info));
202 bool operator !=(const HWPanelInfo &panel_info) {
216 bool operator ==(const HWPanelInfo &panel_info) {
217 return !(operator !=(panel_info));
229 bool operator==(const HWSessionConfig& config) const {
238 bool operator!=(const HWSessionConfig& config) const {
239 return !operator==(config);
357 bool operator !
[all...]
/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/camera/QCamera2/util/
H A DQCameraFlash.h59 QCameraFlash& operator=(const QCameraFlash&);
H A DQCameraBufferMaps.h53 QCameraBufferMaps& operator=(const QCameraBufferMaps& pBufferMaps);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dacm_random.h53 int operator()(int n) {
H A Dregister_state_check.h26 inline bool operator==(const M128A& lhs, const M128A& rhs) {
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraThermalAdapter.h85 QCameraThermalAdapter& operator=(QCameraThermalAdapter const& copy); // not implemented
/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...]
H A DIntelMetadataBuffer.h86 const IntelMetadataBuffer& operator=(const IntelMetadataBuffer& imb);
/hardware/intel/common/libstagefrighthw/
H A DWrsOMXPlugin.h105 WrsOMXPlugin &operator=(const WrsOMXPlugin &);
/hardware/intel/common/utils/media_resource_manager/omx_adaptor/
H A DOMX_adaptor.h102 MRM_OMX_Adaptor& operator=(const MRM_OMX_Adaptor&); // Don't call me
/hardware/qcom/media/msm8974/libstagefrighthw/
H A DQComOMXPlugin.h71 QComOMXPlugin &operator=(const QComOMXPlugin &);
/hardware/qcom/media/msm8996/libstagefrighthw/
H A DQComOMXPlugin.h71 QComOMXPlugin &operator=(const QComOMXPlugin &);
/hardware/ti/omap3/libstagefrighthw/
H A DTIOMXPlugin.h71 TIOMXPlugin &operator=(const TIOMXPlugin &);
/hardware/ti/omap4-aah/libstagefrighthw/
H A DTIOMXPlugin.h71 TIOMXPlugin &operator=(const TIOMXPlugin &);
/hardware/ti/omap4xxx/libstagefrighthw/
H A DTIOMXPlugin.h71 TIOMXPlugin &operator=(const TIOMXPlugin &);
/hardware/intel/img/hwcomposer/merrifield/include/
H A DDisplayPlaneManager.h33 inline bool operator<(const ZOrderLayer& rhs) const {
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
H A DDisplayPlaneManager.h33 inline bool operator<(const ZOrderLayer& rhs) const {
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayUtils.h109 * and assignment operator private
120 const NoCopy& operator=(const NoCopy&);
176 bool operator==(const Dim& d) const {
182 bool operator!=(const Dim& d) const {
183 return !operator==(d);
203 bool operator==(const Whf& whf) const {
207 bool operator!=(const Whf& whf) const {
208 return !operator==(whf);
772 /* like operator= */
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayUtils.h109 * and assignment operator private
120 const NoCopy& operator=(const NoCopy&);
145 bool operator==(const Dim& d) const {
151 bool operator!=(const Dim& d) const {
152 return !operator==(d);
172 bool operator==(const Whf& whf) const {
176 bool operator!=(const Whf& whf) const {
177 return !operator==(whf);
611 /* like operator= */
/hardware/qcom/display/msm8909/liboverlay/
H A DoverlayUtils.h109 * and assignment operator private
120 const NoCopy& operator=(const NoCopy&);
145 bool operator==(const Dim& d) const {
151 bool operator!=(const Dim& d) const {
152 return !operator==(d);
172 bool operator==(const Whf& whf) const {
176 bool operator!=(const Whf& whf) const {
177 return !operator==(whf);
601 /* like operator= */
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayUtils.h106 * and assignment operator private
117 const NoCopy& operator=(const NoCopy&);
172 bool operator==(const Dim& d) const {
178 bool operator!=(const Dim& d) const {
179 return !operator==(d);
199 bool operator==(const Whf& whf) const {
203 bool operator!=(const Whf& whf) const {
204 return !operator==(whf);
774 /* like operator= */
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayUtils.h109 * and assignment operator private
120 const NoCopy& operator=(const NoCopy&);
145 bool operator==(const Dim& d) const {
151 bool operator!=(const Dim& d) const {
152 return !operator==(d);
172 bool operator==(const Whf& whf) const {
176 bool operator!=(const Whf& whf) const {
177 return !operator==(whf);
608 /* like operator= */

Completed in 660 milliseconds

12