Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/engine/config/include/
H A DEngineConfig.h73 using ValuePair = std::pair<uint32_t, std::string>; variable
74 using ValuePairs = std::vector<ValuePair>;
/aosp12/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/include/
H A DParameterManagerWrapper.h38 using ValuePair = std::pair<uint32_t, std::string>; variable
39 using ValuePairs = std::vector<ValuePair>;
/aosp12/hardware/interfaces/audio/policy/1.0/xml/pfw_schemas/api/
H A Dcurrent.txt182 …method public java.util.List<audio.policy.configurable.V1_0.EnumParameterType.ValuePair> getValueP…
186 public static class EnumParameterType.ValuePair {
187 ctor public EnumParameterType.ValuePair();
/aosp12/frameworks/av/services/audiopolicy/engine/config/src/
H A DEngineConfig.cpp76 struct ValueTraits : public BaseSerializerTraits<ValuePair, ValuePairs> {