Home | History | Annotate | Download | only in libril

Lines Matching refs:cellIdentityLte

3156                     p_cur->CellInfo.lte.cellIdentityLte.mcc,
3157 p_cur->CellInfo.lte.cellIdentityLte.mnc,
3158 p_cur->CellInfo.lte.cellIdentityLte.ci,
3159 p_cur->CellInfo.lte.cellIdentityLte.pci,
3160 p_cur->CellInfo.lte.cellIdentityLte.tac);
3162 p.writeInt32(p_cur->CellInfo.lte.cellIdentityLte.mcc);
3163 p.writeInt32(p_cur->CellInfo.lte.cellIdentityLte.mnc);
3164 p.writeInt32(p_cur->CellInfo.lte.cellIdentityLte.ci);
3165 p.writeInt32(p_cur->CellInfo.lte.cellIdentityLte.pci);
3166 p.writeInt32(p_cur->CellInfo.lte.cellIdentityLte.tac);