Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/libril/
Dril_service.cpp7697 records.infoRec.resize(num); in cdmaInfoRecInd()
7699 CdmaInformationRecord *record = &records.infoRec[i]; in cdmaInfoRecInd()
7700 RIL_CDMA_InformationRecord *infoRec = &recordsRil->infoRec[i]; in cdmaInfoRecInd() local
7701 record->name = (CdmaInfoRecName) infoRec->name; in cdmaInfoRecInd()
7711 switch (infoRec->name) { in cdmaInfoRecInd()
7714 if (infoRec->rec.display.alpha_len > CDMA_ALPHA_INFO_BUFFER_LENGTH) { in cdmaInfoRecInd()
7716 "expected not more than %d", (int) infoRec->rec.display.alpha_len, in cdmaInfoRecInd()
7720 string8 = (char*) malloc((infoRec->rec.display.alpha_len + 1) * sizeof(char)); in cdmaInfoRecInd()
7726 memcpy(string8, infoRec->rec.display.alpha_buf, infoRec->rec.display.alpha_len); in cdmaInfoRecInd()
7727 string8[(int)infoRec->rec.display.alpha_len] = '\0'; in cdmaInfoRecInd()
[all …]
/device/google/cuttlefish/guest/hals/ril/libril/
Dril_service.cpp9073 records.infoRec.resize(num); in cdmaInfoRecInd()
9075 CdmaInformationRecord *record = &records.infoRec[i]; in cdmaInfoRecInd()
9076 RIL_CDMA_InformationRecord *infoRec = &recordsRil->infoRec[i]; in cdmaInfoRecInd() local
9077 record->name = (CdmaInfoRecName) infoRec->name; in cdmaInfoRecInd()
9087 switch (infoRec->name) { in cdmaInfoRecInd()
9090 if (infoRec->rec.display.alpha_len > CDMA_ALPHA_INFO_BUFFER_LENGTH) { in cdmaInfoRecInd()
9092 "expected not more than %d", (int) infoRec->rec.display.alpha_len, in cdmaInfoRecInd()
9096 string8 = (char*) malloc((infoRec->rec.display.alpha_len + 1) * sizeof(char)); in cdmaInfoRecInd()
9102 memcpy(string8, infoRec->rec.display.alpha_buf, infoRec->rec.display.alpha_len); in cdmaInfoRecInd()
9103 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/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp9383 records.infoRec.resize(num); in cdmaInfoRecInd()
9385 CdmaInformationRecord *record = &records.infoRec[i]; in cdmaInfoRecInd()
9386 RIL_CDMA_InformationRecord *infoRec = &recordsRil->infoRec[i]; in cdmaInfoRecInd() local
9387 record->name = (CdmaInfoRecName) infoRec->name; in cdmaInfoRecInd()
9397 switch (infoRec->name) { in cdmaInfoRecInd()
9400 if (infoRec->rec.display.alpha_len > CDMA_ALPHA_INFO_BUFFER_LENGTH) { in cdmaInfoRecInd()
9402 "expected not more than %d", (int) infoRec->rec.display.alpha_len, in cdmaInfoRecInd()
9406 string8 = (char*) malloc((infoRec->rec.display.alpha_len + 1) * sizeof(char)); in cdmaInfoRecInd()
9412 memcpy(string8, infoRec->rec.display.alpha_buf, infoRec->rec.display.alpha_len); in cdmaInfoRecInd()
9413 string8[(int)infoRec->rec.display.alpha_len] = '\0'; in cdmaInfoRecInd()
[all …]
Dril.h1938 RIL_CDMA_InformationRecord infoRec[RIL_CDMA_MAX_NUMBER_OF_INFO_RECS]; member
/device/generic/goldfish/radio/ril/
Dril.h1743 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