Searched defs:infoRec (Results 1 - 3 of 3) sorted by relevance

/hardware/ril/libril/
H A Dril.cpp2851 RIL_CDMA_InformationRecord *infoRec; local
2872 infoRec = &p_cur->infoRec[i];
2873 p.writeInt32(infoRec->name);
2874 switch (infoRec->name) {
2877 if (infoRec->rec.display.alpha_len >
2881 (int)infoRec->rec.display.alpha_len,
2885 string8 = (char*) calloc(infoRec->rec.display.alpha_len + 1, sizeof(char));
2891 for (int i = 0 ; i < infoRec->rec.display.alpha_len ; i++) {
2892 string8[i] = infoRec
[all...]
/hardware/ril/include/telephony/
H A Dril.h1489 RIL_CDMA_InformationRecord infoRec[RIL_CDMA_MAX_NUMBER_OF_INFO_RECS]; member in struct:__anon4931
/hardware/ril/reference-ril/
H A Dril.h1489 RIL_CDMA_InformationRecord infoRec[RIL_CDMA_MAX_NUMBER_OF_INFO_RECS]; member in struct:__anon5121

Completed in 229 milliseconds