Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/libril/
Dril_service.cpp7702 records.infoRec.resize(num); in cdmaInfoRecInd()
7704 CdmaInformationRecord *record = &records.infoRec[i]; in cdmaInfoRecInd()
7705 RIL_CDMA_InformationRecord *infoRec = &recordsRil->infoRec[i]; in cdmaInfoRecInd() local
7706 record->name = (CdmaInfoRecName) infoRec->name; in cdmaInfoRecInd()
7716 switch (infoRec->name) { in cdmaInfoRecInd()
7719 if (infoRec->rec.display.alpha_len > CDMA_ALPHA_INFO_BUFFER_LENGTH) { in cdmaInfoRecInd()
7721 "expected not more than %d", (int) infoRec->rec.display.alpha_len, in cdmaInfoRecInd()
7725 string8 = (char*) malloc((infoRec->rec.display.alpha_len + 1) * sizeof(char)); in cdmaInfoRecInd()
7731 memcpy(string8, infoRec->rec.display.alpha_buf, infoRec->rec.display.alpha_len); in cdmaInfoRecInd()
7732 string8[(int)infoRec->rec.display.alpha_len] = '\0'; in cdmaInfoRecInd()
[all …]
/device/google/cuttlefish/guest/hals/ril/libril/
Dril_service.cpp9061 records.infoRec.resize(num); in cdmaInfoRecInd()
9063 CdmaInformationRecord *record = &records.infoRec[i]; in cdmaInfoRecInd()
9064 RIL_CDMA_InformationRecord *infoRec = &recordsRil->infoRec[i]; in cdmaInfoRecInd() local
9065 record->name = (CdmaInfoRecName) infoRec->name; in cdmaInfoRecInd()
9075 switch (infoRec->name) { in cdmaInfoRecInd()
9078 if (infoRec->rec.display.alpha_len > CDMA_ALPHA_INFO_BUFFER_LENGTH) { in cdmaInfoRecInd()
9080 "expected not more than %d", (int) infoRec->rec.display.alpha_len, in cdmaInfoRecInd()
9084 string8 = (char*) malloc((infoRec->rec.display.alpha_len + 1) * sizeof(char)); in cdmaInfoRecInd()
9090 memcpy(string8, infoRec->rec.display.alpha_buf, infoRec->rec.display.alpha_len); in cdmaInfoRecInd()
9091 string8[(int)infoRec->rec.display.alpha_len] = '\0'; in cdmaInfoRecInd()
[all …]
Dril.h1813 RIL_CDMA_InformationRecord infoRec[RIL_CDMA_MAX_NUMBER_OF_INFO_RECS]; member
/device/generic/goldfish/radio/ril/
Dril.h1744 RIL_CDMA_InformationRecord infoRec[RIL_CDMA_MAX_NUMBER_OF_INFO_RECS]; member