Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DWatchdogPerfService.cpp224 bool isCollectionActive = true; in start() local
229 while (isCollectionActive) { in start()
232 isCollectionActive = mCurrCollectionEvent != EventType::TERMINATED; in start()