Home
last modified time | relevance | path

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

/packages/services/Car/cpp/evs/manager/1.1/stats/
DStatsCollector.cpp62 case CollectionEvent::PERIODIC: in handleMessage()
81 mCurrentCollectionEvent = CollectionEvent::PERIODIC; in handleMessage()
83 mLooper->sendMessage(this, CollectionEvent::PERIODIC); in handleMessage()
195 mCurrentCollectionEvent = CollectionEvent::PERIODIC; in startCollection()
206 mLooper->sendMessage(this, CollectionEvent::PERIODIC); in startCollection()
265 if (mCurrentCollectionEvent != CollectionEvent::PERIODIC) { in startCustomCollection()
269 << " != " << collectionEventToString(CollectionEvent::PERIODIC) in startCustomCollection()
392 case CollectionEvent::PERIODIC: in collectionEventToString()
DStatsCollector.h40 PERIODIC, enumerator
/packages/services/Car/cpp/evs/manager/aidl/stats/src/
DStatsCollector.cpp63 case CollectionEvent::PERIODIC: in handleMessage()
81 mCurrentCollectionEvent = CollectionEvent::PERIODIC; in handleMessage()
83 mLooper->sendMessage(this, CollectionEvent::PERIODIC); in handleMessage()
195 mCurrentCollectionEvent = CollectionEvent::PERIODIC; in startCollection()
206 mLooper->sendMessage(this, CollectionEvent::PERIODIC); in startCollection()
270 if (mCurrentCollectionEvent != CollectionEvent::PERIODIC) { in startCustomCollection()
274 << " != " << toString(CollectionEvent::PERIODIC) << " collection event"; in startCustomCollection()
399 case CollectionEvent::PERIODIC: in toString()
/packages/services/Car/cpp/evs/manager/1.1/emul/
DVideoCapture.cpp244 mCurrentStreamEvent = StreamEvent::PERIODIC; in startStream()
263 mLooper->sendMessage(this, StreamEvent::PERIODIC); in startStream()
291 mLooper->removeMessages(this, StreamEvent::PERIODIC); in stopStream()
399 case StreamEvent::PERIODIC: { in handleMessage()
DVideoCapture.h41 PERIODIC, enumerator
/packages/services/Car/cpp/evs/manager/aidl/stats/include/
DStatsCollector.h39 PERIODIC, enumerator