Home
last modified time | relevance | path

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

/external/toybox/toys/example/
Dtest_scankey.c44 key = scan_key_getsize(scratch, -1*!!t[0], &width, &height); in test_scankey_main()
51 while (0<(key = scan_key_getsize(scratch, 0, &width, &height))) in test_scankey_main()
/external/toybox/lib/
Dinterestingtimes.c66 int scan_key_getsize(char *scratch, int miliwait, unsigned *xx, unsigned *yy) in scan_key_getsize() function
Dlib.h232 int scan_key_getsize(char *scratch, int miliwait, unsigned *xx, unsigned *yy);
/external/toybox/toys/posix/
Dps.c1359 i = scan_key_getsize(scratch, timeout-now, &TT.width, &TT.height); in top_common()
1367 if (i==27) while (0<scan_key_getsize(scratch, 0, &TT.width, &TT.height)); in top_common()