Home
last modified time | relevance | path

Searched refs:once (Results 1 - 21 of 21) sorted by relevance

/device/soc/hisilicon/common/hal/display/source/display_device/src/vsync/
H A Dsorft_vsync.cpp37 static std::once_flag once; in GetInstance() local
38 std::call_once(once, [&]() { in GetInstance()
/device/soc/hisilicon/common/hal/display/source/display_device/src/drm/
H A Ddrm_vsync_worker.cpp40 static std::once_flag once; in GetInstance() local
41 std::call_once(once, [&]() { in GetInstance()
/device/soc/hisilicon/common/hal/display/source/utils/src/
H A Ddisplay_adapter.cpp26 static std::once_flag once; in GetInstance() local
27 std::call_once(once, [&]() { in GetInstance()
/device/soc/rockchip/common/hardware/display/src/display_device/
H A Ddrm_vsync_worker.cpp42 static std::once_flag once; in GetInstance() local
43 std::call_once(once, [&]() { in GetInstance()
H A Dhdi_session.cpp30 static std::once_flag once; in GetInstance() local
31 std::call_once(once, [&]() { instance.Init(); }); in GetInstance()
/device/soc/rockchip/rk3399/hardware/display/src/display_device/
H A Ddrm_vsync_worker.cpp40 static std::once_flag once; in GetInstance() local
41 std::call_once(once, [&]() { in GetInstance()
H A Dhdi_session.cpp30 static std::once_flag once; in GetInstance() local
31 std::call_once(once, [&]() { instance.Init(); }); in GetInstance()
/device/soc/rockchip/rk3566/hardware/display/src/display_device/
H A Ddrm_vsync_worker.cpp40 static std::once_flag once; in GetInstance() local
41 std::call_once(once, [&]() { in GetInstance()
H A Dhdi_session.cpp33 static std::once_flag once; in GetInstance() local
34 std::call_once(once, [&]() { instance.Init(); }); in GetInstance()
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
H A Ddrm_vsync_worker.cpp40 static std::once_flag once; in GetInstance() local
41 std::call_once(once, [&]() { in GetInstance()
H A Dhdi_session.cpp33 static std::once_flag once; in GetInstance() local
34 std::call_once(once, [&]() { instance.Init(); }); in GetInstance()
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H A Ddrm_vsync_worker.cpp40 static std::once_flag once; in GetInstance() local
41 std::call_once(once, [&]() { in GetInstance()
H A Dhdi_session.cpp33 static std::once_flag once; in GetInstance() local
34 std::call_once(once, [&]() { instance.Init(); }); in GetInstance()
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/make_scripts/
H A Dconfig.mk61 CCFLAGS := -mabi=ilp32 -march=rv32imc -falign-functions=2 -msave-restore -fno-optimize-strlen -freorder-blocks-algorithm=simple -fno-schedule-insns -fno-inline-small-functions -fno-inline-functions-called-once -mtune=size -fno-strict-aliasing -msmall-data-limit=0 -nostdinc -fno-aggressive-loop-optimizations -fno-builtin -std=c99 -Os -ffunction-sections -fdata-sections -fno-exceptions -fno-short-enums -fno-common -Wall -Wundef -DLOS_COMPILE_LDM -fstack-protector-strong -freg-struct-return -fvisibility=hidden -pipe
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/make_scripts/
H A Dconfig.mk61 CCFLAGS := -mabi=ilp32 -march=rv32imc -falign-functions=2 -msave-restore -fno-optimize-strlen -freorder-blocks-algorithm=simple -fno-schedule-insns -fno-inline-small-functions -fno-inline-functions-called-once -mtune=size -fno-strict-aliasing -msmall-data-limit=0 -nostdinc -fno-aggressive-loop-optimizations -fno-builtin -std=c99 -Os -ffunction-sections -fdata-sections -fno-exceptions -fno-short-enums -fno-common -Wall -Wundef -DLOS_COMPILE_LDM -fstack-protector-strong -freg-struct-return -fvisibility=hidden -pipe
/device/soc/hisilicon/common/hal/display/source/display_device/src/core/
H A Dhdi_session.cpp29 static std::once_flag once; in GetInstance() local
30 std::call_once(once, [&]() { instance.Init(); }); in GetInstance()
/device/soc/rockchip/rk3568/hardware/omx_il/osal/
H A DRockchip_OSAL_SharedMemory.c218 static RK_U32 once = 1; in mpp_rt_get_mmap64() local
220 if (once) { in mpp_rt_get_mmap64()
227 once = 0; in mpp_rt_get_mmap64()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/
H A Dhi_types_base.h62 #pragma once
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_types_base.h55 # pragma once
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/
H A Dsample_comm_venc.c1635 static int once = 0; in SAMPLE_COMM_VENC_GetVencStreamProc() local
1636 if (once == 0) { in SAMPLE_COMM_VENC_GetVencStreamProc()
1638 once = 1; in SAMPLE_COMM_VENC_GetVencStreamProc()
/device/soc/rockchip/common/sdk_linux/
H A DMakefile158 # once after the Makefile is read. We need to invoke sub-make.
716 # The syncconfig should be executed only once to make all the targets.
897 KBUILD_CFLAGS += $(call cc-option, -fno-inline-functions-called-once)
1194 # (this can be evaluated only once include/config/auto.conf has been included)
1447 # A module can be listed more than once in obj-m resulting in

Completed in 23 milliseconds