HomeSort by relevance Sort by last modified time
    Searched defs:read_notify (Results 1 - 3 of 3) sorted by null

  /system/core/debuggerd/
getevent.c 93 static int read_notify(const char *dirname, int nfd) function
203 read_notify(device_path, ufds[0].fd);
  /system/core/toolbox/
getevent.c 227 static int read_notify(const char *dirname, int nfd, int print_flags) function
439 read_notify(device_path, ufds[0].fd, print_flags);
  /frameworks/base/libs/ui/
EventHub.cpp 410 // read_notify() will modify mFDs and mFDCount, so this must be done after
413 read_notify(mFDs[0].fd);
829 int EventHub::read_notify(int nfd) function in class:android::EventHub
840 LOGV("EventHub::read_notify nfd: %d\n", nfd);

Completed in 44 milliseconds