Searched refs:devFd (Results 1 – 1 of 1) sorted by relevance
69 void workerThread(const int devFd, const int threadsFd, GnssHwListener& listener) { in workerThread() argument76 epollCtlAdd(epollFd.get(), devFd); in workerThread()96 if (fd == devFd) { in workerThread()155 const int devFd = mDevFd.get(); in GnssHwConn() local156 mThread = std::thread([devFd, threadsFd = std::move(threadsFd), &sink, in GnssHwConn()160 workerThread(devFd, threadsFd.get(), listener); in GnssHwConn()