Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dui.c150 extern int NotifyTouch(int action, int x, int y);
414 NotifyTouch(TOUCH_HOLD, x, y); in input_thread()
422 NotifyTouch(TOUCH_REPEAT, x, y); in input_thread()
462 NotifyTouch(TOUCH_RELEASE, x, y); in input_thread()
478 NotifyTouch(TOUCH_START, x, y); in input_thread()
494 NotifyTouch(TOUCH_DRAG, x, y); in input_thread()
H A Dtouch_test.c75 int NotifyTouch(int action, int x, int y) in NotifyTouch() function