Searched refs:infoRec (Results 1 – 5 of 5) sorted by relevance
7498 records.infoRec.resize(num); in cdmaInfoRecInd()7500 CdmaInformationRecord *record = &records.infoRec[i]; in cdmaInfoRecInd()7501 RIL_CDMA_InformationRecord *infoRec = &recordsRil->infoRec[i]; in cdmaInfoRecInd() local7502 record->name = (CdmaInfoRecName) infoRec->name; in cdmaInfoRecInd()7512 switch (infoRec->name) { in cdmaInfoRecInd()7515 if (infoRec->rec.display.alpha_len > CDMA_ALPHA_INFO_BUFFER_LENGTH) { in cdmaInfoRecInd()7517 "expected not more than %d", (int) infoRec->rec.display.alpha_len, in cdmaInfoRecInd()7521 string8 = (char*) malloc((infoRec->rec.display.alpha_len + 1) * sizeof(char)); in cdmaInfoRecInd()7527 memcpy(string8, infoRec->rec.display.alpha_buf, infoRec->rec.display.alpha_len); in cdmaInfoRecInd()7528 string8[(int)infoRec->rec.display.alpha_len] = '\0'; in cdmaInfoRecInd()[all …]
62 voiceCb()->cdmaInfoRec(toAidl(type), toAidl(records.infoRec)); in cdmaInfoRec()
1742 RIL_CDMA_InformationRecord infoRec[RIL_CDMA_MAX_NUMBER_OF_INFO_RECS]; member
2014 vec<CdmaInformationRecord> infoRec; // Max length = RadioConst:CDMA_MAX_NUMBER_OF_INFO_RECS