HomeSort by relevance Sort by last modified time
    Searched defs:_kbhit (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/cloud_print/gcp20/prototype/
conio_posix.cc 26 int _kbhit() { function
  /external/openssl/apps/
s_apps.h 121 #define _kbhit kbhit macro
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
read_device_node.c 34 This _kbhit() function is courtesy of the web
36 int _kbhit(void) function
  /external/openssl/
e_os.h 347 # define _kbhit kbhit macro
445 # define _kbhit kbhit macro
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/
inv_gesture_test.c 151 This _kbhit() function is courtesy of the web
153 int _kbhit(void) function
705 } while (!_kbhit());
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
mpu_iio.c 66 This _kbhit() function is courtesy of the web
68 int _kbhit(void) function
877 while(!_kbhit())

Completed in 172 milliseconds