/device/soc/rockchip/common/hardware/display/src/display_device/ |
H A D | hdi_display.cpp | 33 auto iter = mIdSets.find(mIdleId); in GetIdleId() 67 auto iter = mLayersMap.find(layerId); in SetLayerZorder() 69 DISPLAY_LOGE("can not find the layer %{public}d", layerId)); in SetLayerZorder() 117 auto iter = mLayersMap.find(layerId); in CloseLayer() 119 DISPLAY_LOGE("can not find the layer id %{public}d", layerId)); in CloseLayer() 215 auto iter = mLayersMap.find(id); in GetHdiLayer() 217 DISPLAY_LOGE("can not find the layer %{public}d", id)); in GetHdiLayer()
|
H A D | hdi_session.h | 40 auto iter = mHdiDisplays.find(devId); in CallDisplayFunction() 42 DISPLAY_LOGE("can not find display %{public}d", devId)); in CallDisplayFunction() 54 auto iter = mHdiDisplays.find(devId); in CallLayerFunction() 56 DISPLAY_LOGE("can not find display %{public}d", devId)); in CallLayerFunction() 60 DISPLAY_LOGE("can not find the layer %{public}d", layerId)); in CallLayerFunction()
|
/device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
H A D | hdi_display.cpp | 33 auto iter = mIdSets.find(mIdleId); in GetIdleId() 68 auto iter = mLayersMap.find(layerId); in SetLayerZorder() 70 DISPLAY_LOGE("can not find the layer %{public}d", layerId)); in SetLayerZorder() 118 auto iter = mLayersMap.find(layerId); in CloseLayer() 120 DISPLAY_LOGE("can not find the layer id %{public}d", layerId)); in CloseLayer() 215 auto iter = mLayersMap.find(id); in GetHdiLayer() 216 DISPLAY_CHK_RETURN((iter == mLayersMap.end()), nullptr, DISPLAY_LOGE("can not find the layer %{public}d", id)); in GetHdiLayer()
|
H A D | hdi_session.h | 39 auto iter = mHdiDisplays.find(devId); in CallDisplayFunction() 41 DISPLAY_LOGE("can not find display %{public}d", devId)); in CallDisplayFunction() 51 auto iter = mHdiDisplays.find(devId); in CallLayerFunction() 53 DISPLAY_LOGE("can not find display %{public}d", devId)); in CallLayerFunction() 57 DISPLAY_LOGE("can not find the layer %{public}d", layerId)); in CallLayerFunction()
|
/device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
H A D | hdi_display.cpp | 33 auto iter = mIdSets.find(mIdleId); in GetIdleId() 68 auto iter = mLayersMap.find(layerId); in SetLayerZorder() 70 DISPLAY_LOGE("can not find the layer %{public}d", layerId)); in SetLayerZorder() 117 auto iter = mLayersMap.find(layerId); in DestroyLayer() 119 DISPLAY_LOGE("can not find the layer id %{public}d", layerId)); in DestroyLayer() 214 auto iter = mLayersMap.find(id); in GetHdiLayer() 215 DISPLAY_CHK_RETURN((iter == mLayersMap.end()), nullptr, DISPLAY_LOGE("can not find the layer %{public}d", id)); in GetHdiLayer()
|
H A D | hdi_session.h | 41 auto iter = mHdiDisplays.find(devId); in CallDisplayFunction() 43 DISPLAY_LOGE("can not find display %{public}d", devId)); in CallDisplayFunction() 53 auto iter = mHdiDisplays.find(devId); in CallLayerFunction() 55 DISPLAY_LOGE("can not find display %{public}d", devId)); in CallLayerFunction() 59 DISPLAY_LOGE("can not find the layer %{public}d", layerId)); in CallLayerFunction()
|
/device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
H A D | hdi_display.cpp | 33 auto iter = mIdSets.find(mIdleId); in GetIdleId() 68 auto iter = mLayersMap.find(layerId); in SetLayerZorder() 70 DISPLAY_LOGE("can not find the layer %{public}d", layerId)); in SetLayerZorder() 117 auto iter = mLayersMap.find(layerId); in DestroyLayer() 119 DISPLAY_LOGE("can not find the layer id %{public}d", layerId)); in DestroyLayer() 218 auto iter = mLayersMap.find(id); in GetHdiLayer() 219 DISPLAY_CHK_RETURN((iter == mLayersMap.end()), nullptr, DISPLAY_LOGE("can not find the layer %{public}d", id)); in GetHdiLayer()
|
H A D | hdi_session.h | 43 auto iter = mHdiDisplays.find(devId); in CallDisplayFunction() 45 DISPLAY_LOGE("can not find display %{public}d", devId)); in CallDisplayFunction() 56 auto iter = mHdiDisplays.find(devId); in CallLayerFunction() 58 DISPLAY_LOGE("can not find display %{public}d", devId)); in CallLayerFunction() 62 DISPLAY_LOGE("can not find the layer %{public}d", layerId)); in CallLayerFunction()
|
/device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
H A D | hdi_display.cpp | 33 auto iter = mIdSets.find(mIdleId);
in GetIdleId() 68 auto iter = mLayersMap.find(layerId);
in SetLayerZorder() 70 DISPLAY_LOGE("can not find the layer %{public}d", layerId));
in SetLayerZorder() 118 auto iter = mLayersMap.find(layerId);
in DestroyLayer() 120 DISPLAY_LOGE("can not find the layer id %{public}d", layerId));
in DestroyLayer() 215 auto iter = mLayersMap.find(id);
in GetHdiLayer() 216 DISPLAY_CHK_RETURN((iter == mLayersMap.end()), nullptr, DISPLAY_LOGE("can not find the layer %{public}d", id));
in GetHdiLayer()
|
H A D | hdi_session.h | 41 auto iter = mHdiDisplays.find(devId);
in CallDisplayFunction() 43 DISPLAY_LOGE("can not find display %{public}d", devId));
in CallDisplayFunction() 53 auto iter = mHdiDisplays.find(devId);
in CallLayerFunction() 55 DISPLAY_LOGE("can not find display %{public}d", devId));
in CallLayerFunction() 59 DISPLAY_LOGE("can not find the layer %{public}d", layerId));
in CallLayerFunction()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/based/mkp/src/ |
H A D | cmpi_mod.c | 63 hi_bool find = HI_FALSE; in cmpi_get_module_func_by_id() local 67 find = HI_TRUE; in cmpi_get_module_func_by_id() 72 return (find == HI_TRUE) ? tmp->export_funcs : NULL; in cmpi_get_module_func_by_id()
|
/device/soc/hisilicon/common/hal/display/source/display_device/src/core/ |
H A D | hdi_session.h | 38 auto iter = mHdiDisplays.find(devId);
in CallDisplayFunction() 40 DISPLAY_LOGE("can not find display %{public}d", devId));
in CallDisplayFunction() 50 auto iter = mHdiDisplays.find(devId);
in CallLayerFunction() 52 DISPLAY_LOGE("can not find display %{public}d", devId));
in CallLayerFunction() 56 DISPLAY_LOGE("can not find the layer %{public}d", layerId));
in CallLayerFunction()
|
H A D | hdi_display.cpp | 33 auto iter = mIdSets.find(mIdleId);
in GetIdleId() 68 auto iter = mLayersMap.find(layerId);
in SetLayerZorder() 70 DISPLAY_LOGE("can not find the layer %{public}d", layerId));
in SetLayerZorder() 120 auto iter = mLayersMap.find(layerId);
in CloseLayer() 122 DISPLAY_LOGE("can not find the layer id %{public}d", layerId));
in CloseLayer() 222 auto iter = mLayersMap.find(id);
in GetHdiLayer() 223 DISPLAY_CHK_RETURN((iter == mLayersMap.end()), nullptr, DISPLAY_LOGE("can not find the layer %{public}d", id));
in GetHdiLayer()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_irq/kernel/ |
H A D | Makefile | 70 @for x in `find ../../init/$(OSTYPE) -name "*irq_init.o.cmd"`;do rm -rf $$x;done 71 @for x in `find ../../init/$(OSTYPE) -name "*irq_init.o*"`;do rm -rf $$x;done
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_ir/ |
H A D | Makefile | 72 @for x in `find ../init/$(OSTYPE) -name "*ir_init.o.cmd"`;do rm -rf $$x;done 73 @for x in `find ../init/$(OSTYPE) -name "*ir_init.o*"`;do rm -rf $$x;done
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_adc/ |
H A D | Makefile | 70 @for x in `find ../init/$(OSTYPE) -name "*adc_init.o.cmd"`;do rm -rf $$x;done 71 @for x in `find ../init/$(OSTYPE) -name "*adc_init.o*"`;do rm -rf $$x;done
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/wtdg/ |
H A D | Makefile | 72 @for x in `find ../init/$(OSTYPE) -name "*wtdg_init.o.cmd"`;do rm -rf $$x;done 73 @for x in `find ../init/$(OSTYPE) -name "*wtdg_init.o*"`;do rm -rf $$x;done
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
H A D | Makefile | 60 @for x in `find . -name "*.mod.c"`;do rm -rf $$x;done 61 @for x in `find . -name "*.cmd"`;do rm -rf $$x;done
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
H A D | hi_config_parser.py | 89 if option.find('HiSilicon menuconfig tool') > 0: 91 if option.find('#', 1) >= 0:
|
/device/soc/rockchip/rk2206/hardware/ |
H A D | build.py | 77 if src.find(chip) >= 0 and chip != self.chip: 79 if src.find(chip.upper()) >= 0 and chip != self.chip:
|
/device/soc/hisilicon/common/hal/display/source/display_device/src/composer/ |
H A D | hdi_video_composition.cpp | 68 if (layerMaps_.find(hdiLayer.GetId()) != layerMaps_.end()) {
in GetVoLayerId() 178 if (formats.find(static_cast<PixelFormat>(hdiLayer.GetCurrentBuffer()->GetFormat())) == formats.end()) {
in CanHandle()
|
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/ |
H A D | Makefile | 100 DRIVERDIR := $(shell find $(BASEDIR)/kernel/drivers/net/ethernet -name realtek -type d) 102 DRIVERDIR := $(shell find $(BASEDIR)/kernel/drivers/net -name realtek -type d)
|
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ |
H A D | Makefile | 43 find . -name "*.bin" -exec rm -rf {} \;
|
/device/soc/hisilicon/common/hal/display/source/utils/src/ |
H A D | id_generator.cpp | 35 while (usedIds_.find(nextId_) != usedIds_.end()) { in GetNext()
|
/device/soc/hisilicon/common/hal/display/source/display_device/src/drm/ |
H A D | drm_connector.cpp | 78 // find dpms prop
in Init() 84 // find the crtcid
in Init() 90 // find the brightness
in Init() 182 auto encoderIter = encoders.find(encoderId);
in TryPickEncoder() 184 DISPLAY_LOGW("can not find encoder for id : %{public}d", encoderId);
in TryPickEncoder() 260 auto iter = mModes.find(id);
in GetModeFromId() 271 auto iter = mModes.find(id);
in GetModeBlockFromId()
|