Home
last modified time | relevance | path

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

/system/media/audio_utils/tests/
Dgetch.c44 int getch() in getch() function
63 (void)getch(); /* consume the character */
Dgetch.h18 extern int getch(void);
DREADME.md5 FIXME: getch.[ch] are copied from ../../../../frameworks/wilhelm/tests/sandbox/
DAndroid.bp158 // TODO move getch.c and .h to a utility library
161 "getch.c",
Dfifo_threads.cpp151 int ch = getch(); in main()