Home
last modified time | relevance | path

Searched defs:cell (Results 1 – 8 of 8) sorted by relevance

/system/chre/apps/test/chqts/src/general_test/
Dcell_info_tdscdma.cc59 bool CellInfoTdscdma::validate(const struct chreWwanCellInfoTdscdma &cell) { in validate()
Dcell_info_wcdma.cc66 bool CellInfoWcdma::validate(const struct chreWwanCellInfoWcdma &cell) { in validate()
Dcell_info_lte.cc75 bool CellInfoLte::validate(const struct chreWwanCellInfoLte &cell) { in validate()
Dcell_info_gsm.cc75 bool CellInfoGsm::validate(const struct chreWwanCellInfoGsm &cell) { in validate()
Dcell_info_nr.cc77 bool CellInfoNr::validate(const struct chreWwanCellInfoNr &cell, in validate()
Dcell_info_cdma.cc78 bool CellInfoCdma::validate(const struct chreWwanCellInfoCdma &cell) { in validate()
/system/chre/platform/linux/
Dpal_wwan.cc38 auto cell = chre::MakeUniqueZeroFill<struct chreWwanCellInfo>(); in sendCellInfoResult() local
/system/chre/apps/wwan_world/
Dwwan_world.cc86 void logChreWwanInfo(const chreWwanCellInfo *cell) { in logChreWwanInfo()