Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/include/telephony/
Dril.h1656 char alpha_len; member
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.h2156 char alpha_len; member
Dril_service.cpp11709 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()