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

  /device/asus/fugu/libaudio/
AudioHotplugThread.cpp 280 int inotifyFD = -1;
285 inotifyFD = inotify_init();
286 if (inotifyFD == -1) {
290 flags = fcntl(inotifyFD, F_GETFL, 0);
295 if (fcntl(inotifyFD, F_SETFL, flags | O_NONBLOCK) == -1) {
300 watchFD = inotify_add_watch(inotifyFD, kAlsaDeviceDir,
313 { inotifyFD, POLLIN, 0 },
331 ret = read(inotifyFD, eventBuf, sizeof(eventBuf));
385 inotify_rm_watch(inotifyFD, watchFD);
387 if (inotifyFD != -1)
    [all...]
  /device/google/contexthub/contexthubhal/
nanohubhal.cpp 209 pollfd &inotifyFd = myFds[IDX_INOTIFY];
213 if (init_inotify(&inotifyFd)) {
228 wait_on_dev_lock(inotifyFd);
  /device/google/contexthub/sensorhal/
hubconnection.cpp     [all...]

Completed in 111 milliseconds