HomeSort by relevance Sort by last modified time
    Searched refs:setTuningMode (Results 1 - 9 of 9) sorted by null

  /external/parameter-framework/tools/xmlGenerator/
domainGenerator.sh 90 parameterExecute setTuningMode on
hostDomainGenerator.sh 288 $PFWSendCommand setTuningMode on
domainGenerator.py 289 ok, error = pfw.setTuningMode(True)
  /external/parameter-framework/parameter/
ParameterMgrFullConnector.cpp 153 bool CParameterMgrFullConnector::setTuningMode(bool bOn, string& strError)
155 return _pParameterMgr->setTuningMode(bOn, strError);
ParameterMgr.cpp 150 { "setTuningMode", &CParameterMgr::setTuningModeCommandProcess, 1,
    [all...]
ParameterMgr.h 215 bool setTuningMode(bool bOn, std::string& strError);
    [all...]
  /external/parameter-framework/bindings/python/
pfw.i 105 bool setTuningMode(bool bOn, std::string& strError);
  /external/parameter-framework/parameter/include/
ParameterMgrFullConnector.h 145 bool setTuningMode(bool bOn, std::string& strError);
  /external/parameter-framework/test/test-fixed-point-parameter/
Main.py 214 self._instance.setTuningMode(True)

Completed in 172 milliseconds