Searched defs:baseband (Results 1 - 1 of 1) sorted by relevance

/system/core/init/
H A Dinit.c59 static char baseband[32]; variable
580 } else if (!strcmp(name,"androidboot.baseband")) {
581 strlcpy(baseband, value, sizeof(baseband));
922 property_set("ro.baseband", baseband[0] ? baseband : "unknown");

Completed in 41 milliseconds