Searched refs:mMaxCycles (Results 1 – 2 of 2) sorted by relevance
53 explicit CameraServiceWatchdog() : mPause(true), mMaxCycles(kMaxCycles), in CameraServiceWatchdog()57 mPause(true), mMaxCycles(maxCycles), mCycleLengthMs(cycleLengthMs), mEnabled(enabled) in CameraServiceWatchdog()72 if (cycles != mMaxCycles || cycleLength != mCycleLengthMs) { in watchThread()138 uint32_t mMaxCycles; // Max cycles variable
43 if (tidToCycleCounterMap[currentThreadId] >= mMaxCycles) { in threadLoop()