Home
last modified time | relevance | path

Searched refs:string8 (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish/radio/libril/
Dril_service.cpp7695 char* string8 = NULL; in cdmaInfoRecInd() local
7725 string8 = (char*) malloc((infoRec->rec.display.alpha_len + 1) * sizeof(char)); in cdmaInfoRecInd()
7726 if (string8 == NULL) { 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()
7735 record->display[0].alphaBuf = string8; in cdmaInfoRecInd()
7736 free(string8); in cdmaInfoRecInd()
7737 string8 = NULL; in cdmaInfoRecInd()
7750 string8 = (char*) malloc((infoRec->rec.number.len + 1) * sizeof(char)); in cdmaInfoRecInd()
7751 if (string8 == NULL) { in cdmaInfoRecInd()
[all …]
/device/google/cuttlefish/guest/hals/ril/libril/
Dril_service.cpp9054 char* string8 = NULL; in cdmaInfoRecInd() local
9084 string8 = (char*) malloc((infoRec->rec.display.alpha_len + 1) * sizeof(char)); in cdmaInfoRecInd()
9085 if (string8 == NULL) { 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()
9094 record->display[0].alphaBuf = string8; in cdmaInfoRecInd()
9095 free(string8); in cdmaInfoRecInd()
9096 string8 = NULL; in cdmaInfoRecInd()
9109 string8 = (char*) malloc((infoRec->rec.number.len + 1) * sizeof(char)); in cdmaInfoRecInd()
9110 if (string8 == NULL) { in cdmaInfoRecInd()
[all …]