HomeSort by relevance Sort by last modified time
    Searched refs:cecVolume (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/hdmi/
VolumeControlAction.java 65 * @param cecVolume volume value in cec volume scale. It should be in a range of [0-100]
69 public static int scaleToCustomVolume(int cecVolume, int scale) {
70 return (cecVolume * scale) / MAX_VOLUME;
HdmiCecLocalDeviceTv.java     [all...]

Completed in 69 milliseconds