Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraServiceWatchdog.h92 sp<CameraServiceWatchdog> tempWatchdog = new CameraServiceWatchdog( in watchThread() local
96 status_t status = tempWatchdog->run("CameraServiceWatchdog"); in watchThread()
103 res = tempWatchdog->watchThread(func, tid, functionName); in watchThread()
104 tempWatchdog->requestExit(); in watchThread()
105 tempWatchdog.clear(); in watchThread()