Searched refs:mCycleLengthMs (Results 1 – 2 of 2) sorted by relevance
54 mCycleLengthMs(kCycleLengthMs), mEnabled(true) {}; in CameraServiceWatchdog()57 mPause(true), mMaxCycles(maxCycles), mCycleLengthMs(cycleLengthMs), mEnabled(enabled) in CameraServiceWatchdog()72 if (cycles != mMaxCycles || cycleLength != mCycleLengthMs) { in watchThread()139 uint32_t mCycleLengthMs; // Length of time elapsed per cycle variable
33 std::this_thread::sleep_for(std::chrono::milliseconds(mCycleLengthMs)); in threadLoop()