Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/include/media/
DAudioVolumeGroup.h36 const StreamTypeVector &streams) : in AudioVolumeGroup()
42 StreamTypeVector getStreamTypes() const { return mStreams; } in getStreamTypes()
51 StreamTypeVector mStreams;
DAudioCommonTypes.h96 using StreamTypeVector = std::vector<audio_stream_type_t>;
/frameworks/av/services/audiopolicy/common/include/
Dpolicy.h27 using StreamTypeVector = std::vector<audio_stream_type_t>; variable
197 static inline bool hasStream(const android::StreamTypeVector &streams, in hasStream()
208 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.h58 StreamTypeVector getSupportedStreams() const;
DEngineBase.h65 StreamTypeVector getStreamTypesForProductStrategy(product_strategy_t ps) const override;
/frameworks/av/media/libaudioclient/
DAudioVolumeGroup.cpp69 VALUE_OR_RETURN(convertContainer<StreamTypeVector>( in aidl2legacy_AudioVolumeGroup()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioOutputDescriptor.h166 VolumeSource volumeSource, const StreamTypeVector &streams,
397 void setSwMute(bool muted, VolumeSource vs, const StreamTypeVector &streams,
401 VolumeSource volumeSource, const StreamTypeVector &streams,
517 VolumeSource volumeSource, const StreamTypeVector &streams,
/frameworks/av/services/audiopolicy/engine/common/src/
DProductStrategy.cpp92 StreamTypeVector ProductStrategy::getSupportedStreams() const in getSupportedStreams()
94 StreamTypeVector streams; in getSupportedStreams()
DEngineBase.cpp310 StreamTypeVector EngineBase::getStreamTypesForProductStrategy(product_strategy_t ps) const in getStreamTypesForProductStrategy()
315 StreamTypeVector(AUDIO_STREAM_MUSIC); in getStreamTypesForProductStrategy()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioOutputDescriptor.cpp163 const StreamTypeVector &/*streams*/, in setVolume() argument
497 bool muted, VolumeSource vs, const StreamTypeVector &streamTypes, in setSwMute()
518 VolumeSource vs, const StreamTypeVector &streamTypes, in setVolume()
524 StreamTypeVector streams = streamTypes; in setVolume()
834 VolumeSource volumeSource, const StreamTypeVector &streams, in setVolume()
/frameworks/av/services/audiopolicy/engine/interface/
DEngineInterface.h223 virtual StreamTypeVector getStreamTypesForProductStrategy(product_strategy_t ps) const = 0;
/frameworks/av/media/libaudioclient/tests/
Daudioclient_serialization_tests.cpp187 StreamTypeVector svec = avgCopy.getStreamTypes(); in TEST_F()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h1389 void invalidateStreams(StreamTypeVector streams) const;
DAudioPolicyManager.cpp6306 invalidateStreams(StreamTypeVector(streamsToInvalidate.begin(), streamsToInvalidate.end())); in checkVirtualizerClientRoutes()
7498 StreamTypeVector streams = mEngine->getStreamTypesForProductStrategy(productStrategy); in getNewOutputDevices()
8995 void AudioPolicyManager::invalidateStreams(StreamTypeVector streams) const { in invalidateStreams()