Lines Matching refs:WatchdogProcessService
47 class WatchdogProcessService : public android::RefBase {
49 explicit WatchdogProcessService(const android::sp<Looper>& handlerLooper);
50 ~WatchdogProcessService() { terminate(); } in ~WatchdogProcessService()
140 explicit BinderDeathRecipient(const android::sp<WatchdogProcessService>& service);
145 android::sp<WatchdogProcessService> mService;
150 explicit HidlDeathRecipient(const android::sp<WatchdogProcessService>& service);
156 android::sp<WatchdogProcessService> mService;
162 explicit PropertyChangeListener(const android::sp<WatchdogProcessService>& service);
176 android::sp<WatchdogProcessService> mService;
181 explicit MessageHandlerImpl(const android::sp<WatchdogProcessService>& service);
186 android::sp<WatchdogProcessService> mService;