Home
last modified time | relevance | path

Searched refs:HDF_CONFIG_DIR (Results 1 – 15 of 15) sorted by relevance

/drivers/hdf_core/adapter/khdf/liteos/
Dhdf_driver.mk31 HDF_CONFIG_DIR = $(or $(LOCAL_HCS_ROOT),.)
44 $(CONFIG_GEN_HEX_SRC): $(CONFIG_OUT_DIR)/%_hex.c: $(HDF_CONFIG_DIR)/%.hcs | $(HC_GEN) $(dir $(CONFI…
48 $(CONFIG_GEN_SRCS): $(CONFIG_OUT_DIR)/%.c: $(HDF_CONFIG_DIR)/%.hcs | $(HC_GEN) $(dir $(CONFIG_GEN_S…
52 $(DEPENDS_CONFIG_SRCS): $(CONFIG_OUT_DIR)/%.c: $(HDF_CONFIG_DIR)/%.hcs | $(HC_GEN) $(dir $(DEPENDS_…
/drivers/peripheral/audio/hal/pathselect/include/
Daudio_pathselect.h27 #define CJSONFILE_CONFIG_PATH HDF_CONFIG_DIR"/alsa_paths.json"
29 #define CJSONFILE_CONFIG_PATH HDF_CONFIG_DIR"/audio_paths.json"
/drivers/peripheral/audio/test/fuzztest/audio_config_fuzzer/pathselectconfig_fuzzer/
Dpathselectconfig_fuzzer.cpp34 char tmpfile[] = HDF_CONFIG_DIR"/alsa_paths.json"; in DoSomethingInterestingWithMyAPI()
36 char tmpfile[] = HDF_CONFIG_DIR"/audio_paths.json"; in DoSomethingInterestingWithMyAPI()
/drivers/hdf_core/interfaces/inner_api/utils/
Dhdf_base.h113 #define HDF_CONFIG_DIR "/etc" macro
147 #define HDF_CONFIG_DIR "/vendor/etc/hdfconfig" macro
/drivers/peripheral/audio/test/fuzztest/audio_config_fuzzer/audiocardconfig_fuzzer/
Daudiocardconfig_fuzzer.cpp33 char tmpfile[] = HDF_CONFIG_DIR"/alsa_adapter.json"; in DoSomethingInterestingWithMyAPI()
/drivers/peripheral/codec/utils/src/
Dcodec_hcb_util.c22 #define HOST_CONFIG_PATH HDF_CONFIG_DIR
/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/src/
Dalgo_plugin_manager.cpp21 #define IPP_ALGO_PATH HDF_CONFIG_DIR"/ipp_algo_config.hcb"
/drivers/hdf_core/adapter/uhdf2/shared/src/
Dhcb_config_entry.c26 #define HOST_CONFIG_PATH HDF_CONFIG_DIR
/drivers/peripheral/camera/hdi_service/v1_0/include/
Dcamera_host_service.h27 #define CONFIG_PATH_NAME HDF_CONFIG_DIR"/camera_host_config.hcb"
/drivers/hdf_core/adapter/uhdf2/manager/src/
Ddevmgr_uevent.c296 int ret = sprintf_s(path, PATH_MAX - 1, "%s/hdf_pnp.cfg", HDF_CONFIG_DIR); in DevMgrUeventParseConfig()
307 if (strncmp(resolvedPath, HDF_CONFIG_DIR, strlen(HDF_CONFIG_DIR)) != 0) { in DevMgrUeventParseConfig()
/drivers/peripheral/codec/hal/passthrough/src/
Dcodec_component_manager.c28 #define CONFIG_PATH_NAME HDF_CONFIG_DIR"/codec_adapter_capabilities.hcb"
/drivers/peripheral/camera/vdi_base/v4l2/src/camera_host/
Dcamera_host_config.cpp23 const std::string CONFIG_PATH_NAME = HDF_CONFIG_DIR"/camera_host_config.hcb";
/drivers/peripheral/audio/effect/model/src/
Deffect_model.c22 #define AUDIO_EFFECT_CONFIG HDF_CONFIG_DIR"/audio_effect.json"
/drivers/peripheral/audio/hdi_service/primary_impl/src/
Daudio_adapter_info_common.c29 #define AUDIO_ADAPTER_CONFIG HDF_CONFIG_DIR "/audio_adapter.json"
/drivers/peripheral/audio/supportlibs/alsa_adapter/src/
Dalsa_lib_common.c32 #define ALSA_CARD_CONFIG_FILE HDF_CONFIG_DIR "/alsa_adapter.json"