Searched refs:revision (Results 1 - 5 of 5) sorted by relevance

/system/core/init/
H A Dutil.h40 void get_hardware_name(char *hardware, unsigned int *revision);
H A Dueventd.c34 static unsigned revision = 0; variable
80 get_hardware_name(hardware, &revision);
H A Dutil.c399 void get_hardware_name(char *hardware, unsigned int *revision) argument
438 *revision = strtoul(x + 2, 0, 16);
H A Dinit.c75 static unsigned revision = 0; variable
758 snprintf(tmp, PROP_VALUE_MAX, "%d", revision);
759 property_set("ro.revision", tmp);
1010 get_hardware_name(hardware, &revision);
/system/core/debuggerd/
H A Dtombstone.c162 char revision[PROPERTY_VALUE_MAX]; local
164 property_get("ro.revision", revision, "unknown");
166 _LOG(log, SCOPE_AT_FAULT, "Revision: '%s'\n", revision);

Completed in 170 milliseconds