Searched defs:cell (Results 1 – 8 of 8) sorted by relevance
59 bool CellInfoTdscdma::validate(const struct chreWwanCellInfoTdscdma &cell) { in validate()
66 bool CellInfoWcdma::validate(const struct chreWwanCellInfoWcdma &cell) { in validate()
75 bool CellInfoLte::validate(const struct chreWwanCellInfoLte &cell) { in validate()
75 bool CellInfoGsm::validate(const struct chreWwanCellInfoGsm &cell) { in validate()
77 bool CellInfoNr::validate(const struct chreWwanCellInfoNr &cell, in validate()
78 bool CellInfoCdma::validate(const struct chreWwanCellInfoCdma &cell) { in validate()
38 auto cell = chre::MakeUniqueZeroFill<struct chreWwanCellInfo>(); in sendCellInfoResult() local
86 void logChreWwanInfo(const chreWwanCellInfo *cell) { in logChreWwanInfo()