Home | History | Annotate | Download | only in libril

Lines Matching refs:cellIdentityWcdma

3108                     p_cur->CellInfo.wcdma.cellIdentityWcdma.mcc,
3109 p_cur->CellInfo.wcdma.cellIdentityWcdma.mnc,
3110 p_cur->CellInfo.wcdma.cellIdentityWcdma.lac,
3111 p_cur->CellInfo.wcdma.cellIdentityWcdma.cid,
3112 p_cur->CellInfo.wcdma.cellIdentityWcdma.psc);
3117 p.writeInt32(p_cur->CellInfo.wcdma.cellIdentityWcdma.mcc);
3118 p.writeInt32(p_cur->CellInfo.wcdma.cellIdentityWcdma.mnc);
3119 p.writeInt32(p_cur->CellInfo.wcdma.cellIdentityWcdma.lac);
3120 p.writeInt32(p_cur->CellInfo.wcdma.cellIdentityWcdma.cid);
3121 p.writeInt32(p_cur->CellInfo.wcdma.cellIdentityWcdma.psc);