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