Searched refs:uiCommand (Results 1 – 3 of 3) sorted by relevance
302 protected final void sendUserControlPressedAndReleased(int targetAddress, int uiCommand) { in sendUserControlPressedAndReleased() argument303 mSource.sendUserControlPressedAndReleased(targetAddress, uiCommand); in sendUserControlPressedAndReleased()
517 static HdmiCecMessage buildUserControlPressed(int src, int dest, int uiCommand) { in buildUserControlPressed() argument518 return buildUserControlPressed(src, dest, new byte[] { (byte) (uiCommand & 0xFF) }); in buildUserControlPressed()
1161 int uiCommand = params[0]; in isValid() local1162 switch (uiCommand) { in isValid()