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.cpp131 pthread_create(&mDvrThread, NULL, __threadLoopPlayback, this); in start()
132 pthread_setname_np(mDvrThread, "playback_waiting_loop"); in start()
DDvr.h123 pthread_t mDvrThread; variable