Home
last modified time | relevance | path

Searched refs:rhs (Results 1 – 13 of 13) sorted by relevance

/device/soc/hisilicon/common/hal/display/source/display_device/src/core/
Dhdi_layer.h67 HdiLayerBuffer(const HdiLayerBuffer &rhs);
68 HdiLayerBuffer& operator=(const HdiLayerBuffer &rhs);
203 bool operator () (const HdiLayer *lhs, const HdiLayer *rhs) const in operator()
205 if (lhs == nullptr || rhs == nullptr) { in operator()
206 return (lhs == nullptr) && (rhs == nullptr); in operator()
208 return lhs->GetZorder() < rhs->GetZorder(); in operator()
/device/soc/nxp/hardware/display/src/display_device/core/
Dhdi_layer.h70 HdiLayerBuffer(const HdiLayerBuffer &rhs);
71 HdiLayerBuffer& operator=(const HdiLayerBuffer &rhs);
206 bool operator () (const HdiLayer *lhs, const HdiLayer *rhs) const in operator()
208 if (lhs == nullptr || rhs == nullptr) { in operator()
209 return (lhs == nullptr) && (rhs == nullptr); in operator()
211 return lhs->GetZorder() < rhs->GetZorder(); in operator()
/device/soc/rockchip/rk3566/hardware/display/src/display_device/
Dhdi_layer.h183 bool operator () (const HdiLayer *lhs, const HdiLayer *rhs) const in operator()
185 if (lhs == nullptr || rhs == nullptr) { in operator()
186 return (lhs == nullptr) && (rhs == nullptr); in operator()
188 return lhs->GetZorder() < rhs->GetZorder(); in operator()
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
Dhdi_layer.h183 bool operator () (const HdiLayer *lhs, const HdiLayer *rhs) const in operator()
185 if (lhs == nullptr || rhs == nullptr) { in operator()
186 return (lhs == nullptr) && (rhs == nullptr); in operator()
188 return lhs->GetZorder() < rhs->GetZorder(); in operator()
/device/soc/rockchip/rk3399/hardware/display/src/display_device/
Dhdi_layer.h182 bool operator () (const HdiLayer *lhs, const HdiLayer *rhs) const in operator()
184 if (lhs == nullptr || rhs == nullptr) { in operator()
185 return (lhs == nullptr) && (rhs == nullptr); in operator()
187 return lhs->GetZorder() < rhs->GetZorder(); in operator()
/device/soc/rockchip/common/hardware/display/src/display_device/
Dhdi_layer.h186 bool operator()(const HdiLayer *lhs, const HdiLayer *rhs) const in operator()
188 if (lhs == nullptr || rhs == nullptr) { in operator()
189 return (lhs == nullptr) && (rhs == nullptr); in operator()
191 return lhs->GetZorder() < rhs->GetZorder(); in operator()
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
Dhdi_layer.h186 bool operator () (const HdiLayer *lhs, const HdiLayer *rhs) const in operator()
188 if (lhs == nullptr || rhs == nullptr) { in operator()
189 return (lhs == nullptr) && (rhs == nullptr); in operator()
191 return lhs->GetZorder() < rhs->GetZorder(); in operator()
/device/soc/allwinner/t507/hardware/display/src/display_device/
Dhdi_layer.h187 bool operator () (const HdiLayer *lhs, const HdiLayer *rhs) const in operator()
189 if (lhs == nullptr || rhs == nullptr) { in operator()
190 return (lhs == nullptr) && (rhs == nullptr); in operator()
192 return lhs->GetZorder() < rhs->GetZorder(); in operator()
/device/soc/amlogic/a311d/hardware/display/src/display_device/
Dhdi_layer.h207 bool operator () (const HdiLayer *lhs, const HdiLayer *rhs) const in operator()
209 if (lhs == nullptr || rhs == nullptr) { in operator()
210 return (lhs == nullptr) && (rhs == nullptr); in operator()
212 return lhs->GetZorder() < rhs->GetZorder(); in operator()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
Doal_time.h172 static inline oal_time_t_stru oal_ktime_sub(const oal_time_t_stru lhs, const oal_time_t_stru rhs) in oal_ktime_sub() argument
174 return ktime_sub(lhs, rhs); in oal_ktime_sub()
281 static inline oal_time_t_stru oal_ktime_sub(const oal_time_t_stru lhs, const oal_time_t_stru rhs) in oal_ktime_sub() argument
284 res.tv64 = lhs.tv64 - rhs.tv64; in oal_ktime_sub()
/device/soc/esp/esp32/components/nvs_flash/src/
Dnvs_item_hash_list.hpp38 const HashList& operator= (const HashList& rhs);
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/
Dosdep_service.c1916 sysptime rtw_sptime_sub(const sysptime lhs, const sysptime rhs) in rtw_sptime_sub() argument
1919 return ktime_sub(lhs, rhs); in rtw_sptime_sub()
1928 sysptime rtw_sptime_add(const sysptime lhs, const sysptime rhs) in rtw_sptime_add() argument
1931 return ktime_add(lhs, rhs); in rtw_sptime_add()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Dosdep_service.h403 sysptime rtw_sptime_sub(const sysptime lhs, const sysptime rhs);
404 sysptime rtw_sptime_add(const sysptime lhs, const sysptime rhs);