Home | History | Annotate | Download | only in libril

Lines Matching refs:wcdma

2443                 appendPrintBuf("%s WCDMA id: mcc=%d,mnc=%d,lac=%d,cid=%d,psc=%d,", printBuf,
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);
2450 p_cur->CellInfo.wcdma.signalStrengthWcdma.signalStrength,
2451 p_cur->CellInfo.wcdma.signalStrengthWcdma.bitErrorRate);
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);
2458 p.writeInt32(p_cur->CellInfo.wcdma.signalStrengthWcdma.signalStrength);
2459 p.writeInt32(p_cur->CellInfo.wcdma.signalStrengthWcdma.bitErrorRate);