Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DWatchdogPerfService.h361 android::base::Result<void> endCustomCollection(int fd);
DWatchdogPerfService.cpp561 return endCustomCollection(fd); in onCustomCollection()
706 Result<void> WatchdogPerfService::endCustomCollection(int fd) { in endCustomCollection() function in android::automotive::watchdog::WatchdogPerfService