Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DEmulatedCameraHotplugThread.cpp66 if (inotify_rm_watch(mInotifyFd, it->WatchID) == -1) { in requestExit()
229 if (mSubscribers[i].WatchID == wd) { in getCameraId()
277 if (inotify_rm_watch(mInotifyFd, si->WatchID) == -1) { in removeWatch()
DEmulatedCameraHotplugThread.h50 int WatchID; member
/device/google/cuttlefish/guest/hals/camera/
DEmulatedCameraHotplugThread.cpp66 if (inotify_rm_watch(mInotifyFd, it->WatchID) == -1) { in requestExit()
250 if (mSubscribers[i].WatchID == wd) { in getCameraId()
293 if (inotify_rm_watch(mInotifyFd, si->WatchID) == -1) { in removeWatch()
DEmulatedCameraHotplugThread.h47 int WatchID; member