Home
last modified time | relevance | path

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

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DHdmiCecClientWrapper.java356 public void sendUserControlPressAndRelease(LogicalAddress source, int keycode, boolean holdKey) in sendUserControlPressAndRelease() argument
358 sendUserControlPressAndRelease(source, targetDevice, keycode, holdKey); in sendUserControlPressAndRelease()
366 LogicalAddress source, LogicalAddress destination, int keycode, boolean holdKey) in sendUserControlPressAndRelease() argument
368 sendUserControlPress(source, destination, keycode, holdKey); in sendUserControlPressAndRelease()
417 LogicalAddress source, LogicalAddress destination, int keycode, boolean holdKey) in sendUserControlPress() argument
424 if (holdKey) { in sendUserControlPress()
455 boolean holdKey) in sendUserControlInterruptedPressAndHold() argument
457 sendUserControlPress(source, destination, firstKeycode, holdKey); in sendUserControlInterruptedPressAndHold()