Searched refs:WatchdogInternalHandler (Results 1 – 6 of 6) sorted by relevance
68 status_t WatchdogInternalHandler::dump(int fd, const Vector<String16>& args) { in dump()72 void WatchdogInternalHandler::checkAndRegisterIoOveruseMonitor() { in checkAndRegisterIoOveruseMonitor()84 Status WatchdogInternalHandler::registerCarWatchdogService( in registerCarWatchdogService()102 Status WatchdogInternalHandler::unregisterCarWatchdogService( in unregisterCarWatchdogService()114 Status WatchdogInternalHandler::registerMonitor(const sp<aawi::ICarWatchdogMonitor>& monitor) { in registerMonitor()125 Status WatchdogInternalHandler::unregisterMonitor(const sp<aawi::ICarWatchdogMonitor>& monitor) { in unregisterMonitor()136 Status WatchdogInternalHandler::tellCarWatchdogServiceAlive( in tellCarWatchdogServiceAlive()149 Status WatchdogInternalHandler::tellDumpFinished( in tellDumpFinished()161 Status WatchdogInternalHandler::notifySystemStateChange(aawi::StateType type, int32_t arg1, in notifySystemStateChange()206 Status WatchdogInternalHandler::handlePowerCycleChange(PowerCycle powerCycle) { in handlePowerCycleChange()[all …]
44 class WatchdogInternalHandler : public android::automotive::watchdog::internal::BnCarWatchdog {46 explicit WatchdogInternalHandler( in WatchdogInternalHandler() function57 ~WatchdogInternalHandler() { terminate(); } in ~WatchdogInternalHandler()
121 android::sp<WatchdogInternalHandler> mWatchdogInternalHandler;
94 sp<WatchdogInternalHandler>::make(this, watchdogServiceHelper, in WatchdogBinderMediator()
114 sp<WatchdogInternalHandler>::make(mMockWatchdogBinderMediator, in SetUp()139 sp<WatchdogInternalHandler> mWatchdogInternalHandler;
172 "src/WatchdogInternalHandler.cpp",