Searched refs:infoRec (Results 1 - 4 of 4) sorted by relevance

/hardware/ril/libril/
H A Dril_service.cpp7545 records.infoRec.resize(num);
7547 CdmaInformationRecord *record = &records.infoRec[i];
7548 RIL_CDMA_InformationRecord *infoRec = &recordsRil->infoRec[i]; local
7549 record->name = (CdmaInfoRecName) infoRec->name;
7559 switch (infoRec->name) {
7562 if (infoRec->rec.display.alpha_len > CDMA_ALPHA_INFO_BUFFER_LENGTH) {
7564 "expected not more than %d", (int) infoRec->rec.display.alpha_len,
7568 string8 = (char*) malloc((infoRec->rec.display.alpha_len + 1) * sizeof(char));
7574 memcpy(string8, infoRec
[all...]
/hardware/ril/include/telephony/
H A Dril.h1726 RIL_CDMA_InformationRecord infoRec[RIL_CDMA_MAX_NUMBER_OF_INFO_RECS]; member in struct:__anon5792
/hardware/ril/reference-ril/
H A Dril.h1726 RIL_CDMA_InformationRecord infoRec[RIL_CDMA_MAX_NUMBER_OF_INFO_RECS]; member in struct:__anon6011
/hardware/interfaces/radio/1.0/
H A Dtypes.hal1984 vec<CdmaInformationRecord> infoRec; // Max length = RadioConst:CDMA_MAX_NUMBER_OF_INFO_RECS

Completed in 108 milliseconds