Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DWatchdogPerfService.h250 android::base::Result<void> endCustomCollection(int fd);
H A DWatchdogPerfService.cpp365 return endCustomCollection(fd); in onCustomCollection()
472 Result<void> WatchdogPerfService::endCustomCollection(int fd) { in endCustomCollection() function in android::automotive::watchdog::WatchdogPerfService