Lines Matching refs:cell
38 auto cell = chre::MakeUniqueZeroFill<struct chreWwanCellInfo>(); in sendCellInfoResult() local
39 cell->timeStamp = gSystemApi->getCurrentTime(); in sendCellInfoResult()
40 cell->cellInfoType = CHRE_WWAN_CELL_INFO_TYPE_GSM; in sendCellInfoResult()
42 cell->CellInfo.gsm.cellIdentityGsm.mcc = INT32_MAX; in sendCellInfoResult()
43 cell->CellInfo.gsm.cellIdentityGsm.mnc = INT32_MAX; in sendCellInfoResult()
44 cell->CellInfo.gsm.cellIdentityGsm.lac = INT32_MAX; in sendCellInfoResult()
45 cell->CellInfo.gsm.cellIdentityGsm.cid = INT32_MAX; in sendCellInfoResult()
46 cell->CellInfo.gsm.cellIdentityGsm.arfcn = INT32_MAX; in sendCellInfoResult()
47 cell->CellInfo.gsm.cellIdentityGsm.bsic = INT8_MAX; in sendCellInfoResult()
48 cell->CellInfo.gsm.signalStrengthGsm.signalStrength = INT32_MAX; in sendCellInfoResult()
49 cell->CellInfo.gsm.signalStrengthGsm.signalStrength = INT32_MAX; in sendCellInfoResult()
50 cell->CellInfo.gsm.signalStrengthGsm.signalStrength = INT32_MAX; in sendCellInfoResult()
54 result->cells = cell.release(); in sendCellInfoResult()