Searched refs:getAttributesForStreamType (Results 1 – 9 of 9) sorted by relevance
87 audio_attributes_t getAttributesForStreamType(audio_stream_type_t stream) const;129 audio_attributes_t getAttributesForStreamType(audio_stream_type_t stream) const;
63 audio_attributes_t getAttributesForStreamType(audio_stream_type_t stream) const override;
78 audio_attributes_t ProductStrategy::getAttributesForStreamType(audio_stream_type_t streamType) const in getAttributesForStreamType() function in android::ProductStrategy166 audio_attributes_t ProductStrategyMap::getAttributesForStreamType(audio_stream_type_t stream) const in getAttributesForStreamType() function in android::ProductStrategyMap171 return strategy->getAttributesForStreamType(stream); in getAttributesForStreamType()
99 audio_attributes_t EngineBase::getAttributesForStreamType(audio_stream_type_t stream) const in getAttributesForStreamType() function in android::audio_policy::EngineBase101 return mProductStrategies.getAttributesForStreamType(stream); in getAttributesForStreamType()
215 virtual audio_attributes_t getAttributesForStreamType(audio_stream_type_t stream) const = 0;
445 auto attributes = EngineBase::getAttributesForStreamType(stream); in getOutputDevicesForStream()
872 auto attributes = getAttributesForStreamType(stream); in getOutputDevicesForStream()
200 auto attributes = mEngine->getAttributesForStreamType(stream); in streamToStrategy()
809 const auto aa = mEngine->getAttributesForStreamType(AUDIO_STREAM_VOICE_CALL); in connectTelephonyRxAudioSource()844 const auto aa = mEngine->getAttributesForStreamType(AUDIO_STREAM_VOICE_CALL); in connectTelephonyTxAudioSource()1181 *dstAttr = mEngine->getAttributesForStreamType(srcStream); in getAudioAttributes()3386 audio_attributes_t attributesToDriveAbs = mEngine->getAttributesForStreamType(streamToDriveAbs); in setDeviceAbsoluteVolumeEnabled()3424 auto attributes = mEngine->getAttributesForStreamType(stream); in setStreamVolumeIndex()6470 mEngine->getAttributesForStreamType(AUDIO_STREAM_VOICE_CALL)); in initialize()