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

/hardware/ril/libril/
H A Dril.cpp2190 RIL_Carrier *p_cr = allowed_carriers + i; local
2191 p_cr->mcc = strdupReadString(p);
2192 p_cr->mnc = strdupReadString(p);
2194 p_cr->match_type = static_cast<RIL_CarrierMatchType>(t);
2198 p_cr->match_data = strdupReadString(p);
2200 printBuf, i, p_cr->mcc, p_cr->mnc, p_cr->match_type, p_cr->match_data);
2204 RIL_Carrier *p_cr local
4077 RIL_CarrierRestrictions *p_cr = (RIL_CarrierRestrictions *)response; local
[all...]

Completed in 188 milliseconds