HomeSort by relevance Sort by last modified time
    Searched refs:evtest (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/site_tests/hardware_Keyboard/src/
Makefile 5 TARGET = evtest
6 SRC = evtest.c
  /external/walt/pywalt/pywalt/
walt.py 25 evtest log file: /tmp/WALT_2016_06_23__1714_51_evtest.log
31 Note, before running this script, check that evtest can grab the device.
342 print('evtest log file: ' + evtest_file_name)
352 # Fire up the evtest process
353 cmd = 'evtest %s > %s' % (args.input, evtest_file_name)
354 evtest = subprocess.Popen(cmd, shell=True)
376 # Send SIGTERM to evtest process
377 evtest.terminate()
532 # Fire up the evtest process
533 cmd = 'evtest ' + args.inpu
    [all...]

Completed in 351 milliseconds