Searched refs:bootreason (Results 1 – 1 of 1) sorted by relevance
88 char bootreason[PROPERTY_VALUE_MAX]; in playSoundsAllowed() local89 if (property_get(BOOTREASON_PROP_NAME, bootreason, nullptr) > 0) { in playSoundsAllowed()91 if (strcasecmp(str.c_str(), bootreason) == 0) { in playSoundsAllowed()