Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/test/test-fixed-point-parameter/
DMain.py206 def __init__(self, configPath): argument
207 self._instance = PyPfw.ParameterFramework(configPath)
/external/parameter-framework/upstream/bindings/c/
DParameterFramework.h162 bool pfwStart(PfwHandler *handle, const char *configPath, const PfwCriterion criteria[],
DParameterFramework.cpp224 bool pfwStart(PfwHandler *handle, const char *configPath, const PfwCriterion criteria[], in pfwStart() argument
234 handle->pfw = new CParameterMgrPlatformConnector(configPath); in pfwStart()
/external/sonivox/jet_tools/JetCreator/
DJetUtils.py385 configPath = FileJustPath(configFile) + "/"
386 segOutput = configPath + "Seg_" + segName + ".mid"