Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:HDF_CONFIG_DIR
(Results
1 - 14
of
14
) sorted by relevance
/drivers/peripheral/audio/hal/pathselect/include/
H
A
D
audio_pathselect.h
27
#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
D
hdf_driver.mk
31
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
D
pathselectconfig_fuzzer.cpp
34
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
D
hdf_base.h
113
#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
D
audiocardconfig_fuzzer.cpp
33
char tmpfile[] =
HDF_CONFIG_DIR
"/alsa_adapter.json";
in DoSomethingInterestingWithMyAPI()
/drivers/hdf_core/adapter/uhdf2/shared/src/
H
A
D
hcb_config_entry.c
26
#define HOST_CONFIG_PATH
HDF_CONFIG_DIR
/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/src/
H
A
D
algo_plugin_manager.cpp
21
#define IPP_ALGO_PATH
HDF_CONFIG_DIR
"/ipp_algo_config.hcb"
/drivers/peripheral/codec/utils/src/
H
A
D
codec_hcb_util.c
22
#define HOST_CONFIG_PATH
HDF_CONFIG_DIR
/drivers/peripheral/camera/hdi_service/v1_0/include/
H
A
D
camera_host_service.h
30
#define CONFIG_PATH_NAME
HDF_CONFIG_DIR
"/camera_host_config.hcb"
/drivers/hdf_core/adapter/uhdf2/manager/src/
H
A
D
devmgr_uevent.c
318
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
D
camera_host_config.cpp
23
const std::string CONFIG_PATH_NAME =
HDF_CONFIG_DIR
"/camera_host_config.hcb";
/drivers/peripheral/audio/effect/model/src/
H
A
D
effect_model.c
25
#define AUDIO_EFFECT_PLAFORM_CONFIG
HDF_CONFIG_DIR
"/audio_effect.json"
/drivers/peripheral/audio/hdi_service/primary_impl/src/
H
A
D
audio_adapter_info_common.c
29
#define AUDIO_ADAPTER_CONFIG
HDF_CONFIG_DIR
"/audio_adapter.json"
/drivers/peripheral/audio/supportlibs/alsa_adapter/src/
H
A
D
alsa_soundcard.c
22
#define ALSA_CARD_CONFIG_FILE
HDF_CONFIG_DIR
"/alsa_adapter.json"
Completed in 13 milliseconds