Searched refs:CameraServiceWatchdog (Results 1 – 7 of 7) sorted by relevance
23 bool CameraServiceWatchdog::threadLoop() in threadLoop()55 void CameraServiceWatchdog::requestExit() in requestExit()69 void CameraServiceWatchdog::setEnabled(bool enable) in setEnabled()80 void CameraServiceWatchdog::stop(uint32_t tid) in stop()91 void CameraServiceWatchdog::start(uint32_t tid) in start()
50 class CameraServiceWatchdog : public Thread {53 explicit CameraServiceWatchdog() : mPause(true), mMaxCycles(kMaxCycles), in CameraServiceWatchdog() function56 explicit CameraServiceWatchdog (size_t maxCycles, uint32_t cycleLengthMs, bool enabled) : in CameraServiceWatchdog() function60 virtual ~CameraServiceWatchdog() {}; in ~CameraServiceWatchdog()78 sp<CameraServiceWatchdog> tempWatchdog = in watchThread()79 new CameraServiceWatchdog(cycles, cycleLength, mEnabled); in watchThread()
45 "CameraServiceWatchdog.cpp",
186 sp<CameraServiceWatchdog> mCameraServiceWatchdog;
150 mCameraServiceWatchdog = new CameraServiceWatchdog(); in initializeImpl()
106 sp<CameraServiceWatchdog> mCameraServiceWatchdog;
235 mCameraServiceWatchdog = new CameraServiceWatchdog(); in initializeCommonLocked()