Searched defs:infoRec (Results 1 - 3 of 3) sorted by relevance

/hardware/ril/libril/
H A Dril_service.cpp7542 records.infoRec.resize(num);
7544 CdmaInformationRecord *record = &records.infoRec[i];
7545 RIL_CDMA_InformationRecord *infoRec = &recordsRil->infoRec[i]; local
7546 record->name = (CdmaInfoRecName) infoRec->name;
7556 switch (infoRec->name) {
7559 if (infoRec->rec.display.alpha_len > CDMA_ALPHA_INFO_BUFFER_LENGTH) {
7561 "expected not more than %d", (int) infoRec->rec.display.alpha_len,
7565 string8 = (char*) malloc((infoRec->rec.display.alpha_len + 1) * sizeof(char));
7571 memcpy(string8, infoRec
[all...]
/hardware/ril/include/telephony/
H A Dril.h1727 RIL_CDMA_InformationRecord infoRec[RIL_CDMA_MAX_NUMBER_OF_INFO_RECS]; member in struct:__anon5874
/hardware/ril/reference-ril/
H A Dril.h1727 RIL_CDMA_InformationRecord infoRec[RIL_CDMA_MAX_NUMBER_OF_INFO_RECS]; member in struct:__anon6093

Completed in 45 milliseconds