Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/include/media/
DAudioVolumeGroup.h34 const StreamTypeVector &streams) : in AudioVolumeGroup()
40 StreamTypeVector getStreamTypes() const { return mStreams; } in getStreamTypes()
49 StreamTypeVector mStreams;
DAudioCommonTypes.h30 using StreamTypeVector = std::vector<audio_stream_type_t>; variable
/frameworks/av/services/audiopolicy/common/include/
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()
/frameworks/av/services/audiopolicy/engine/common/include/
DVolumeCurve.h180 StreamTypeVector getStreamTypes() const override { return mStreams; } in getStreamTypes()
192 StreamTypeVector mStreams; /**< Keep it for legacy. */
DVolumeGroup.h45 StreamTypeVector getStreamTypes() const { return mGroupVolumeCurves.getStreamTypes(); } in getStreamTypes()
DProductStrategy.h61 StreamTypeVector getSupportedStreams() const;
DEngineBase.h62 StreamTypeVector getStreamTypesForProductStrategy(product_strategy_t ps) const override;
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioOutputDescriptor.h162 VolumeSource volumeSource, const StreamTypeVector &streams,
347 VolumeSource volumeSource, const StreamTypeVector &streams,
421 VolumeSource volumeSource, const StreamTypeVector &streams,
/frameworks/av/services/audiopolicy/engine/common/src/
DProductStrategy.cpp104 StreamTypeVector ProductStrategy::getSupportedStreams() const in getSupportedStreams()
106 StreamTypeVector streams; in getSupportedStreams()
DEngineBase.cpp253 StreamTypeVector EngineBase::getStreamTypesForProductStrategy(product_strategy_t ps) const in getStreamTypesForProductStrategy()
258 StreamTypeVector(AUDIO_STREAM_MUSIC); in getStreamTypesForProductStrategy()
/frameworks/av/services/audiopolicy/engine/interface/
DEngineInterface.h198 virtual StreamTypeVector getStreamTypesForProductStrategy(product_strategy_t ps) const = 0;
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioOutputDescriptor.cpp154 const StreamTypeVector &/*streams*/, in setVolume() argument
411 VolumeSource vs, const StreamTypeVector &streamTypes, in setVolume()
416 StreamTypeVector streams = streamTypes; in setVolume()
653 VolumeSource volumeSource, const StreamTypeVector &streams, in setVolume()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp5293 StreamTypeVector streams = mEngine->getStreamTypesForProductStrategy(productStrategy); in getNewOutputDevices()