Home
last modified time | relevance | path

Searched refs:StreamTypeVector (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/av/media/libaudioclient/include/media/
H A DAudioVolumeGroup.h36 const StreamTypeVector &streams) : in AudioVolumeGroup()
42 StreamTypeVector getStreamTypes() const { return mStreams; } in getStreamTypes()
51 StreamTypeVector mStreams;
H A DAudioCommonTypes.h30 using StreamTypeVector = std::vector<audio_stream_type_t>; variable
/aosp12/frameworks/av/services/audiopolicy/common/include/
H A Dpolicy.h26 using StreamTypeVector = std::vector<audio_stream_type_t>; variable
189 static inline bool hasStream(const android::StreamTypeVector &streams, in hasStream()
200 static inline bool hasVoiceStream(const android::StreamTypeVector &streams) in hasVoiceStream()
/aosp12/frameworks/av/services/audiopolicy/engine/common/include/
H A DVolumeCurve.h180 StreamTypeVector getStreamTypes() const override { return mStreams; } in getStreamTypes()
192 StreamTypeVector mStreams; /**< Keep it for legacy. */
H A DVolumeGroup.h45 StreamTypeVector getStreamTypes() const { return mGroupVolumeCurves.getStreamTypes(); } in getStreamTypes()
H A DProductStrategy.h64 StreamTypeVector getSupportedStreams() const;
H A DEngineBase.h62 StreamTypeVector getStreamTypesForProductStrategy(product_strategy_t ps) const override;
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioOutputDescriptor.h162 VolumeSource volumeSource, const StreamTypeVector &streams,
356 VolumeSource volumeSource, const StreamTypeVector &streams,
441 VolumeSource volumeSource, const StreamTypeVector &streams,
/aosp12/frameworks/av/media/libaudioclient/
H A DAudioVolumeGroup.cpp71 VALUE_OR_RETURN(convertContainer<StreamTypeVector>( in aidl2legacy_AudioVolumeGroup()
/aosp12/frameworks/av/services/audiopolicy/engine/common/src/
H A DProductStrategy.cpp104 StreamTypeVector ProductStrategy::getSupportedStreams() const in getSupportedStreams()
106 StreamTypeVector streams; in getSupportedStreams()
H A DEngineBase.cpp262 StreamTypeVector EngineBase::getStreamTypesForProductStrategy(product_strategy_t ps) const in getStreamTypesForProductStrategy()
267 StreamTypeVector(AUDIO_STREAM_MUSIC); in getStreamTypesForProductStrategy()
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioOutputDescriptor.cpp160 const StreamTypeVector &/*streams*/, in setVolume() argument
439 VolumeSource vs, const StreamTypeVector &streamTypes, in setVolume()
444 StreamTypeVector streams = streamTypes; in setVolume()
702 VolumeSource volumeSource, const StreamTypeVector &streams, in setVolume()
/aosp12/frameworks/av/services/audiopolicy/engine/interface/
H A DEngineInterface.h205 virtual StreamTypeVector getStreamTypesForProductStrategy(product_strategy_t ps) const = 0;
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp6073 StreamTypeVector streams = mEngine->getStreamTypesForProductStrategy(productStrategy); in getNewOutputDevices()