Home
last modified time | relevance | path

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

/hardware/interfaces/tv/tuner/1.0/default/
DDvr.cpp115 pthread_create(&mDvrThread, NULL, __threadLoopPlayback, this); in start()
116 pthread_setname_np(mDvrThread, "playback_waiting_loop"); in start()
DDvr.h126 pthread_t mDvrThread; variable