Home
last modified time | relevance | path

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

/system/chre/apps/chqts/src/general_test/
Dcell_info_tdscdma.cc60 bool CellInfoTdscdma::validate(const struct chreWwanCellInfoTdscdma& cell) { in validate()
Dcell_info_wcdma.cc65 bool CellInfoWcdma::validate(const struct chreWwanCellInfoWcdma& cell) { in validate()
Dcell_info_gsm.cc76 bool CellInfoGsm::validate(const struct chreWwanCellInfoGsm& cell) { in validate()
Dcell_info_lte.cc79 bool CellInfoLte::validate(const struct chreWwanCellInfoLte& cell) { in validate()
Dcell_info_cdma.cc81 bool CellInfoCdma::validate(const struct chreWwanCellInfoCdma& cell) { in validate()
/system/chre/apps/wwan_world/
Dwwan_world.cc64 void logChreWwanInfo(const chreWwanCellInfo *cell) { in logChreWwanInfo()