Home
last modified time | relevance | path

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

/device/generic/goldfish/gnss/
DGnssHwConn.cpp69 void workerThread(const int devFd, const int threadsFd, GnssHwListener& listener) { in workerThread() argument
76 epollCtlAdd(epollFd.get(), devFd); in workerThread()
96 if (fd == devFd) { in workerThread()
155 const int devFd = mDevFd.get(); in GnssHwConn() local
156 mThread = std::thread([devFd, threadsFd = std::move(threadsFd), &sink, in GnssHwConn()
160 workerThread(devFd, threadsFd.get(), listener); in GnssHwConn()