Searched refs:getVolumeGroupForAttributes (Results 1 – 7 of 7) sorted by relevance
92 volume_group_t getVolumeGroupForAttributes(const audio_attributes_t &attr) const;153 volume_group_t getVolumeGroupForAttributes(const audio_attributes_t &attr) const;
82 volume_group_t getVolumeGroupForAttributes(const audio_attributes_t &attr) const override;
123 volume_group_t ProductStrategy::getVolumeGroupForAttributes(const audio_attributes_t &attr) const in getVolumeGroupForAttributes() function in android::ProductStrategy275 volume_group_t ProductStrategyMap::getVolumeGroupForAttributes(const audio_attributes_t &attr) const in getVolumeGroupForAttributes() function in android::ProductStrategyMap278 volume_group_t group = iter.second->getVolumeGroupForAttributes(attr); in getVolumeGroupForAttributes()
279 volume_group_t volGr = mProductStrategies.getVolumeGroupForAttributes(attr); in getVolumeCurvesForAttributes()323 volume_group_t EngineBase::getVolumeGroupForAttributes(const audio_attributes_t &attr) const in getVolumeGroupForAttributes() function in android::audio_policy::EngineBase325 return mProductStrategies.getVolumeGroupForAttributes(attr); in getVolumeGroupForAttributes()
275 virtual volume_group_t getVolumeGroupForAttributes(const audio_attributes_t &attr) const = 0;
322 volumeGroup = mEngine->getVolumeGroupForAttributes(aa.getAttributes()); in getVolumeGroupFromAudioAttributes()393 return toVolumeSource(mEngine->getVolumeGroupForAttributes(attributes)); in toVolumeSource()
2524 auto group = mEngine->getVolumeGroupForAttributes(attributes); in setVolumeIndexForAttributes()