Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
DEndToEndNativeInputTest.cpp429 char *buf1, *buf2, *bufDisplayId; in injectTapOnDisplay() local
432 asprintf(&bufDisplayId, "%d", displayId.val()); in injectTapOnDisplay()
434 execlp("input", "input", "-d", bufDisplayId, "tap", buf1, buf2, NULL); in injectTapOnDisplay()
443 char *buf1, *bufDisplayId; in injectKeyOnDisplay() local
445 asprintf(&bufDisplayId, "%d", displayId.val()); in injectKeyOnDisplay()
447 execlp("input", "input", "-d", bufDisplayId, "keyevent", buf1, NULL); in injectKeyOnDisplay()