/device/soc/hisilicon/common/hal/display/source/display_device/src/core/ |
D | hdi_layer.h | 67 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/ |
D | hdi_layer.h | 70 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/ |
D | hdi_layer.h | 183 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/ |
D | hdi_layer.h | 183 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/ |
D | hdi_layer.h | 182 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/ |
D | hdi_layer.h | 186 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/ |
D | hdi_layer.h | 186 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/ |
D | hdi_layer.h | 187 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/ |
D | hdi_layer.h | 207 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/ |
D | oal_time.h | 172 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/ |
D | nvs_item_hash_list.hpp | 38 const HashList& operator= (const HashList& rhs);
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/ |
D | osdep_service.c | 1916 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/ |
D | osdep_service.h | 403 sysptime rtw_sptime_sub(const sysptime lhs, const sysptime rhs); 404 sysptime rtw_sptime_add(const sysptime lhs, const sysptime rhs);
|