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

  /frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
InputSource.cpp 38 mPolicyPluginInterface->addInputSource(getFormattedMappingValue(), mId);
Strategy.cpp 41 mPolicyPluginInterface->addStrategy(getFormattedMappingValue(), mId);
Usage.cpp 40 mPolicyPluginInterface->addUsage(getFormattedMappingValue(), mId);
Stream.cpp 35 mPolicyPluginInterface->addStream(getFormattedMappingValue(), mId);
  /external/parameter-framework/upstream/parameter/
FormattedSubsystemObject.h 81 virtual std::string getFormattedMappingValue() const;
SubsystemObject.h 56 virtual std::string getFormattedMappingValue() const;
SubsystemObject.cpp 60 string CSubsystemObject::getFormattedMappingValue() const
Subsystem.cpp 266 return strMappingKey + ":" + pSubsystemObject->getFormattedMappingValue();

Completed in 107 milliseconds