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