Searched refs:mEndpointList (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/usb/gadget/1.1/default/lib/ |
D | MonitorFfs.cpp | 30 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/ |
D | MonitorFfs.cpp | 31 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/interfaces/usb/gadget/1.2/default/lib/ |
D | MonitorFfs.cpp | 30 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/interfaces/usb/gadget/1.2/default/lib/include/ |
D | UsbGadgetCommon.h | 112 vector<string> mEndpointList; variable
|
/hardware/interfaces/usb/gadget/1.1/default/lib/include/ |
D | UsbGadgetCommon.h | 110 vector<string> mEndpointList; variable
|
/hardware/google/pixel/usb/include/pixelusb/ |
D | UsbGadgetCommon.h | 112 vector<string> mEndpointList; variable
|