Home | History | Annotate | Download | only in utils

Lines Matching refs:baseband

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