Searched refs:StreamTypeVector (Results 1 – 14 of 14) sorted by relevance
/aosp12/frameworks/av/media/libaudioclient/include/media/ |
H A D | AudioVolumeGroup.h | 36 const StreamTypeVector &streams) : in AudioVolumeGroup() 42 StreamTypeVector getStreamTypes() const { return mStreams; } in getStreamTypes() 51 StreamTypeVector mStreams;
|
H A D | AudioCommonTypes.h | 30 using StreamTypeVector = std::vector<audio_stream_type_t>; variable
|
/aosp12/frameworks/av/services/audiopolicy/common/include/ |
H A D | policy.h | 26 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 D | VolumeCurve.h | 180 StreamTypeVector getStreamTypes() const override { return mStreams; } in getStreamTypes() 192 StreamTypeVector mStreams; /**< Keep it for legacy. */
|
H A D | VolumeGroup.h | 45 StreamTypeVector getStreamTypes() const { return mGroupVolumeCurves.getStreamTypes(); } in getStreamTypes()
|
H A D | ProductStrategy.h | 64 StreamTypeVector getSupportedStreams() const;
|
H A D | EngineBase.h | 62 StreamTypeVector getStreamTypesForProductStrategy(product_strategy_t ps) const override;
|
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
H A D | AudioOutputDescriptor.h | 162 VolumeSource volumeSource, const StreamTypeVector &streams, 356 VolumeSource volumeSource, const StreamTypeVector &streams, 441 VolumeSource volumeSource, const StreamTypeVector &streams,
|
/aosp12/frameworks/av/media/libaudioclient/ |
H A D | AudioVolumeGroup.cpp | 71 VALUE_OR_RETURN(convertContainer<StreamTypeVector>( in aidl2legacy_AudioVolumeGroup()
|
/aosp12/frameworks/av/services/audiopolicy/engine/common/src/ |
H A D | ProductStrategy.cpp | 104 StreamTypeVector ProductStrategy::getSupportedStreams() const in getSupportedStreams() 106 StreamTypeVector streams; in getSupportedStreams()
|
H A D | EngineBase.cpp | 262 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 D | AudioOutputDescriptor.cpp | 160 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 D | EngineInterface.h | 205 virtual StreamTypeVector getStreamTypesForProductStrategy(product_strategy_t ps) const = 0;
|
/aosp12/frameworks/av/services/audiopolicy/managerdefault/ |
H A D | AudioPolicyManager.cpp | 6073 StreamTypeVector streams = mEngine->getStreamTypesForProductStrategy(productStrategy); in getNewOutputDevices()
|