Home
last modified time | relevance | path

Searched refs:find (Results 1 - 25 of 66) sorted by relevance

123

/device/soc/rockchip/common/hardware/display/src/display_device/
H A Dhdi_display.cpp33 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 Dhdi_session.h40 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 Dhdi_display.cpp33 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 Dhdi_session.h39 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 Dhdi_display.cpp33 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 Dhdi_session.h41 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 Dhdi_display.cpp33 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 Dhdi_session.h43 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 Dhdi_display.cpp33 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 Dhdi_session.h41 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 Dcmpi_mod.c63 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 Dhdi_session.h38 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 Dhdi_display.cpp33 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 DMakefile70 @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 DMakefile72 @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 DMakefile70 @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 DMakefile72 @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 DMakefile60 @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 Dhi_config_parser.py89 if option.find('HiSilicon menuconfig tool') > 0:
91 if option.find('#', 1) >= 0:
/device/soc/rockchip/rk2206/hardware/
H A Dbuild.py77 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 Dhdi_video_composition.cpp68 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 DMakefile100 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 DMakefile43 find . -name "*.bin" -exec rm -rf {} \;
/device/soc/hisilicon/common/hal/display/source/utils/src/
H A Did_generator.cpp35 while (usedIds_.find(nextId_) != usedIds_.end()) { in GetNext()
/device/soc/hisilicon/common/hal/display/source/display_device/src/drm/
H A Ddrm_connector.cpp78 // 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()

Completed in 8 milliseconds

123