Home
last modified time | relevance | path

Searched refs:watchFD (Results 1 – 1 of 1) sorted by relevance

/device/asus/fugu/libaudio/
DAudioHotplugThread.cpp273 int watchFD = -1; in threadLoop() local
292 watchFD = inotify_add_watch(inotifyFD, kAlsaDeviceDir, in threadLoop()
294 if (watchFD == -1) { in threadLoop()
376 if (watchFD != -1) { in threadLoop()
377 inotify_rm_watch(inotifyFD, watchFD); in threadLoop()