OSDN Git Service

audioservice: system audio control in master volume mode
authorJinsuk Kim <jinsukkim@google.com>
Fri, 28 Nov 2014 21:27:00 +0000 (06:27 +0900)
committerJinsuk Kim <jinsukkim@google.com>
Mon, 1 Dec 2014 07:17:17 +0000 (07:17 +0000)
commit336cdb488ff0e5ec6709c66f55072d3ad22b82ed
treec83600d89a290a6dda7d3c8a4508e717b9848c4a
parent07b4a291319ec48a272451789ab0fbbf8d55a050
audioservice: system audio control in master volume mode

Volume control in master mode should be transformed to
CEC commands if system audio is activated to delegate
the control to the connected AV receiver.

Refactored to use the interface to CEC service for
both master and stream type volume control.

Bug: 18560079

Change-Id: I2aefdc94a1bc3091c14fab849f899a0dc37c47bc
media/java/android/media/AudioService.java