Home
last modified time | relevance | path

Searched refs:DEFAULT_PATH (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/audiopolicy/engine/config/include/
DEngineConfig.h32 constexpr char DEFAULT_PATH[] = "/vendor/etc/audio_policy_engine_configuration.xml"; variable
112 ParsingResult parse(const char* path = DEFAULT_PATH);
/frameworks/native/cmds/surfacereplayer/replayer/
DReplayer.h45 const auto DEFAULT_PATH = "/data/local/tmp/SurfaceTrace.dat"; variable
/frameworks/av/services/audiopolicy/engine/common/src/
DEngineBase.cpp160 auto result = fileExists(engineConfig::DEFAULT_PATH) ? in loadAudioPolicyEngineConfig()
161 engineConfig::parse(engineConfig::DEFAULT_PATH) : engineConfig::ParsingResult{}; in loadAudioPolicyEngineConfig()
/frameworks/av/services/audiopolicy/engine/config/src/
DEngineConfig.cpp660 if (strncmp(path, DEFAULT_PATH, strlen(DEFAULT_PATH))) { in parse()