Searched refs:StreamTypeVector (Results 1 – 13 of 13) sorted by relevance
/frameworks/av/media/libaudioclient/include/media/ |
D | AudioVolumeGroup.h | 34 const StreamTypeVector &streams) : in AudioVolumeGroup() 40 StreamTypeVector getStreamTypes() const { return mStreams; } in getStreamTypes() 49 StreamTypeVector mStreams;
|
D | AudioCommonTypes.h | 30 using StreamTypeVector = std::vector<audio_stream_type_t>; variable
|
/frameworks/av/services/audiopolicy/common/include/ |
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()
|
/frameworks/av/services/audiopolicy/engine/common/include/ |
D | VolumeCurve.h | 180 StreamTypeVector getStreamTypes() const override { return mStreams; } in getStreamTypes() 192 StreamTypeVector mStreams; /**< Keep it for legacy. */
|
D | VolumeGroup.h | 45 StreamTypeVector getStreamTypes() const { return mGroupVolumeCurves.getStreamTypes(); } in getStreamTypes()
|
D | ProductStrategy.h | 61 StreamTypeVector getSupportedStreams() const;
|
D | EngineBase.h | 62 StreamTypeVector getStreamTypesForProductStrategy(product_strategy_t ps) const override;
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | AudioOutputDescriptor.h | 162 VolumeSource volumeSource, const StreamTypeVector &streams, 347 VolumeSource volumeSource, const StreamTypeVector &streams, 421 VolumeSource volumeSource, const StreamTypeVector &streams,
|
/frameworks/av/services/audiopolicy/engine/common/src/ |
D | ProductStrategy.cpp | 104 StreamTypeVector ProductStrategy::getSupportedStreams() const in getSupportedStreams() 106 StreamTypeVector streams; in getSupportedStreams()
|
D | EngineBase.cpp | 253 StreamTypeVector EngineBase::getStreamTypesForProductStrategy(product_strategy_t ps) const in getStreamTypesForProductStrategy() 258 StreamTypeVector(AUDIO_STREAM_MUSIC); in getStreamTypesForProductStrategy()
|
/frameworks/av/services/audiopolicy/engine/interface/ |
D | EngineInterface.h | 198 virtual StreamTypeVector getStreamTypesForProductStrategy(product_strategy_t ps) const = 0;
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | AudioOutputDescriptor.cpp | 154 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/ |
D | AudioPolicyManager.cpp | 5293 StreamTypeVector streams = mEngine->getStreamTypesForProductStrategy(productStrategy); in getNewOutputDevices()
|