Searched refs:mApplicableStrategy (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
H A DStream.cpp35 mApplicableStrategy(mDefaultApplicableStrategy)
45 blackboardWrite(&mApplicableStrategy, sizeof(mApplicableStrategy));
53 mApplicableStrategy = applicableStrategy;
55 static_cast<routing_strategy>(mApplicableStrategy));
H A DUsage.cpp35 mApplicableStrategy(mDefaultApplicableStrategy)
45 blackboardWrite(&mApplicableStrategy, sizeof(mApplicableStrategy));
53 mApplicableStrategy = applicableStrategy;
55 static_cast<routing_strategy>(mApplicableStrategy));
H A DStream.h47 uint32_t mApplicableStrategy; /**< applicable strategy for this stream. */ member in class:Stream
H A DUsage.h47 uint32_t mApplicableStrategy; /**< applicable strategy for this usage. */ member in class:Usage
/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DUsage.cpp43 mApplicableStrategy = strategy;
50 ALOGD("%s: %d for Usage %s", __FUNCTION__, mApplicableStrategy, getName().c_str());
51 return mApplicableStrategy;
H A DUsage.h36 mApplicableStrategy(STRATEGY_MEDIA)
80 routing_strategy mApplicableStrategy; /**< Applicable strategy for this usage. */ member in class:android::audio_policy::Element
H A DStream.h43 mApplicableStrategy(STRATEGY_MEDIA),
96 routing_strategy mApplicableStrategy; /**< Applicable strategy for this stream. */ member in class:android::audio_policy::Element
H A DStream.cpp53 mApplicableStrategy = strategy;
61 ALOGV("%s: 0x%X for Stream %s", __FUNCTION__, mApplicableStrategy, getName().c_str());
62 return mApplicableStrategy;

Completed in 559 milliseconds