Home | History | Annotate | Download | only in libril

Lines Matching refs:cellIdentityCdma

3128                     p_cur->CellInfo.cdma.cellIdentityCdma.networkId,
3129 p_cur->CellInfo.cdma.cellIdentityCdma.systemId,
3130 p_cur->CellInfo.cdma.cellIdentityCdma.basestationId,
3131 p_cur->CellInfo.cdma.cellIdentityCdma.longitude,
3132 p_cur->CellInfo.cdma.cellIdentityCdma.latitude);
3134 p.writeInt32(p_cur->CellInfo.cdma.cellIdentityCdma.networkId);
3135 p.writeInt32(p_cur->CellInfo.cdma.cellIdentityCdma.systemId);
3136 p.writeInt32(p_cur->CellInfo.cdma.cellIdentityCdma.basestationId);
3137 p.writeInt32(p_cur->CellInfo.cdma.cellIdentityCdma.longitude);
3138 p.writeInt32(p_cur->CellInfo.cdma.cellIdentityCdma.latitude);