Searched refs:getAttributesForStreamType (Results 1 – 9 of 9) sorted by relevance
92 audio_attributes_t getAttributesForStreamType(audio_stream_type_t stream) const;137 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()
92 audio_attributes_t EngineBase::getAttributesForStreamType(audio_stream_type_t stream) const in getAttributesForStreamType() function in android::audio_policy::EngineBase94 return mProductStrategies.getAttributesForStreamType(stream); in getAttributesForStreamType()
197 virtual audio_attributes_t getAttributesForStreamType(audio_stream_type_t stream) const = 0;
308 auto attributes = EngineBase::getAttributesForStreamType(stream); in getOutputDevicesForStream()
713 auto attributes = getAttributesForStreamType(stream); in getOutputDevicesForStream()
191 auto attributes = mEngine->getAttributesForStreamType(stream); in streamToStrategy()
723 const auto aa = mEngine->getAttributesForStreamType(AUDIO_STREAM_VOICE_CALL); in connectTelephonyRxAudioSource()990 *dstAttr = mEngine->getAttributesForStreamType(srcStream); in getAudioAttributes()2714 auto attributes = mEngine->getAttributesForStreamType(stream); in setStreamVolumeIndex()5114 mEngine->getAttributesForStreamType(AUDIO_STREAM_VOICE_CALL)); in initialize()