Searched refs:watchThread (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/services/camera/libcameraservice/ |
D | CameraServiceWatchdog.h | 40 #define WATCH(toMonitor) watchThread([&]() { return toMonitor;}, gettid()) 42 watchThread([&]() { return toMonitor;}, gettid(), cycles, cycleLength); 69 auto watchThread(T func, uint32_t tid, uint32_t cycles, uint32_t cycleLength) { in watchThread() function 85 res = watchThread(func, tid); in watchThread() 89 res = tempWatchdog->watchThread(func, tid); in watchThread() 95 res = watchThread(func, tid); in watchThread() 103 auto watchThread(T func, uint32_t tid) { in watchThread() function
|