/aosp12/system/chre/apps/test/chqts/src/general_test/ |
H A D | cell_info_cdma.cc | 50 } 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 D | wwan_convert.c | 61 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 D | wwan.h | 232 int32_t ecio; member 245 int32_t ecio; member
|
/aosp12/system/chre/chre_api/legacy/v1_2/chre/ |
H A D | wwan.h | 232 int32_t ecio; member 245 int32_t ecio; member
|
/aosp12/system/chre/chre_api/legacy/v1_3/chre/ |
H A D | wwan.h | 232 int32_t ecio; member 245 int32_t ecio; member
|
/aosp12/system/chre/chre_api/legacy/v1_4/chre/ |
H A D | wwan.h | 283 int32_t ecio; member 298 int32_t ecio; member
|
/aosp12/system/chre/chpp/include/chpp/common/ |
H A D | wwan_types.h | 54 int32_t ecio; member 60 int32_t ecio; member
|
/aosp12/system/chre/chre_api/include/chre_api/chre/ |
H A D | wwan.h | 283 int32_t ecio; member 298 int32_t ecio; member
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | CellSignalStrengthCdma.java | 84 this(-cdma.dbm, -cdma.ecio, -evdo.dbm, -evdo.ecio, evdo.signalNoiseRatio); in CellSignalStrengthCdma()
|
/aosp12/hardware/ril/include/telephony/ |
H A D | ril.h | 1261 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 D | ril.h | 1261 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 D | RILTest.java | 1661 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 D | ril_service.cpp | 6993 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 D | types.hal | 1256 uint32_t ecio; // This value is the actual 1268 uint32_t ecio; // This value is the actual
|