Home
last modified time | relevance | path

Searched refs:ecio (Results 1 – 14 of 14) sorted by relevance

/aosp12/system/chre/apps/test/chqts/src/general_test/
H A Dcell_info_cdma.cc50 } else if (!isBoundedInt32(strength.ecio, 0, 1600, INT32_MAX)) { in validateSignalStrengthCdma()
51 sendFatalFailureInt32("Invalid CDMA/CDMA ecio: %d", strength.ecio); in validateSignalStrengthCdma()
66 } else if (!isBoundedInt32(strength.ecio, 0, 1600, INT32_MAX)) { in validateSignalStrengthEvdo()
67 sendFatalFailureInt32("Invalid CDMA/EVDO ecio: %d", strength.ecio); in validateSignalStrengthEvdo()
/aosp12/system/chre/chpp/common/
H A Dwwan_convert.c61 out->ecio = in->ecio; in chppWwanConvertSignalStrengthCdmaFromChre()
68 out->ecio = in->ecio; in chppWwanConvertSignalStrengthEvdoFromChre()
320 out->ecio = in->ecio; in chppWwanConvertSignalStrengthCdmaToChre()
329 out->ecio = in->ecio; in chppWwanConvertSignalStrengthEvdoToChre()
/aosp12/system/chre/chre_api/legacy/v1_1/chre/
H A Dwwan.h232 int32_t ecio; member
245 int32_t ecio; member
/aosp12/system/chre/chre_api/legacy/v1_2/chre/
H A Dwwan.h232 int32_t ecio; member
245 int32_t ecio; member
/aosp12/system/chre/chre_api/legacy/v1_3/chre/
H A Dwwan.h232 int32_t ecio; member
245 int32_t ecio; member
/aosp12/system/chre/chre_api/legacy/v1_4/chre/
H A Dwwan.h283 int32_t ecio; member
298 int32_t ecio; member
/aosp12/system/chre/chpp/include/chpp/common/
H A Dwwan_types.h54 int32_t ecio; member
60 int32_t ecio; member
/aosp12/system/chre/chre_api/include/chre_api/chre/
H A Dwwan.h283 int32_t ecio; member
298 int32_t ecio; member
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DCellSignalStrengthCdma.java84 this(-cdma.dbm, -cdma.ecio, -evdo.dbm, -evdo.ecio, evdo.signalNoiseRatio); in CellSignalStrengthCdma()
/aosp12/hardware/ril/include/telephony/
H A Dril.h1261 int ecio; /* Valid values are positive integers. This value is the actual Ec/Io multiplied member
1273 int ecio; /* Valid values are positive integers. This value is the actual Ec/Io multiplied member
/aosp12/hardware/ril/reference-ril/
H A Dril.h1261 int ecio; /* Valid values are positive integers. This value is the actual Ec/Io multiplied member
1273 int ecio; /* Valid values are positive integers. This value is the actual Ec/Io multiplied member
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DRILTest.java1661 cellinfo.signalStrengthCdma.ecio = -ECIO; in testConvertHalCellInfoListForCdma()
1663 cellinfo.signalStrengthEvdo.ecio = -ECIO; in testConvertHalCellInfoListForCdma()
2585 cellinfo.signalStrengthCdma.ecio = -ECIO; in getCellInfoListForCdma()
2587 cellinfo.signalStrengthEvdo.ecio = -ECIO; in getCellInfoListForCdma()
/aosp12/hardware/ril/libril/
H A Dril_service.cpp6993 signalStrength.cdma.ecio = rilSignalStrength->CDMA_SignalStrength.ecio; in convertRilSignalStrengthToHal()
6995 signalStrength.evdo.ecio = rilSignalStrength->EVDO_SignalStrength.ecio; in convertRilSignalStrengthToHal()
7877 cellInfoCdma->signalStrengthCdma.ecio = in convertRilCellInfoListToHal()
7878 rillCellInfo->CellInfo.cdma.signalStrengthCdma.ecio; in convertRilCellInfoListToHal()
7881 cellInfoCdma->signalStrengthEvdo.ecio = in convertRilCellInfoListToHal()
7882 rillCellInfo->CellInfo.cdma.signalStrengthEvdo.ecio; in convertRilCellInfoListToHal()
/aosp12/hardware/interfaces/radio/1.0/
H A Dtypes.hal1256 uint32_t ecio; // This value is the actual
1268 uint32_t ecio; // This value is the actual