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

  /external/parameter-framework/upstream/parameter/include/
SelectionCriterionInterface.h 39 virtual void setCriterionState(int iState) = 0;
  /external/parameter-framework/upstream/parameter/
SelectionCriterion.h 50 virtual void setCriterionState(int iState);
SelectionCriterion.cpp 63 void CSelectionCriterion::setCriterionState(int iState)
  /external/parameter-framework/upstream/test/test-platform/
TestPlatform.cpp 91 commandHandler.addCommandParser("setCriterionState", &CTestPlatform::setCriterionState, 2,
224 CTestPlatform::CommandReturn CTestPlatform::setCriterionState(const IRemoteCommand &remoteCommand,
234 bSuccess = setCriterionState(remoteCommand.getArgument(0), state, strResult);
363 bool CTestPlatform::setCriterionState(const string &strName, uint32_t uiState, string &strResult)
375 pCriterion->setCriterionState(uiState);
441 pCriterion->setCriterionState(iNumericalState);
TestPlatform.h 70 /** Callback to set a criterion's value, see ISelectionCriterionInterface::setCriterionState.
79 CommandReturn setCriterionState(const IRemoteCommand &remoteCommand, std::string &strResult);
147 bool setCriterionState(const std::string &strName, uint32_t uiState, std::string &strResult);
  /frameworks/av/services/audiopolicy/engineconfigurable/wrapper/
ParameterManagerWrapper.cpp 271 criterion->setCriterionState(numericalValue);
346 criterion->setCriterionState((int)(mode));
379 criterion->setCriterionState((int)config);
415 criterion->setCriterionState(inputDevices & ~AUDIO_DEVICE_BIT_IN);
428 criterion->setCriterionState(outputDevices);
  /external/parameter-framework/upstream/bindings/python/
pfw.i 226 virtual void setCriterionState(int iState) = 0;
  /external/parameter-framework/upstream/bindings/c/
ParameterFramework.cpp 267 criterion->setCriterionState(value);

Completed in 625 milliseconds