Home | History | Annotate | Download | only in hardware_legacy

Lines Matching refs:volume

40 // The platform specific audio policy manager is in charge of the audio routing and volume control
51 // - process volume control requests: the stream volume is converted from an index value (received from UI) to a float value
123 // volume control functions
126 // initialises stream volume conversion parameters by specifying volume index range.
131 // sets the new stream volume at a level corresponding to the supplied index for the
133 // setting volume for all devices
138 // retrieve current volume index for the specified stream and the
140 // querying the volume of the active device.
228 // set a stream volume for a particular output. For the same user setting, a given stream type can have different volumes
230 virtual status_t setStreamVolume(AudioSystem::stream_type stream, float volume, audio_io_handle_t output, int delayMs = 0) = 0;
245 // set down link audio volume.
246 virtual status_t setVoiceVolume(float volume, int delayMs = 0) = 0;