Searched refs:CONFIG_PATH_NAME (Results 1 – 3 of 3) sorted by relevance
21 const std::string CONFIG_PATH_NAME = HDF_ETC_DIR"/camera/camera_host_config.hcb"; variable23 const std::string CONFIG_PATH_NAME = HDF_CONFIG_DIR"/camera_host_config.hcb";60 std::unique_ptr<HcsDeal> hcsDeal = std::make_unique<HcsDeal>(CONFIG_PATH_NAME); in ReadConfigFile()62 CAMERA_LOGE("make HcsDeal failed. [pathname = %{public}s]", CONFIG_PATH_NAME.c_str()); in ReadConfigFile()68 CAMERA_LOGE("hcs deal init failed. [pathname = %{public}s]", CONFIG_PATH_NAME.c_str()); in ReadConfigFile()74 … CAMERA_LOGE("config camera id not found. [pathname = %{public}s]", CONFIG_PATH_NAME.c_str()); in ReadConfigFile()80 … CAMERA_LOGE("config camera ability not found. [pathname = %{public}s]", CONFIG_PATH_NAME.c_str()); in ReadConfigFile()
28 #define CONFIG_PATH_NAME HDF_CHIP_PROD_CONFIG_DIR"/camera_host_config.hcb" macro30 #define CONFIG_PATH_NAME HDF_CONFIG_DIR"/camera_host_config.hcb"
49 SetHcsBlobPath(CONFIG_PATH_NAME); in GetVdiLibList()