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

  /external/autotest/client/cros/faft/utils/
firmware_check_keys.py 19 for evdev in glob.glob("/dev/input/event*"):
20 device = InputDevice(evdev)
22 print 'keyboard device %s' % evdev
  /external/autotest/client/bin/input/
input_event_player.py 8 # Class for injecting input events to linux 'evdev' input devices.
25 """ Linux evdev input event player.
27 An "evdev" input event player injects a stream of "input events" to kernel
28 evdev driver. With this player, we could easily playback an input event file
82 for evdev in glob.glob('/dev/input/event*'):
83 device = InputDevice(evdev)
input_device.py 8 # Class for handling linux 'evdev' input devices.
61 Linux evdev input event
102 Linux evdev input device
104 A linux kernel "evdev" device sends a stream of "input events".
120 The evdev protocol is stateful. Input events are only sent when the values
314 # Sync with evdev kernel driver for the specified code c.
  /external/libxkbcommon/xkbcommon/test/data/
sync.sh 42 keycodes/evdev \
66 rules/evdev \
  /external/autotest/client/cros/audio/
audio_helper.py 178 # TODO(hychao): Check hp/mic jack status dynamically from evdev. And
180 for evdev in glob('/dev/input/event*'):
181 device = InputDevice(evdev)
194 for evdev in glob('/dev/input/event*'):
195 device = InputDevice(evdev)
    [all...]
  /hardware/libhardware/modules/input/evdev/
InputHub.cpp 145 ALOGE("could not open evdev device %s. err=%d", path.c_str(), errno);
163 ALOGE("could not open evdev device %s: failed to read properties. errno=%d",
423 // 2) EVIOCSSUSPENDBLOCK: introduced into the Android kernel's evdev
431 // requires an fd from an evdev node, which cannot be done in the InputHub
433 // whether (2) is true once we have an evdev fd (and we're not in (1)).

Completed in 231 milliseconds