Searched refs:mCycleLengthMs (Results 1 – 2 of 2) sorted by relevance
63 mCycleLengthMs(kCycleLengthMs), mEnabled(true), in CameraServiceWatchdog()70 mCycleLengthMs(cycleLengthMs), mEnabled(enabled), in CameraServiceWatchdog()86 if (cycles != mMaxCycles || cycleLength != mCycleLengthMs) { in watchThread()156 uint32_t mCycleLengthMs; // Length of time elapsed per cycle variable
35 std::this_thread::sleep_for(std::chrono::milliseconds(mCycleLengthMs)); in threadLoop()