Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DParameterMgrFullConnector.cpp75 return _pParameterMgr->tuningModeOn(); in isTuningModeOn()
DElementHandle.cpp206 if (mParameterMgr.tuningModeOn()) { in setAs()
DParameterMgr.cpp887 strResult += tuningModeOn() ? "on" : "off"; in statusCommandProcess()
953 strResult = tuningModeOn() ? "on" : "off"; in getTuningModeCommandProcess()
2114 if (bOn == tuningModeOn()) { in setTuningMode()
2142 bool CParameterMgr::tuningModeOn() const in tuningModeOn() function in CParameterMgr
DParameterMgr.h224 bool tuningModeOn() const;