Home
last modified time | relevance | path

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

/hardware/interfaces/usb/gadget/1.1/default/lib/
DMonitorFfs.cpp30 mEndpointList(), in MonitorFfs()
102 for (int i = 0; i < static_cast<int>(monitorFfs->mEndpointList.size()); i++) { in startMonitorFd()
103 if (access(monitorFfs->mEndpointList.at(i).c_str(), R_OK)) { in startMonitorFd()
144 for (int j = 0; j < static_cast<int>(monitorFfs->mEndpointList.size()); j++) { in startMonitorFd()
145 if (access(monitorFfs->mEndpointList.at(j).c_str(), R_OK)) { in startMonitorFd()
146 if (kDebug) ALOGI("%s absent", monitorFfs->mEndpointList.at(j).c_str()); in startMonitorFd()
208 mEndpointList.clear(); in reset()
256 mEndpointList.push_back(ep); in addEndPoint()
/hardware/google/pixel/usb/
DMonitorFfs.cpp31 mEndpointList(), in MonitorFfs()
123 for (int i = 0; i < static_cast<int>(monitorFfs->mEndpointList.size()); i++) { in startMonitorFd()
124 if (access(monitorFfs->mEndpointList.at(i).c_str(), R_OK)) { in startMonitorFd()
166 for (int j = 0; j < static_cast<int>(monitorFfs->mEndpointList.size()); j++) { in startMonitorFd()
167 if (access(monitorFfs->mEndpointList.at(j).c_str(), R_OK)) { in startMonitorFd()
169 ALOGI("%s absent", monitorFfs->mEndpointList.at(j).c_str()); in startMonitorFd()
233 mEndpointList.clear(); in reset()
282 mEndpointList.push_back(ep); in addEndPoint()
/hardware/google/pixel/usb/include/pixelusb/
DUsbGadgetCommon.h111 vector<string> mEndpointList; variable
/hardware/interfaces/usb/gadget/1.1/default/lib/include/
DUsbGadgetCommon.h110 vector<string> mEndpointList; variable