Home
last modified time | relevance | path

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

/packages/services/Car/cpp/evs/manager/1.1/stats/
DStatsCollector.cpp63 ret = handleCollectionEvent(received, &mPeriodicCollectionInfo); in handleMessage()
67 ret = handleCollectionEvent(received, &mCustomCollectionInfo); in handleMessage()
102 Result<void> StatsCollector::handleCollectionEvent(CollectionEvent event, CollectionInfo* info) { in handleCollectionEvent() function in android::automotive::evs::V1_1::implementation::StatsCollector
DStatsCollector.h133 android::base::Result<void> handleCollectionEvent(CollectionEvent event, CollectionInfo* info)
/packages/services/Car/cpp/evs/manager/aidl/stats/src/
DStatsCollector.cpp64 ret = handleCollectionEvent(received, &mPeriodicCollectionInfo); in handleMessage()
68 ret = handleCollectionEvent(received, &mCustomCollectionInfo); in handleMessage()
102 Result<void> StatsCollector::handleCollectionEvent(CollectionEvent event, CollectionInfo* info) { in handleCollectionEvent() function in aidl::android::automotive::evs::implementation::StatsCollector
/packages/services/Car/cpp/evs/manager/aidl/stats/include/
DStatsCollector.h133 ::android::base::Result<void> handleCollectionEvent(CollectionEvent event, CollectionInfo* info)