Home
last modified time | relevance | path

Searched defs:toMonitor (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
DCameraServiceWatchdog.h43 #define WATCH(toMonitor) watchThread([&]() { return toMonitor;}, gettid(), __FUNCTION__) argument
44 #define WATCH_CUSTOM_TIMER(toMonitor, cycles, cycleLength) \ argument