Home
last modified time | relevance | path

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

/packages/services/Car/cpp/evs/manager/1.1/stats/
DStatsCollector.cpp65 case CollectionEvent::PERIODIC: in handleMessage()
83 mCurrentCollectionEvent = CollectionEvent::PERIODIC; in handleMessage()
85 mLooper->sendMessage(this, CollectionEvent::PERIODIC); in handleMessage()
207 mCurrentCollectionEvent = CollectionEvent::PERIODIC; in startCollection()
218 mLooper->sendMessage(this, CollectionEvent::PERIODIC); in startCollection()
284 if (mCurrentCollectionEvent != CollectionEvent::PERIODIC) { in startCustomCollection()
288 << " != " << toString(CollectionEvent::PERIODIC) << " collection event"; in startCustomCollection()
416 case CollectionEvent::PERIODIC: in toString()
DStatsCollector.h44 PERIODIC, enumerator
/packages/services/Car/cpp/evs/manager/1.1/emul/
DVideoCapture.cpp259 mCurrentStreamEvent = StreamEvent::PERIODIC; in startStream()
278 mLooper->sendMessage(this, StreamEvent::PERIODIC); in startStream()
307 mLooper->removeMessages(this, StreamEvent::PERIODIC); in stopStream()
423 case StreamEvent::PERIODIC: { in handleMessage()
DVideoCapture.h41 PERIODIC, enumerator