Searched refs:watchdogProcessService (Results 1 – 7 of 7) sorted by relevance
51 Result<void> WatchdogServiceHelper::init(const sp<WatchdogProcessService>& watchdogProcessService) { in init() argument52 if (watchdogProcessService == nullptr) { in init()55 mWatchdogProcessService = watchdogProcessService; in init()
49 const android::sp<WatchdogProcessService>& watchdogProcessService, in WatchdogInternalHandler() argument54 mWatchdogProcessService(watchdogProcessService), in WatchdogInternalHandler()
76 const android::sp<WatchdogProcessService>& watchdogProcessService) = 0;116 const android::sp<WatchdogProcessService>& watchdogProcessService);
81 const android::sp<WatchdogProcessService>& watchdogProcessService, in WatchdogBinderMediator() argument85 mWatchdogProcessService(watchdogProcessService), in WatchdogBinderMediator()
59 WatchdogBinderMediator(const android::sp<WatchdogProcessService>& watchdogProcessService,
58 Result<void> init(const android::sp<WatchdogProcessService>& watchdogProcessService) { in init() argument59 return mHelper->init(watchdogProcessService); in init()
63 MockWatchdogBinderMediator(const android::sp<WatchdogProcessService>& watchdogProcessService, in MockWatchdogBinderMediator() argument66 WatchdogBinderMediator(watchdogProcessService, watchdogPerfService, watchdogServiceHelper, in MockWatchdogBinderMediator()