Searched refs:watchFD (Results 1 – 1 of 1) sorted by relevance
281 int watchFD = -1; in threadLoop() local300 watchFD = inotify_add_watch(inotifyFD, kAlsaDeviceDir, in threadLoop()302 if (watchFD == -1) { in threadLoop()384 if (watchFD != -1) { in threadLoop()385 inotify_rm_watch(inotifyFD, watchFD); in threadLoop()