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()
110 static final int MESSAGE_USER_CONTROL_PRESSED = 0x44; field in Constants
137 addHandler(Constants.MESSAGE_USER_CONTROL_PRESSED, mUserControlProcessedHandler); in HdmiCecStandbyModeHandler()
169 case Constants.MESSAGE_USER_CONTROL_PRESSED: in opcodeToString()
310 case Constants.MESSAGE_USER_CONTROL_PRESSED: in onMessage()596 return message.getOpcode() == Constants.MESSAGE_USER_CONTROL_PRESSED in isPowerOnOrToggleCommand()604 return message.getOpcode() == Constants.MESSAGE_USER_CONTROL_PRESSED in isPowerOffOrToggleCommand()
159 addValidationInfo(Constants.MESSAGE_USER_CONTROL_PRESSED, in HdmiCecMessageValidator()
529 return buildCommand(src, dest, Constants.MESSAGE_USER_CONTROL_PRESSED, commandParam); in buildUserControlPressed()