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