Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraServiceWatchdog.h78 sp<CameraServiceWatchdog> tempWatchdog = in watchThread() local
82 status_t status = tempWatchdog->run("CameraServiceWatchdog"); in watchThread()
89 res = tempWatchdog->watchThread(func, tid); in watchThread()
90 tempWatchdog->requestExit(); in watchThread()
91 tempWatchdog.clear(); in watchThread()