Home
last modified time | relevance | path

Searched refs:uiCommand (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecFeatureAction.java302 protected final void sendUserControlPressedAndReleased(int targetAddress, int uiCommand) { in sendUserControlPressedAndReleased() argument
303 mSource.sendUserControlPressedAndReleased(targetAddress, uiCommand); in sendUserControlPressedAndReleased()
DHdmiCecMessageBuilder.java517 static HdmiCecMessage buildUserControlPressed(int src, int dest, int uiCommand) { in buildUserControlPressed() argument
518 return buildUserControlPressed(src, dest, new byte[] { (byte) (uiCommand & 0xFF) }); in buildUserControlPressed()
DHdmiCecMessageValidator.java1161 int uiCommand = params[0]; in isValid() local
1162 switch (uiCommand) { in isValid()