Searched refs:powerCycle (Results 1 – 3 of 3) sorted by relevance
175 int powerCycle = PowerCycle.POWER_CYCLE_SHUTDOWN_ENTER;178 powerCycle, /* arg2= */ 0);181 powerCycle);225 int powerCycle = carPowerStateToPowerCycle(powerState);226 if (powerCycle < 0) {231 switch (powerCycle) {253 notifyPowerCycleChange(powerCycle);642 private void notifyPowerCycleChange(@PowerCycle int powerCycle) { in notifyPowerCycleChange() argument645 StateType.POWER_CYCLE, powerCycle, MISSING_ARG_VALUE); in notifyPowerCycleChange()647 Slogf.d(TAG, "Notified car watchdog daemon of power cycle(%d)", powerCycle); in notifyPowerCycleChange()[all …]
295 PowerCycle powerCycle = static_cast<PowerCycle>(static_cast<uint32_t>(arg1)); in notifySystemStateChange() local296 return handlePowerCycleChange(powerCycle); in notifySystemStateChange()323 ScopedAStatus WatchdogInternalHandler::handlePowerCycleChange(PowerCycle powerCycle) { in handlePowerCycleChange() argument324 switch (powerCycle) { in handlePowerCycleChange()344 StringPrintf("Unsupported power cycle: %d", powerCycle)); in handlePowerCycleChange()
140 aidl::android::automotive::watchdog::internal::PowerCycle powerCycle);