Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraServiceWatchdog.h41 #define WATCH_CUSTOM_TIMER(toMonitor, cycles, cycleLength) \ argument
42 watchThread([&]() { return toMonitor;}, gettid(), cycles, cycleLength);
69 auto watchThread(T func, uint32_t tid, uint32_t cycles, uint32_t cycleLength) { in watchThread() argument
72 if (cycles != mMaxCycles || cycleLength != mCycleLengthMs) { in watchThread()
79 new CameraServiceWatchdog(cycles, cycleLength, mEnabled); in watchThread()