Commit 770062f2 authored by Eric Laurent's avatar Eric Laurent Committed by Android Git Automerger
Browse files

am 37757062: Improvement for issue 3489986: BT SCO volume

* commit '37757062':
  Improvement for issue 3489986: BT SCO volume
parents 89ae703c 37757062
......@@ -245,7 +245,7 @@ protected:
// check that volume change is permitted, compute and send new volume to audio hardware
status_t checkAndSetVolume(int stream, int index, audio_io_handle_t output, uint32_t device, int delayMs = 0, bool force = false);
// apply all stream volumes to the specified output and device
void applyStreamVolumes(audio_io_handle_t output, uint32_t device, int delayMs = 0);
void applyStreamVolumes(audio_io_handle_t output, uint32_t device, int delayMs = 0, bool force = false);
// Mute or unmute all streams handled by the specified strategy on the specified output
void setStrategyMute(routing_strategy strategy, bool on, audio_io_handle_t output, int delayMs = 0);
// Mute or unmute the stream on the specified output
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment