Home
last modified time | relevance | path

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

/hardware/interfaces/tv/tuner/aidl/vts/functional/utils/
DIpStreamer.cpp14 mIpStreamerThread = std::thread(&IpStreamer::ipStreamThreadLoop, this, mFp); in startIpStream()
21 if (mIpStreamerThread.joinable()) { in stopIpStream()
22 mIpStreamerThread.join(); in stopIpStream()
DIpStreamer.h47 std::thread mIpStreamerThread; variable