Searched defs:cecKeycode (Results 1 – 2 of 2) sorted by relevance
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()
1087 void sendUserControlPressedAndReleased(int targetAddress, int cecKeycode) { in sendUserControlPressedAndReleased()