Searched refs:WatchdogProcessService (Results 1 – 15 of 15) sorted by relevance
131 WatchdogProcessService::WatchdogProcessService(const sp<Looper>& handlerLooper) : in WatchdogProcessService() function in android::automotive::watchdog::WatchdogProcessService344 void WatchdogProcessService::doHealthCheck(int what) { in doHealthCheck()391 Result<void> WatchdogProcessService::start() { in start()400 void WatchdogProcessService::terminate() { in terminate()771 int32_t WatchdogProcessService::getNewSessionId() { in getNewSessionId()797 void WatchdogProcessService::checkVhalHealth() { in checkVhalHealth()810 void WatchdogProcessService::terminateVhal() { in terminateVhal()886 const sp<WatchdogProcessService>& service) : in BinderDeathRecipient()894 const sp<WatchdogProcessService>& service) : in HidlDeathRecipient()903 const sp<WatchdogProcessService>& service) : in PropertyChangeListener()[all …]
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);[all …]
32 sp<WatchdogProcessService> ServiceManager::sWatchdogProcessService = nullptr;87 sp<WatchdogProcessService> service = sp<WatchdogProcessService>::make(looper); in startProcessAnrMonitor()
79 const android::sp<WatchdogProcessService>& watchdogProcessService) = 0;122 const android::sp<WatchdogProcessService>& watchdogProcessService);131 android::sp<WatchdogProcessService> mWatchdogProcessService;
48 const android::sp<WatchdogProcessService>& watchdogProcessService, in WatchdogInternalHandler()113 android::sp<WatchdogProcessService> mWatchdogProcessService;
59 WatchdogBinderMediator(const android::sp<WatchdogProcessService>& watchdogProcessService,118 android::sp<WatchdogProcessService> mWatchdogProcessService;
44 static android::sp<WatchdogProcessService> sWatchdogProcessService;
52 Result<void> WatchdogServiceHelper::init(const sp<WatchdogProcessService>& watchdogProcessService) { in init()
81 const android::sp<WatchdogProcessService>& watchdogProcessService, in WatchdogBinderMediator()
40 class MockWatchdogProcessService : public WatchdogProcessService {42 MockWatchdogProcessService() : WatchdogProcessService(nullptr) {} in MockWatchdogProcessService()
67 mWatchdogProcessService = new WatchdogProcessService(looper); in SetUp()72 sp<WatchdogProcessService> mWatchdogProcessService;
40 MOCK_METHOD(android::base::Result<void>, init, (const android::sp<WatchdogProcessService>&),
79 Result<void> init(const android::sp<WatchdogProcessService>& watchdogProcessService) { in init()
62 MockWatchdogBinderMediator(const android::sp<WatchdogProcessService>& watchdogProcessService, in MockWatchdogBinderMediator()
164 "src/WatchdogProcessService.cpp",