Searched refs:mApplicableStrategy (Results 1 - 4 of 4) sorted by path

/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DStream.cpp53 mApplicableStrategy = strategy;
61 ALOGV("%s: 0x%X for Stream %s", __FUNCTION__, mApplicableStrategy, getName().c_str());
62 return mApplicableStrategy;
H A DStream.h37 mApplicableStrategy(STRATEGY_MEDIA)
82 routing_strategy mApplicableStrategy; /**< Applicable strategy for this stream. */ member in class:android::audio_policy::Element
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

Completed in 85 milliseconds