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

  /system/core/toolbox/
sendevent.c 26 #define EVIOCGPHYS(len) _IOC(_IOC_READ, 'E', 0x07, len) /* get physical location */
getevent.c 156 if(ioctl(fd, EVIOCGPHYS(sizeof(location) - 1), &location) < 1) {
powerd.c 29 #define EVIOCGPHYS(len) _IOC(_IOC_READ, 'E', 0x07, len) /* get physical location */
  /system/core/debuggerd/
getevent.c 48 if(ioctl(fd, EVIOCGPHYS(sizeof(location) - 1), &location) < 1) {
  /development/simulator/wrapsim/
DevEvent.c 191 } else if (_IOC_NR(urequest) == _IOC_NR(EVIOCGPHYS(0))) {
  /bionic/libc/kernel/common/linux/
input.h 52 #define EVIOCGPHYS(len) _IOC(_IOC_READ, 'E', 0x07, len)
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
input.h 52 #define EVIOCGPHYS(len) _IOC(_IOC_READ, 'E', 0x07, len)
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
input.h 52 #define EVIOCGPHYS(len) _IOC(_IOC_READ, 'E', 0x07, len)
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
input.h 52 #define EVIOCGPHYS(len) _IOC(_IOC_READ, 'E', 0x07, len)
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
input.h 52 #define EVIOCGPHYS(len) _IOC(_IOC_READ, 'E', 0x07, len)
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
input.h 52 #define EVIOCGPHYS(len) _IOC(_IOC_READ, 'E', 0x07, len)
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
input.h 52 #define EVIOCGPHYS(len) _IOC(_IOC_READ, 'E', 0x07, len)
  /external/kernel-headers/original/linux/
input.h 66 #define EVIOCGPHYS(len) _IOC(_IOC_READ, 'E', 0x07, len) /* get physical location */
  /frameworks/base/libs/ui/
EventHub.cpp 539 if(ioctl(fd, EVIOCGPHYS(sizeof(location) - 1), &location) < 1) {

Completed in 400 milliseconds