Searched refs:sWatchdogBinderMediator (Results 1 – 2 of 2) sorted by relevance
34 sp<WatchdogBinderMediator> ServiceManager::sWatchdogBinderMediator = nullptr; member in android::automotive::watchdog::ServiceManager38 if (sWatchdogBinderMediator != nullptr || sWatchdogServiceHelper != nullptr || in startServices()75 if (sWatchdogBinderMediator != nullptr) { in terminateServices()76 sWatchdogBinderMediator->terminate(); in terminateServices()77 sWatchdogBinderMediator.clear(); in terminateServices()111 sWatchdogBinderMediator = in startBinderMediator()114 if (const auto result = sWatchdogBinderMediator->init(); !result.ok()) { in startBinderMediator()
46 static android::sp<WatchdogBinderMediator> sWatchdogBinderMediator; variable