Searched refs:getAttributesForStreamType (Results 1 – 9 of 9) sorted by relevance
87 audio_attributes_t getAttributesForStreamType(audio_stream_type_t stream) const;131 audio_attributes_t getAttributesForStreamType(audio_stream_type_t stream) const;
61 audio_attributes_t getAttributesForStreamType(audio_stream_type_t stream) const override;
81 audio_attributes_t ProductStrategy::getAttributesForStreamType(audio_stream_type_t streamType) const in getAttributesForStreamType() function in android::ProductStrategy174 audio_attributes_t ProductStrategyMap::getAttributesForStreamType(audio_stream_type_t stream) const in getAttributesForStreamType() function in android::ProductStrategyMap179 return strategy->getAttributesForStreamType(stream); in getAttributesForStreamType()
76 audio_attributes_t EngineBase::getAttributesForStreamType(audio_stream_type_t stream) const in getAttributesForStreamType() function in android::audio_policy::EngineBase78 return mProductStrategies.getAttributesForStreamType(stream); in getAttributesForStreamType()
190 virtual audio_attributes_t getAttributesForStreamType(audio_stream_type_t stream) const = 0;
293 auto attributes = EngineBase::getAttributesForStreamType(stream); in getOutputDevicesForStream()
722 auto attributes = getAttributesForStreamType(stream); in getOutputDevicesForStream()
189 auto attributes = mEngine->getAttributesForStreamType(stream); in streamToStrategy()
917 *dstAttr = mEngine->getAttributesForStreamType(srcStream); in getAudioAttributes()2448 auto attributes = mEngine->getAttributesForStreamType(stream); in setStreamVolumeIndex()