Home
last modified time | relevance | path

Searched refs:threadsFd (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
77 epollCtlAdd(epollFd.get(), threadsFd); in workerThread()
111 } else if (fd == threadsFd) { in workerThread()
146 unique_fd threadsFd; in GnssHwConn() local
148 &mCallersFd, &threadsFd)) { in GnssHwConn()
156 mThread = std::thread([devFd, threadsFd = std::move(threadsFd), &sink, in GnssHwConn()
160 workerThread(devFd, threadsFd.get(), listener); in GnssHwConn()