Home
last modified time | relevance | path

Searched refs:lhs (Results 1 – 23 of 23) sorted by relevance

/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DTriState.h154 friend TriState<T> operator op(TriState<T> lhs, const TriState<T>& rhs) { \
155 lhs compound_op rhs; \
156 return lhs; \
158 friend TriState<T> operator op(TriState<T> lhs, const T& rhs) { \
159 lhs compound_op rhs; \
160 return lhs; \
162 friend TriState<T> operator op(const T &lhs, const TriState<T>& rhs) { \
163 TriState<T> tmp(lhs); \
178 friend TriState<bool> operator op(const TriState<T>& lhs, const TriState<T>& rhs) { \
179 if (lhs.mIsSet && rhs.mIsSet) { \
[all …]
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
DHwcLayerList.h76 virtual int do_compare(const void* lhs, const void* rhs) const { in do_compare() argument
77 const HwcLayer* l = *(HwcLayer**)lhs; in do_compare()
87 virtual int do_compare(const void* lhs, const void* rhs) const { in do_compare() argument
88 const HwcLayer* l = *(HwcLayer**)lhs; in do_compare()
/hardware/intel/img/hwcomposer/merrifield/common/base/
DHwcLayerList.h75 virtual int do_compare(const void* lhs, const void* rhs) const { in do_compare() argument
76 const HwcLayer* l = *(HwcLayer**)lhs; in do_compare()
86 virtual int do_compare(const void* lhs, const void* rhs) const { in do_compare() argument
87 const HwcLayer* l = *(HwcLayer**)lhs; in do_compare()
/hardware/intel/img/hwcomposer/merrifield/include/
DDisplayPlaneManager.h47 int do_compare(const void* lhs, const void* rhs) const { in do_compare() argument
48 const ZOrderLayer *l = *(ZOrderLayer**)lhs; in do_compare()
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DDisplayPlaneManager.h47 int do_compare(const void* lhs, const void* rhs) const { in do_compare() argument
48 const ZOrderLayer *l = *(ZOrderLayer**)lhs; in do_compare()
/hardware/interfaces/audio/effect/2.0/vts/functional/
DVtsHalAudioEffectV2_0TargetTest.cpp330 inline bool operator==(const AudioBuffer& lhs, const AudioBuffer& rhs) { in operator ==() argument
331 return lhs.id == rhs.id && lhs.frameCount == rhs.frameCount && in operator ==()
332 lhs.data.handle() == nullptr && rhs.data.handle() == nullptr; in operator ==()
335 inline bool operator==(const EffectBufferConfig& lhs, in operator ==() argument
337 return lhs.buffer == rhs.buffer && lhs.samplingRateHz == rhs.samplingRateHz && in operator ==()
338 lhs.channels == rhs.channels && lhs.format == rhs.format && in operator ==()
339 lhs.accessMode == rhs.accessMode && lhs.mask == rhs.mask; in operator ==()
342 inline bool operator==(const EffectConfig& lhs, const EffectConfig& rhs) { in operator ==() argument
343 return lhs.inputCfg == rhs.inputCfg && lhs.outputCfg == rhs.outputCfg; in operator ==()
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_layers.h113 bool operator()(const HWCLayer *lhs, const HWCLayer *rhs) { in operator()
114 return lhs->GetZ() < rhs->GetZ(); in operator()
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_layers.h116 bool operator()(const HWCLayer *lhs, const HWCLayer *rhs) { in operator()
117 return lhs->GetZ() < rhs->GetZ(); in operator()
/hardware/qcom/display/msm8960/libcopybit/
Dcopybit.cpp114 const struct copybit_rect_t *lhs, in intersect() argument
116 out->l = max(lhs->l, rhs->l); in intersect()
117 out->t = max(lhs->t, rhs->t); in intersect()
118 out->r = min(lhs->r, rhs->r); in intersect()
119 out->b = min(lhs->b, rhs->b); in intersect()
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.cpp36 static bool operator==(const hwc_color_t& lhs, const hwc_color_t& rhs) { in operator ==() argument
37 return lhs.r == rhs.r && in operator ==()
38 lhs.g == rhs.g && in operator ==()
39 lhs.b == rhs.b && in operator ==()
40 lhs.a == rhs.a; in operator ==()
43 static bool operator==(const hwc_rect_t& lhs, const hwc_rect_t& rhs) { in operator ==() argument
44 return lhs.left == rhs.left && in operator ==()
45 lhs.top == rhs.top && in operator ==()
46 lhs.right == rhs.right && in operator ==()
47 lhs.bottom == rhs.bottom; in operator ==()
[all …]
Dhwc_utils.cpp1319 bool operator ==(const hwc_rect_t& lhs, const hwc_rect_t& rhs) { in operator ==() argument
1320 if(lhs.left == rhs.left && lhs.top == rhs.top && in operator ==()
1321 lhs.right == rhs.right && lhs.bottom == rhs.bottom ) in operator ==()
Dhwc_utils.h351 bool operator ==(const hwc_rect_t& lhs, const hwc_rect_t& rhs);
DHWC2On1Adapter.h125 bool operator()(const std::shared_ptr<Layer>& lhs,
/hardware/qcom/display/msm8998/libcopybit/
Dcopybit.cpp118 const struct copybit_rect_t *lhs, in intersect() argument
120 out->l = max(lhs->l, rhs->l); in intersect()
121 out->t = max(lhs->t, rhs->t); in intersect()
122 out->r = min(lhs->r, rhs->r); in intersect()
123 out->b = min(lhs->b, rhs->b); in intersect()
/hardware/qcom/display/msm8226/libcopybit/
Dcopybit.cpp116 const struct copybit_rect_t *lhs, in intersect() argument
118 out->l = max(lhs->l, rhs->l); in intersect()
119 out->t = max(lhs->t, rhs->t); in intersect()
120 out->r = min(lhs->r, rhs->r); in intersect()
121 out->b = min(lhs->b, rhs->b); in intersect()
/hardware/qcom/display/msm8909/libcopybit/
Dcopybit.cpp118 const struct copybit_rect_t *lhs, in intersect() argument
120 out->l = max(lhs->l, rhs->l); in intersect()
121 out->t = max(lhs->t, rhs->t); in intersect()
122 out->r = min(lhs->r, rhs->r); in intersect()
123 out->b = min(lhs->b, rhs->b); in intersect()
/hardware/qcom/display/msm8994/libcopybit/
Dcopybit.cpp117 const struct copybit_rect_t *lhs, in intersect() argument
119 out->l = max(lhs->l, rhs->l); in intersect()
120 out->t = max(lhs->t, rhs->t); in intersect()
121 out->r = min(lhs->r, rhs->r); in intersect()
122 out->b = min(lhs->b, rhs->b); in intersect()
/hardware/qcom/display/msm8084/libcopybit/
Dcopybit.cpp116 const struct copybit_rect_t *lhs, in intersect() argument
118 out->l = max(lhs->l, rhs->l); in intersect()
119 out->t = max(lhs->t, rhs->t); in intersect()
120 out->r = min(lhs->r, rhs->r); in intersect()
121 out->b = min(lhs->b, rhs->b); in intersect()
/hardware/qcom/display/msm8996/libcopybit/
Dcopybit.cpp118 const struct copybit_rect_t *lhs, in intersect() argument
120 out->l = max(lhs->l, rhs->l); in intersect()
121 out->t = max(lhs->t, rhs->t); in intersect()
122 out->r = min(lhs->r, rhs->r); in intersect()
123 out->b = min(lhs->b, rhs->b); in intersect()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_utils.cpp1101 bool operator ==(const hwc_rect_t& lhs, const hwc_rect_t& rhs) { in operator ==() argument
1102 if(lhs.left == rhs.left && lhs.top == rhs.top && in operator ==()
1103 lhs.right == rhs.right && lhs.bottom == rhs.bottom ) in operator ==()
Dhwc_utils.h296 bool operator ==(const hwc_rect_t& lhs, const hwc_rect_t& rhs);
/hardware/qcom/display/msm8909/libhwcomposer/
Dhwc_utils.cpp1386 bool operator ==(const hwc_rect_t& lhs, const hwc_rect_t& rhs) { in operator ==() argument
1387 if(lhs.left == rhs.left && lhs.top == rhs.top && in operator ==()
1388 lhs.right == rhs.right && lhs.bottom == rhs.bottom ) in operator ==()
Dhwc_utils.h324 bool operator ==(const hwc_rect_t& lhs, const hwc_rect_t& rhs);