Home
last modified time | relevance | path

Searched refs:infoRec (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp11692 records.infoRec.resize(num); in cdmaInfoRecInd()
11694 CdmaInformationRecord *record = &records.infoRec[i]; in cdmaInfoRecInd()
11695 RIL_CDMA_InformationRecord *infoRec = &recordsRil->infoRec[i]; in cdmaInfoRecInd() local
11696 record->name = (CdmaInfoRecName) infoRec->name; in cdmaInfoRecInd()
11706 switch (infoRec->name) { in cdmaInfoRecInd()
11709 if (infoRec->rec.display.alpha_len > CDMA_ALPHA_INFO_BUFFER_LENGTH) { in cdmaInfoRecInd()
11711 "expected not more than %d", (int) infoRec->rec.display.alpha_len, in cdmaInfoRecInd()
11715 string8 = (char*) malloc((infoRec->rec.display.alpha_len + 1) * sizeof(char)); in cdmaInfoRecInd()
11721 memcpy(string8, infoRec->rec.display.alpha_buf, infoRec->rec.display.alpha_len); in cdmaInfoRecInd()
11722 string8[(int)infoRec->rec.display.alpha_len] = '\0'; in cdmaInfoRecInd()
[all …]
Dril.h2242 RIL_CDMA_InformationRecord infoRec[RIL_CDMA_MAX_NUMBER_OF_INFO_RECS]; member
/device/generic/goldfish/radio/include/telephony/
Dril.h1742 RIL_CDMA_InformationRecord infoRec[RIL_CDMA_MAX_NUMBER_OF_INFO_RECS]; member