Home | History | Annotate | Download | only in libril

Lines Matching refs:cellIdentityGsm

3090                     p_cur->CellInfo.gsm.cellIdentityGsm.mcc,
3091 p_cur->CellInfo.gsm.cellIdentityGsm.mnc,
3092 p_cur->CellInfo.gsm.cellIdentityGsm.lac,
3093 p_cur->CellInfo.gsm.cellIdentityGsm.cid);
3098 p.writeInt32(p_cur->CellInfo.gsm.cellIdentityGsm.mcc);
3099 p.writeInt32(p_cur->CellInfo.gsm.cellIdentityGsm.mnc);
3100 p.writeInt32(p_cur->CellInfo.gsm.cellIdentityGsm.lac);
3101 p.writeInt32(p_cur->CellInfo.gsm.cellIdentityGsm.cid);