Home
last modified time | relevance | path

Searched refs:rhs (Results 1 - 7 of 7) sorted by relevance

/device/soc/hisilicon/common/hal/display/source/display_device/src/core/
H A 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/rockchip/common/hardware/display/src/display_device/
H A 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/rk3399/hardware/display/src/display_device/
H A 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/rk3566/hardware/display/src/display_device/
H A 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/rk3568/hardware/display/src/display_device/
H A 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/rk3588/hardware/display/src/display_device/
H A 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/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A 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()

Completed in 4 milliseconds