Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraServiceWatchdog.h41 #define WATCH_CUSTOM_TIMER(toMonitor, cycles, cycleLength) \ argument
69 auto watchThread(T func, uint32_t tid, uint32_t cycles, uint32_t cycleLength) { in watchThread()