Home
last modified time | relevance | path

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

/hardware/interfaces/usb/gadget/1.1/default/lib/
DMonitorFfs.cpp29 : mWatchFd(), in MonitorFfs()
205 for (std::vector<int>::size_type i = 0; i != mWatchFd.size(); i++) in reset()
206 inotify_rm_watch(mInotifyFd, mWatchFd[i]); in reset()
248 mWatchFd.push_back(wfd); in addInotifyFd()
/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/interfaces/usb/gadget/1.2/default/lib/
DMonitorFfs.cpp29 : mWatchFd(), in MonitorFfs()
205 for (std::vector<int>::size_type i = 0; i != mWatchFd.size(); i++) in reset()
206 inotify_rm_watch(mInotifyFd, mWatchFd[i]); in reset()
248 mWatchFd.push_back(wfd); in addInotifyFd()
/hardware/interfaces/usb/gadget/1.2/default/lib/include/
DUsbGadgetCommon.h109 vector<int> mWatchFd; variable
/hardware/interfaces/usb/gadget/1.1/default/lib/include/
DUsbGadgetCommon.h107 vector<int> mWatchFd; variable
/hardware/google/pixel/usb/include/pixelusb/
DUsbGadgetCommon.h109 vector<int> mWatchFd; variable