Home
last modified time | relevance | path

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

/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