Home
last modified time | relevance | path

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

/packages/services/Car/cpp/evs/manager/1.1/stats/
DStatsCollector.cpp66 case CollectionEvent::CUSTOM_START: in handleMessage()
72 if (mCurrentCollectionEvent != CollectionEvent::CUSTOM_START) { in handleMessage()
292 mCurrentCollectionEvent = CollectionEvent::CUSTOM_START; in startCustomCollection()
293 mLooper->sendMessage(this, CollectionEvent::CUSTOM_START); in startCustomCollection()
301 if (mCurrentCollectionEvent == CollectionEvent::CUSTOM_START) { in stopCustomCollection()
394 case CollectionEvent::CUSTOM_START: in collectionEventToString()
DStatsCollector.h41 CUSTOM_START, enumerator
/packages/services/Car/cpp/evs/manager/aidl/stats/src/
DStatsCollector.cpp67 case CollectionEvent::CUSTOM_START: in handleMessage()
73 if (mCurrentCollectionEvent != CollectionEvent::CUSTOM_START) { in handleMessage()
296 mCurrentCollectionEvent = CollectionEvent::CUSTOM_START; in startCustomCollection()
297 mLooper->sendMessage(this, CollectionEvent::CUSTOM_START); in startCustomCollection()
305 if (mCurrentCollectionEvent != CollectionEvent::CUSTOM_START) { in stopCustomCollection()
401 case CollectionEvent::CUSTOM_START: in toString()
/packages/services/Car/cpp/evs/manager/aidl/stats/include/
DStatsCollector.h40 CUSTOM_START, enumerator