Searched refs:mDvrThread (Results 1 – 6 of 6) sorted by relevance
118 mDvrThread = std::thread(&Dvr::playbackThreadLoop, this); in start()133 if (mDvrThread.joinable()) { in stop()134 mDvrThread.join(); in stop()
135 std::thread mDvrThread; variable
137 mDvrThread = std::thread(&Dvr::playbackThreadLoop, this); in start()152 if (mDvrThread.joinable()) { in stop()153 mDvrThread.join(); in stop()
131 std::thread mDvrThread; variable
116 mDvrThread = std::thread(&Dvr::playbackThreadLoop, this); in start()131 if (mDvrThread.joinable()) { in stop()132 mDvrThread.join(); in stop()
141 std::thread mDvrThread; variable