Searched refs:setTuningMode (Results 1 - 9 of 9) sorted by relevance

/external/parameter-framework/tools/xmlGenerator/
H A DdomainGenerator.sh90 parameterExecute setTuningMode on
H A DhostDomainGenerator.sh288 $PFWSendCommand setTuningMode on
H A DdomainGenerator.py289 ok, error = pfw.setTuningMode(True)
/external/parameter-framework/test/test-fixed-point-parameter/
H A DMain.py214 self._instance.setTuningMode(True)
/external/parameter-framework/parameter/
H A DParameterMgrFullConnector.cpp153 bool CParameterMgrFullConnector::setTuningMode(bool bOn, string& strError) function in class:CParameterMgrFullConnector
155 return _pParameterMgr->setTuningMode(bOn, strError);
H A DParameterMgr.cpp150 { "setTuningMode", &CParameterMgr::setTuningModeCommandProcess, 1,
960 if (setTuningMode(true, strResult)) {
966 if (setTuningMode(false, strResult)) {
1869 bool CParameterMgr::setTuningMode(bool bOn, string& strError) function in class:CParameterMgr
H A DParameterMgr.h215 bool setTuningMode(bool bOn, std::string& strError);
/external/parameter-framework/parameter/include/
H A DParameterMgrFullConnector.h145 bool setTuningMode(bool bOn, std::string& strError);
/external/parameter-framework/bindings/python/
H A Dpfw.i105 bool setTuningMode(bool bOn, std::string& strError);

Completed in 402 milliseconds