Lines Matching refs:cellIdentityGsm
2426 p_cur->CellInfo.gsm.cellIdentityGsm.mcc,
2427 p_cur->CellInfo.gsm.cellIdentityGsm.mnc,
2428 p_cur->CellInfo.gsm.cellIdentityGsm.lac,
2429 p_cur->CellInfo.gsm.cellIdentityGsm.cid);
2434 p.writeInt32(p_cur->CellInfo.gsm.cellIdentityGsm.mcc);
2435 p.writeInt32(p_cur->CellInfo.gsm.cellIdentityGsm.mnc);
2436 p.writeInt32(p_cur->CellInfo.gsm.cellIdentityGsm.lac);
2437 p.writeInt32(p_cur->CellInfo.gsm.cellIdentityGsm.cid);