Searched defs:bootupReason (Results 1 – 5 of 5) sorted by relevance
98 bool powerOnEmu(ServiceImpl* service, int32_t bootupReason) { in powerOnEmu()110 bool powerOn(ServiceImpl* service, int32_t bootupReason) { in powerOn()248 void wakeupApplicationProcessor(int32_t bootupReason) override { in wakeupApplicationProcessor()
528 void ServiceImpl::setBootupReason(int32_t bootupReason) { in setBootupReason()
191 int32 bootupReason = 1; field
47 void wakeupApplicationProcessor([[maybe_unused]] int32_t bootupReason) override { in wakeupApplicationProcessor()
3919 @BootupReason int bootupReason = mHal.getVehicleApBootupReason(); in maybeEnterGarageModeOnBoot() local