Home
last modified time | relevance | path

Searched refs:CEC_KEYCODE_PLAY_FUNCTION (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecKeycode.java105 public static final int CEC_KEYCODE_PLAY_FUNCTION = 0x60; field in HdmiCecKeycode
367 new KeycodeEntry(UNSUPPORTED_KEYCODE, CEC_KEYCODE_PLAY_FUNCTION, false),
565 case CEC_KEYCODE_PLAY_FUNCTION: in getKeycodeType()
DHdmiCecMessageValidator.java1163 case HdmiCecKeycode.CEC_KEYCODE_PLAY_FUNCTION: in isValid()