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.c393 void get_hardware_name(char *hardware, unsigned int *revision) argument
432 *revision = strtoul(x + 2, 0, 16);
H A Dinit.c78 static unsigned revision = 0; variable
688 snprintf(tmp, PROP_VALUE_MAX, "%d", revision);
689 property_set("ro.revision", tmp);
885 get_hardware_name(hardware, &revision);
/system/core/debuggerd/
H A Dtombstone.c133 char revision[PROPERTY_VALUE_MAX]; local
135 property_get("ro.revision", revision, "unknown");
137 _LOG(log, false, "Revision: '%s'\n", revision);

Completed in 82 milliseconds