Home
last modified time | relevance | path

Searched refs:ProductStrategies (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/services/audiopolicy/engine/common/src/
DEngineDefaultConfig.h27 const engineConfig::ProductStrategies gOrderedStrategies = {
142 const engineConfig::ProductStrategies gOrderedSystemStrategies = {
/frameworks/av/services/audiopolicy/engine/config/include/
DEngineConfig.h77 using ProductStrategies = std::vector<ProductStrategy>; variable
102 ProductStrategies productStrategies;
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Car/
DAndroid.bp40 name: "ProductStrategies.xml",
69 "ProductStrategies.xml",
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/CarEmu/
DAndroid.bp41 name: "ProductStrategies.xml",
70 "ProductStrategies.xml",
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Phone/
DAndroid.bp40 name: "ProductStrategies.xml",
69 "ProductStrategies.xml",
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/
DAndroid.bp57 srcs: ["examples/common/Structure/ProductStrategies.xml.in"],
/frameworks/av/services/audiopolicy/engineconfigurable/tools/
DAndroid.bp132 out: ["ProductStrategies.xml"],
/frameworks/av/services/audiopolicy/engine/config/src/
DEngineConfig.cpp172 struct ProductStrategyTraits : public BaseSerializerTraits<ProductStrategy, ProductStrategies> {
836 if (auto conv = convertContainer<engineConfig::ProductStrategies>( in convert()