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

  /hardware/libhardware/modules/input/evdev/
InputHub.cpp 437 // 2) EVIOCSSUSPENDBLOCK: introduced into the Android kernel's evdev
777 #ifndef EVIOCSSUSPENDBLOCK
778 // uapi headers don't include EVIOCSSUSPENDBLOCK, and future kernels
781 #define EVIOCSSUSPENDBLOCK _IOW('E', 0x91, int)
783 if (TEMP_FAILURE_RETRY(ioctl(fd, EVIOCSSUSPENDBLOCK, 1))) {
790 ALOGI("Using EVIOCSSUSPENDBLOCK to block suspend while processing input events.");
  /frameworks/native/services/inputflinger/
EventHub.cpp     [all...]

Completed in 330 milliseconds