Searched refs:volumeProfile (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DStream.cpp66 status_t Element<audio_stream_type_t>::set<audio_stream_type_t>(audio_stream_type_t volumeProfile) argument
68 if (volumeProfile >= AUDIO_STREAM_CNT) {
71 mVolumeProfile = volumeProfile;
H A DEngine.h130 const audio_stream_type_t &volumeProfile);
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
H A DStream.cpp47 static_cast<audio_stream_type_t>(params.volumeProfile));
H A DStream.h33 uint32_t volumeProfile; /**< applicable strategy for this stream. */ member in struct:Stream::Applicable
/frameworks/av/services/audiopolicy/engineconfigurable/interface/
H A DAudioPolicyPluginInterface.h114 * @param[in] volumeProfile to follow for the given stream.
119 const audio_stream_type_t &volumeProfile) = 0;

Completed in 702 milliseconds