Searched refs:infoRec (Results 1 – 3 of 3) sorted by relevance
8465 records.infoRec.resize(num); in cdmaInfoRecInd()8467 CdmaInformationRecord *record = &records.infoRec[i]; in cdmaInfoRecInd()8468 RIL_CDMA_InformationRecord *infoRec = &recordsRil->infoRec[i]; in cdmaInfoRecInd() local8469 record->name = (CdmaInfoRecName) infoRec->name; in cdmaInfoRecInd()8479 switch (infoRec->name) { in cdmaInfoRecInd()8482 if (infoRec->rec.display.alpha_len > CDMA_ALPHA_INFO_BUFFER_LENGTH) { in cdmaInfoRecInd()8484 "expected not more than %d", (int) infoRec->rec.display.alpha_len, in cdmaInfoRecInd()8488 string8 = (char*) malloc((infoRec->rec.display.alpha_len + 1) * sizeof(char)); in cdmaInfoRecInd()8494 memcpy(string8, infoRec->rec.display.alpha_buf, infoRec->rec.display.alpha_len); in cdmaInfoRecInd()8495 string8[(int)infoRec->rec.display.alpha_len] = '\0'; in cdmaInfoRecInd()[all …]
1766 RIL_CDMA_InformationRecord infoRec[RIL_CDMA_MAX_NUMBER_OF_INFO_RECS]; member
1727 RIL_CDMA_InformationRecord infoRec[RIL_CDMA_MAX_NUMBER_OF_INFO_RECS]; member