Searched refs:mINotifyFD (Results 1 – 2 of 2) sorted by relevance
321 mINotifyFD = inotify_init(); in threadLoop()322 if (mINotifyFD < 0) { in threadLoop()327 mWd = inotify_add_watch(mINotifyFD, kDevicePath, IN_CREATE | IN_DELETE); in threadLoop()339 int ret = read(mINotifyFD, eventBuf, sizeof(eventBuf)); in threadLoop()
97 int mINotifyFD = -1; member