Home | History | Annotate | Download | only in utils

Lines Matching refs:baseband

149 void loc_get_target_baseband(char *baseband, int array_length)
151 if(baseband && (array_length >= PROPERTY_VALUE_MAX)) {
152 property_get("ro.baseband", baseband, "");
153 LOC_LOGD("%s:%d]: Baseband: %s\n", __func__, __LINE__, baseband);
190 char baseband[LINE_LEN];
197 loc_get_target_baseband(baseband, sizeof(baseband));
210 if( !memcmp(baseband, STR_APQ, LENGTH(STR_APQ)) ){