Searched refs:getAttributesForStreamType (Results 1 – 9 of 9) sorted by relevance
89 audio_attributes_t getAttributesForStreamType(audio_stream_type_t stream) const;133 audio_attributes_t getAttributesForStreamType(audio_stream_type_t stream) const;
60 audio_attributes_t getAttributesForStreamType(audio_stream_type_t stream) const override;
90 audio_attributes_t ProductStrategy::getAttributesForStreamType(audio_stream_type_t streamType) const in getAttributesForStreamType() function in android::ProductStrategy184 audio_attributes_t ProductStrategyMap::getAttributesForStreamType(audio_stream_type_t stream) const in getAttributesForStreamType() function in android::ProductStrategyMap189 return strategy->getAttributesForStreamType(stream); in getAttributesForStreamType()
87 audio_attributes_t EngineBase::getAttributesForStreamType(audio_stream_type_t stream) const in getAttributesForStreamType() function in android::audio_policy::EngineBase89 return mProductStrategies.getAttributesForStreamType(stream); in getAttributesForStreamType()
190 virtual audio_attributes_t getAttributesForStreamType(audio_stream_type_t stream) const = 0;
308 auto attributes = EngineBase::getAttributesForStreamType(stream); in getOutputDevicesForStream()
676 auto attributes = getAttributesForStreamType(stream); in getOutputDevicesForStream()
188 auto attributes = mEngine->getAttributesForStreamType(stream); in streamToStrategy()
889 *dstAttr = mEngine->getAttributesForStreamType(srcStream); in getAudioAttributes()2444 auto attributes = mEngine->getAttributesForStreamType(stream); in setStreamVolumeIndex()