Home | History | Annotate | Download | only in libril

Lines Matching refs:CellInfo

2426                     p_cur->CellInfo.gsm.cellIdentityGsm.mcc,
2427 p_cur->CellInfo.gsm.cellIdentityGsm.mnc,
2428 p_cur->CellInfo.gsm.cellIdentityGsm.lac,
2429 p_cur->CellInfo.gsm.cellIdentityGsm.cid);
2431 p_cur->CellInfo.gsm.signalStrengthGsm.signalStrength,
2432 p_cur->CellInfo.gsm.signalStrengthGsm.bitErrorRate);
2434 p.writeInt32(p_cur->CellInfo.gsm.cellIdentityGsm.mcc);
2435 p.writeInt32(p_cur->CellInfo.gsm.cellIdentityGsm.mnc);
2436 p.writeInt32(p_cur->CellInfo.gsm.cellIdentityGsm.lac);
2437 p.writeInt32(p_cur->CellInfo.gsm.cellIdentityGsm.cid);
2438 p.writeInt32(p_cur->CellInfo.gsm.signalStrengthGsm.signalStrength);
2439 p.writeInt32(p_cur->CellInfo.gsm.signalStrengthGsm.bitErrorRate);
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);
2464 p_cur->CellInfo.cdma.cellIdentityCdma.networkId,
2465 p_cur->CellInfo.cdma.cellIdentityCdma.systemId,
2466 p_cur->CellInfo.cdma.cellIdentityCdma.basestationId,
2467 p_cur->CellInfo.cdma.cellIdentityCdma.longitude,
2468 p_cur->CellInfo.cdma.cellIdentityCdma.latitude);
2470 p.writeInt32(p_cur->CellInfo.cdma.cellIdentityCdma.networkId);
2471 p.writeInt32(p_cur->CellInfo.cdma.cellIdentityCdma.systemId);
2472 p.writeInt32(p_cur->CellInfo.cdma.cellIdentityCdma.basestationId);
2473 p.writeInt32(p_cur->CellInfo.cdma.cellIdentityCdma.longitude);
2474 p.writeInt32(p_cur->CellInfo.cdma.cellIdentityCdma.latitude);
2477 p_cur->CellInfo.cdma.signalStrengthCdma.dbm,
2478 p_cur->CellInfo.cdma.signalStrengthCdma.ecio,
2479 p_cur->CellInfo.cdma.signalStrengthEvdo.dbm,
2480 p_cur->CellInfo.cdma.signalStrengthEvdo.ecio,
2481 p_cur->CellInfo.cdma.signalStrengthEvdo.signalNoiseRatio);
2483 p.writeInt32(p_cur->CellInfo.cdma.signalStrengthCdma.dbm);
2484 p.writeInt32(p_cur->CellInfo.cdma.signalStrengthCdma.ecio);
2485 p.writeInt32(p_cur->CellInfo.cdma.signalStrengthEvdo.dbm);
2486 p.writeInt32(p_cur->CellInfo.cdma.signalStrengthEvdo.ecio);
2487 p.writeInt32(p_cur->CellInfo.cdma.signalStrengthEvdo.signalNoiseRatio);
2492 p_cur->CellInfo.lte.cellIdentityLte.mcc,
2493 p_cur->CellInfo.lte.cellIdentityLte.mnc,
2494 p_cur->CellInfo.lte.cellIdentityLte.ci,
2495 p_cur->CellInfo.lte.cellIdentityLte.pci,
2496 p_cur->CellInfo.lte.cellIdentityLte.tac);
2498 p.writeInt32(p_cur->CellInfo.lte.cellIdentityLte.mcc);
2499 p.writeInt32(p_cur->CellInfo.lte.cellIdentityLte.mnc);
2500 p.writeInt32(p_cur->CellInfo.lte.cellIdentityLte.ci);
2501 p.writeInt32(p_cur->CellInfo.lte.cellIdentityLte.pci);
2502 p.writeInt32(p_cur->CellInfo.lte.cellIdentityLte.tac);
2505 p_cur->CellInfo.lte.signalStrengthLte.signalStrength,
2506 p_cur->CellInfo.lte.signalStrengthLte.rsrp,
2507 p_cur->CellInfo.lte.signalStrengthLte.rsrq,
2508 p_cur->CellInfo.lte.signalStrengthLte.rssnr,
2509 p_cur->CellInfo.lte.signalStrengthLte.cqi,
2510 p_cur->CellInfo.lte.signalStrengthLte.timingAdvance);
2511 p.writeInt32(p_cur->CellInfo.lte.signalStrengthLte.signalStrength);
2512 p.writeInt32(p_cur->CellInfo.lte.signalStrengthLte.rsrp);
2513 p.writeInt32(p_cur->CellInfo.lte.signalStrengthLte.rsrq);
2514 p.writeInt32(p_cur->CellInfo.lte.signalStrengthLte.rssnr);
2515 p.writeInt32(p_cur->CellInfo.lte.signalStrengthLte.cqi);
2516 p.writeInt32(p_cur->CellInfo.lte.signalStrengthLte.timingAdvance);