Searched refs:MESSAGE_USER_CONTROL_PRESSED (Results 1 – 7 of 7) sorted by relevance
21 import static com.android.server.hdmi.Constants.MESSAGE_USER_CONTROL_PRESSED;177 if (originalOpcode == MESSAGE_USER_CONTROL_PRESSED) { in handleFeatureAbort()
106 static final int MESSAGE_USER_CONTROL_PRESSED = 0x44; field in Constants
146 case Constants.MESSAGE_USER_CONTROL_PRESSED: in opcodeToString()
137 addHandler(Constants.MESSAGE_USER_CONTROL_PRESSED, mUserControlProcessedHandler); in HdmiCecStandbyModeHandler()
281 case Constants.MESSAGE_USER_CONTROL_PRESSED: in onMessage()508 return message.getOpcode() == Constants.MESSAGE_USER_CONTROL_PRESSED in isPowerOnOrToggleCommand()516 return message.getOpcode() == Constants.MESSAGE_USER_CONTROL_PRESSED in isPowerOffOrToggleCommand()
406 return buildCommand(src, dest, Constants.MESSAGE_USER_CONTROL_PRESSED, commandParam); in buildUserControlPressed()
159 addValidationInfo(Constants.MESSAGE_USER_CONTROL_PRESSED, in HdmiCecMessageValidator()