Searched defs:volumeProfile (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
H A DStream.h33 uint32_t volumeProfile; /**< applicable strategy for this stream. */ member in struct:Stream::Applicable
/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;

Completed in 114 milliseconds