Searched refs:getVolumeGroupForAttributes (Results 1 – 7 of 7) sorted by relevance
90 volume_group_t getVolumeGroupForAttributes(const audio_attributes_t &attr) const;151 volume_group_t getVolumeGroupForAttributes(const audio_attributes_t &attr) const;
83 volume_group_t getVolumeGroupForAttributes(const audio_attributes_t &attr) const override;
212 volume_group_t volGr = mProductStrategies.getVolumeGroupForAttributes(attr); in getVolumeCurvesForAttributes()256 volume_group_t EngineBase::getVolumeGroupForAttributes(const audio_attributes_t &attr) const in getVolumeGroupForAttributes() function in android::audio_policy::EngineBase258 return mProductStrategies.getVolumeGroupForAttributes(attr); in getVolumeGroupForAttributes()
114 volume_group_t ProductStrategy::getVolumeGroupForAttributes(const audio_attributes_t &attr) const in getVolumeGroupForAttributes() function in android::ProductStrategy265 volume_group_t ProductStrategyMap::getVolumeGroupForAttributes(const audio_attributes_t &attr) const in getVolumeGroupForAttributes() function in android::ProductStrategyMap268 volume_group_t group = iter.second->getVolumeGroupForAttributes(attr); in getVolumeGroupForAttributes()
275 virtual volume_group_t getVolumeGroupForAttributes(const audio_attributes_t &attr) const = 0;
306 volumeGroup = mEngine->getVolumeGroupForAttributes(aa.getAttributes()); in getVolumeGroupFromAudioAttributes()372 return toVolumeSource(mEngine->getVolumeGroupForAttributes(attributes)); in toVolumeSource()
2471 auto group = mEngine->getVolumeGroupForAttributes(attributes); in setVolumeIndexForAttributes()