Searched refs:alpha_len (Results 1 – 7 of 7) sorted by relevance
/device/generic/goldfish/radio/ril/ |
D | ril.h | 1657 char alpha_len; member
|
/device/generic/goldfish/radio/include/telephony/ |
D | ril.h | 1656 char alpha_len; member
|
/device/google/cuttlefish/guest/hals/ril/libril/ |
D | ril.h | 1727 char alpha_len; member
|
D | ril_service.cpp | 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()
|
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril.h | 1852 char alpha_len; member
|
D | ril_service.cpp | 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()
|
/device/generic/goldfish/radio/libril/ |
D | ril_service.cpp | 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()
|