Home
last modified time | relevance | path

Searched refs:MESSAGE_USER_CONTROL_PRESSED (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/core/java/com/android/server/hdmi/
DVolumeControlAction.java21 import static com.android.server.hdmi.Constants.MESSAGE_USER_CONTROL_PRESSED;
176 if (originalOpcode == MESSAGE_USER_CONTROL_PRESSED) { in handleFeatureAbort()
DHdmiCecMessage.java247 case Constants.MESSAGE_USER_CONTROL_PRESSED: in opcodeToString()
378 return Constants.MESSAGE_USER_CONTROL_PRESSED == opcode; in isUserControlPressedMessage()
DConstants.java114 MESSAGE_USER_CONTROL_PRESSED,
194 static final int MESSAGE_USER_CONTROL_PRESSED = 0x44; field in Constants
DHdmiCecStandbyModeHandler.java100 addHandler(Constants.MESSAGE_USER_CONTROL_PRESSED, mUserControlProcessedHandler); in addCommonHandlers()
DHdmiCecAtomWriter.java94 case Constants.MESSAGE_USER_CONTROL_PRESSED: in createMessageReportedSpecialArgs()
DHdmiCecLocalDevice.java372 case Constants.MESSAGE_USER_CONTROL_PRESSED: in onMessage()
847 return message.getOpcode() == Constants.MESSAGE_USER_CONTROL_PRESSED in isPowerOnOrToggleCommand()
855 return message.getOpcode() == Constants.MESSAGE_USER_CONTROL_PRESSED in isPowerOffOrToggleCommand()
862 return message.getOpcode() == Constants.MESSAGE_USER_CONTROL_PRESSED in isVolumeOrMuteCommand()
DHdmiCecMessageBuilder.java531 src, dest, Constants.MESSAGE_USER_CONTROL_PRESSED, commandParam); in buildUserControlPressed()
DHdmiCecMessageValidator.java252 addValidationInfo(Constants.MESSAGE_USER_CONTROL_PRESSED, in addValidationInfo() argument
/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
DHdmiCecAtomLoggingTest.java231 Constants.MESSAGE_USER_CONTROL_PRESSED, in testMessageReported_writesAtom_userControlPressed()
243 Constants.MESSAGE_USER_CONTROL_PRESSED, in testMessageReported_writesAtom_userControlPressed_noParams()
257 Constants.MESSAGE_USER_CONTROL_PRESSED, in testMessageReported_writesAtom_userControlPressed_noParams()
DHdmiCecLocalDevicePlaybackTest.java2225 mPlaybackLogicalAddress, ADDR_TV, Constants.MESSAGE_USER_CONTROL_PRESSED, in shouldHandleUserControlPressedAndReleased()