Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/cpp/evs/manager/1.1/stats/
H A DStatsCollector.cpp69 case CollectionEvent::CUSTOM_START: in handleMessage()
75 if (mCurrentCollectionEvent != CollectionEvent::CUSTOM_START) { in handleMessage()
310 mCurrentCollectionEvent = CollectionEvent::CUSTOM_START; in startCustomCollection()
311 mLooper->sendMessage(this, CollectionEvent::CUSTOM_START); in startCustomCollection()
320 if (mCurrentCollectionEvent == CollectionEvent::CUSTOM_START) { in stopCustomCollection()
418 case CollectionEvent::CUSTOM_START: in toString()
H A DStatsCollector.h45 CUSTOM_START, enumerator