Searched refs:mEndpointList (Results 1 – 2 of 2) sorted by relevance
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()
111 vector<string> mEndpointList; variable