HomeSort by relevance Sort by last modified time
    Searched refs:evdev (Results 1 - 9 of 9) 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.
  /hardware/libhardware/tests/input/evdev/
Android.mk 4 LOCAL_C_INCLUDES += hardware/libhardware/modules/input/evdev
  /hardware/libhardware/modules/input/evdev/
Android.mk 17 # Evdev module implementation
46 LOCAL_MODULE := input.evdev.default
InputHub.cpp 159 ALOGE("could not open evdev device %s. err=%d", path.c_str(), errno);
177 ALOGE("could not open evdev device %s: failed to read properties. errno=%d",
437 // 2) EVIOCSSUSPENDBLOCK: introduced into the Android kernel's evdev
445 // requires an fd from an evdev node, which cannot be done in the InputHub
447 // whether (2) is true once we have an evdev fd (and we're not in (1)).
  /external/autotest/client/cros/audio/
audio_helper.py 174 # TODO(hychao): Check hp/mic jack status dynamically from evdev. And
176 for evdev in glob('/dev/input/event*'):
177 device = InputDevice(evdev)
190 for evdev in glob('/dev/input/event*'):
191 device = InputDevice(evdev)
    [all...]
  /external/strace/
Makefile 186 am__libmpers_m32_a_SOURCES_DIST = block.c btrfs.c dirent.c evdev.c \
197 libmpers_m32_a-evdev.$(OBJEXT) \
228 am__libmpers_mx32_a_SOURCES_DIST = block.c btrfs.c dirent.c evdev.c \
240 libmpers_mx32_a-evdev.$(OBJEXT) \
288 defs.h desc.c dirent.c dirent64.c dm.c empty.h epoll.c evdev.c \
330 strace-evdev.$(OBJEXT) strace-eventfd.$(OBJEXT) \
    [all...]
Android.mk 64 evdev.c \

Completed in 323 milliseconds