Searched refs:getStreamTypeForAttributes (Results 1 – 6 of 6) sorted by relevance
88 audio_stream_type_t getStreamTypeForAttributes(const audio_attributes_t &attr) const;133 audio_stream_type_t getStreamTypeForAttributes(const audio_attributes_t &attr) const;
59 audio_stream_type_t getStreamTypeForAttributes(const audio_attributes_t &attr) const override;
72 audio_stream_type_t ProductStrategy::getStreamTypeForAttributes( in getStreamTypeForAttributes() function in android::ProductStrategy187 audio_stream_type_t ProductStrategyMap::getStreamTypeForAttributes( in getStreamTypeForAttributes() function in android::ProductStrategyMap191 audio_stream_type_t stream = iter.second->getStreamTypeForAttributes(attr); in getStreamTypeForAttributes()
71 audio_stream_type_t EngineBase::getStreamTypeForAttributes(const audio_attributes_t &attr) const in getStreamTypeForAttributes() function in android::audio_policy::EngineBase73 return mProductStrategies.getStreamTypeForAttributes(attr); in getStreamTypeForAttributes()
181 virtual audio_stream_type_t getStreamTypeForAttributes(
955 *stream = mEngine->getStreamTypeForAttributes(*resultAttr); in getOutputForAttrInt()3833 mEngine->getStreamTypeForAttributes(*attributes), in startAudioSource()