Home | History | Annotate | Download | only in libril

Lines Matching refs:cellIdentityWcdma

2444                     p_cur->CellInfo.wcdma.cellIdentityWcdma.mcc,
2445 p_cur->CellInfo.wcdma.cellIdentityWcdma.mnc,
2446 p_cur->CellInfo.wcdma.cellIdentityWcdma.lac,
2447 p_cur->CellInfo.wcdma.cellIdentityWcdma.cid,
2448 p_cur->CellInfo.wcdma.cellIdentityWcdma.psc);
2453 p.writeInt32(p_cur->CellInfo.wcdma.cellIdentityWcdma.mcc);
2454 p.writeInt32(p_cur->CellInfo.wcdma.cellIdentityWcdma.mnc);
2455 p.writeInt32(p_cur->CellInfo.wcdma.cellIdentityWcdma.lac);
2456 p.writeInt32(p_cur->CellInfo.wcdma.cellIdentityWcdma.cid);
2457 p.writeInt32(p_cur->CellInfo.wcdma.cellIdentityWcdma.psc);