Searched refs:infoRec (Results 1 – 4 of 4) sorted by relevance
7623 records.infoRec.resize(num); in cdmaInfoRecInd()7625 CdmaInformationRecord *record = &records.infoRec[i]; in cdmaInfoRecInd()7626 RIL_CDMA_InformationRecord *infoRec = &recordsRil->infoRec[i]; in cdmaInfoRecInd() local7627 record->name = (CdmaInfoRecName) infoRec->name; in cdmaInfoRecInd()7637 switch (infoRec->name) { in cdmaInfoRecInd()7640 if (infoRec->rec.display.alpha_len > CDMA_ALPHA_INFO_BUFFER_LENGTH) { in cdmaInfoRecInd()7642 "expected not more than %d", (int) infoRec->rec.display.alpha_len, in cdmaInfoRecInd()7646 string8 = (char*) malloc((infoRec->rec.display.alpha_len + 1) * sizeof(char)); in cdmaInfoRecInd()7652 memcpy(string8, infoRec->rec.display.alpha_buf, infoRec->rec.display.alpha_len); in cdmaInfoRecInd()7653 string8[(int)infoRec->rec.display.alpha_len] = '\0'; in cdmaInfoRecInd()[all …]
1742 RIL_CDMA_InformationRecord infoRec[RIL_CDMA_MAX_NUMBER_OF_INFO_RECS]; member
2010 vec<CdmaInformationRecord> infoRec; // Max length = RadioConst:CDMA_MAX_NUMBER_OF_INFO_RECS