Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DServiceManager.cpp50 if (auto result = startWatchdogProcessService(mainLooper); !result.ok()) { in startServices()
106 Result<void> ServiceManager::startWatchdogProcessService(const sp<Looper>& mainLooper) { in startWatchdogProcessService() function in android::automotive::watchdog::ServiceManager
DServiceManager.h86 android::base::Result<void> startWatchdogProcessService(const android::sp<Looper>& mainLooper);