Searched refs:mDvrThread (Results 1 – 2 of 2) sorted by relevance
131 pthread_create(&mDvrThread, NULL, __threadLoopPlayback, this); in start()132 pthread_setname_np(mDvrThread, "playback_waiting_loop"); in start()
123 pthread_t mDvrThread; variable