Home
last modified time | relevance | path

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

/hardware/google/pixel/usb/
DMonitorFfs.cpp30 : mWatchFd(), in MonitorFfs()
230 for (std::vector<int>::size_type i = 0; i != mWatchFd.size(); i++) in reset()
231 inotify_rm_watch(mInotifyFd, mWatchFd[i]); in reset()
274 mWatchFd.push_back(wfd); in addInotifyFd()
/hardware/google/pixel/usb/include/pixelusb/
DUsbGadgetCommon.h108 vector<int> mWatchFd; variable