Home
last modified time | relevance | path

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

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