Home | History | Annotate | Download | only in libril

Lines Matching refs:cellIdentityTdscdma

3185                     p_cur->CellInfo.tdscdma.cellIdentityTdscdma.mcc,
3186 p_cur->CellInfo.tdscdma.cellIdentityTdscdma.mnc,
3187 p_cur->CellInfo.tdscdma.cellIdentityTdscdma.lac,
3188 p_cur->CellInfo.tdscdma.cellIdentityTdscdma.cid,
3189 p_cur->CellInfo.tdscdma.cellIdentityTdscdma.cpid);
3193 p.writeInt32(p_cur->CellInfo.tdscdma.cellIdentityTdscdma.mcc);
3194 p.writeInt32(p_cur->CellInfo.tdscdma.cellIdentityTdscdma.mnc);
3195 p.writeInt32(p_cur->CellInfo.tdscdma.cellIdentityTdscdma.lac);
3196 p.writeInt32(p_cur->CellInfo.tdscdma.cellIdentityTdscdma.cid);
3197 p.writeInt32(p_cur->CellInfo.tdscdma.cellIdentityTdscdma.cpid);