Lines Matching refs:WatchdogInternalHandler
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()
229 Status WatchdogInternalHandler::updateResourceOveruseConfigurations( in updateResourceOveruseConfigurations()
244 Status WatchdogInternalHandler::getResourceOveruseConfigurations( in getResourceOveruseConfigurations()
259 Status WatchdogInternalHandler::actionTakenOnResourceOveruse( in actionTakenOnResourceOveruse()