Home
last modified time | relevance | path

Searched refs:HDF_CONFIG_DIR (Results 1 - 14 of 14) sorted by relevance

/drivers/peripheral/audio/hal/pathselect/include/
H A 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/hdf_core/adapter/khdf/liteos/
H A Dhdf_driver.mk31 HDF_CONFIG_DIR = $(or $(LOCAL_HCS_ROOT),.) macro
44 $(CONFIG_GEN_HEX_SRC): $(CONFIG_OUT_DIR)/%_hex.c: $(HDF_CONFIG_DIR)/%.hcs | $(HC_GEN) $(dir $(CONFIG_GEN_HEX_SRC))
48 $(CONFIG_GEN_SRCS): $(CONFIG_OUT_DIR)/%.c: $(HDF_CONFIG_DIR)/%.hcs | $(HC_GEN) $(dir $(CONFIG_GEN_SRCS))
52 $(DEPENDS_CONFIG_SRCS): $(CONFIG_OUT_DIR)/%.c: $(HDF_CONFIG_DIR)/%.hcs | $(HC_GEN) $(dir $(DEPENDS_CONFIG_SRCS))
/drivers/peripheral/audio/test/fuzztest/audio_config_fuzzer/pathselectconfig_fuzzer/
H A 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/
H A 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/
H A Daudiocardconfig_fuzzer.cpp33 char tmpfile[] = HDF_CONFIG_DIR"/alsa_adapter.json"; in DoSomethingInterestingWithMyAPI()
/drivers/hdf_core/adapter/uhdf2/shared/src/
H A Dhcb_config_entry.c26 #define HOST_CONFIG_PATH HDF_CONFIG_DIR
/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/src/
H A Dalgo_plugin_manager.cpp21 #define IPP_ALGO_PATH HDF_CONFIG_DIR"/ipp_algo_config.hcb"
/drivers/peripheral/codec/utils/src/
H A Dcodec_hcb_util.c22 #define HOST_CONFIG_PATH HDF_CONFIG_DIR
/drivers/peripheral/camera/hdi_service/v1_0/include/
H A Dcamera_host_service.h30 #define CONFIG_PATH_NAME HDF_CONFIG_DIR"/camera_host_config.hcb"
/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Ddevmgr_uevent.c318 int ret = sprintf_s(path, PATH_MAX - 1, "%s/hdf_pnp.cfg", HDF_CONFIG_DIR); in DevMgrUeventParseConfig()
329 if (strncmp(resolvedPath, HDF_CONFIG_DIR, strlen(HDF_CONFIG_DIR)) != 0) { in DevMgrUeventParseConfig()
/drivers/peripheral/camera/vdi_base/v4l2/src/camera_host/
H A Dcamera_host_config.cpp23 const std::string CONFIG_PATH_NAME = HDF_CONFIG_DIR"/camera_host_config.hcb";
/drivers/peripheral/audio/effect/model/src/
H A Deffect_model.c25 #define AUDIO_EFFECT_PLAFORM_CONFIG HDF_CONFIG_DIR"/audio_effect.json"
/drivers/peripheral/audio/hdi_service/primary_impl/src/
H A Daudio_adapter_info_common.c29 #define AUDIO_ADAPTER_CONFIG HDF_CONFIG_DIR "/audio_adapter.json"
/drivers/peripheral/audio/supportlibs/alsa_adapter/src/
H A Dalsa_soundcard.c22 #define ALSA_CARD_CONFIG_FILE HDF_CONFIG_DIR "/alsa_adapter.json"

Completed in 13 milliseconds