Searched defs:cecKeycode (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/ |
H A D | HdmiCecKeycode.java | 186 private KeycodeEntry(int androidKeycode, int cecKeycode, boolean isRepeatable, in KeycodeEntry() 195 private KeycodeEntry(int androidKeycode, int cecKeycode, boolean isRepeatable) { in KeycodeEntry() 199 private KeycodeEntry(int androidKeycode, int cecKeycode, byte[] cecParams) { in KeycodeEntry() 203 private KeycodeEntry(int androidKeycode, int cecKeycode) { in KeycodeEntry()
|
H A D | HdmiCecLocalDevice.java | 790 protected int handleUnmappedCecKeycode(int cecKeycode) { in handleUnmappedCecKeycode() 1415 void sendUserControlPressedAndReleased(int targetAddress, int cecKeycode) { in sendUserControlPressedAndReleased() 1418 mDeviceInfo.getLogicalAddress(), targetAddress, cecKeycode)); in sendUserControlPressedAndReleased() local
|