Home | History | Annotate | Download | only in libril

Lines Matching refs:wcdma

3107                 appendPrintBuf("%s WCDMA id: mcc=%d,mnc=%d,lac=%d,cid=%d,psc=%d,", printBuf,
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);
3114 p_cur->CellInfo.wcdma.signalStrengthWcdma.signalStrength,
3115 p_cur->CellInfo.wcdma.signalStrengthWcdma.bitErrorRate);
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);
3122 p.writeInt32(p_cur->CellInfo.wcdma.signalStrengthWcdma.signalStrength);
3123 p.writeInt32(p_cur->CellInfo.wcdma.signalStrengthWcdma.bitErrorRate);