Searched refs:infoRec (Results 1 - 4 of 4) sorted by relevance

/hardware/ril/libril/
H A Dril.cpp1832 RIL_CDMA_InformationRecord *infoRec; local
1853 infoRec = &p_cur->infoRec[i];
1854 p.writeInt32(infoRec->name);
1855 switch (infoRec->name) {
1858 if (infoRec->rec.display.alpha_len >
1862 (int)infoRec->rec.display.alpha_len,
1866 string8 = (char*) malloc((infoRec->rec.display.alpha_len + 1)
1868 for (int i = 0 ; i < infoRec->rec.display.alpha_len ; i++) {
1869 string8[i] = infoRec
[all...]
/hardware/ril/include/telephony/
H A Dril.h809 RIL_CDMA_InformationRecord infoRec[RIL_CDMA_MAX_NUMBER_OF_INFO_RECS]; member in struct:__anon191
/hardware/ril/mock-ril/src/cpp/
H A Dril.h809 RIL_CDMA_InformationRecord infoRec[RIL_CDMA_MAX_NUMBER_OF_INFO_RECS]; member in struct:__anon316
/hardware/ril/reference-ril/
H A Dril.h809 RIL_CDMA_InformationRecord infoRec[RIL_CDMA_MAX_NUMBER_OF_INFO_RECS]; member in struct:__anon378

Completed in 205 milliseconds