Home
last modified time | relevance | path

Searched refs:startCustomCollection (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/services/Car/cpp/evs/manager/1.1/stats/
H A DStatsCollector.h95 android::base::Result<void> startCustomCollection(
H A DStatsCollector.cpp263 Result<void> StatsCollector::startCustomCollection( in startCustomCollection() function in android::automotive::evs::V1_1::implementation::StatsCollector
/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DWatchdogPerfService.h241 android::base::Result<void> startCustomCollection(
H A DWatchdogPerfService.cpp349 if (const auto& result = startCustomCollection(interval, maxDuration, filterPackages); in onCustomCollection()
439 Result<void> WatchdogPerfService::startCustomCollection( in startCustomCollection() function in android::automotive::watchdog::WatchdogPerfService
/aosp12/packages/services/Car/cpp/evs/manager/1.1/
H A DEnumerator.cpp861 auto result = mClientsMonitor->startCustomCollection(interval, duration); in cmdDumpDevice()