Searched refs:mIpStreamerThread (Results 1 – 2 of 2) sorted by relevance
14 mIpStreamerThread = std::thread(&IpStreamer::ipStreamThreadLoop, this, mFp); in startIpStream()21 if (mIpStreamerThread.joinable()) { in stopIpStream()22 mIpStreamerThread.join(); in stopIpStream()
47 std::thread mIpStreamerThread; variable