Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraServiceWatchdog.h54 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
DCameraServiceWatchdog.cpp33 std::this_thread::sleep_for(std::chrono::milliseconds(mCycleLengthMs)); in threadLoop()