Home
last modified time | relevance | path

Searched refs:LTE (Results 1 – 25 of 27) sorted by relevance

12

/hardware/interfaces/radio/aidl/compat/libradiocompat/network/
Dutils.cpp28 constexpr auto LTE = E::LTE | E::LTE_CA; variable
38 if (raf & RAF::LTE) raf |= RAF::LTE; in getAdjustedRaf()
55 case (RAF::LTE | RAF::CDMA | RAF::EVDO): in getNetworkTypeFromRaf()
57 case (RAF::LTE | RAF::GSM | RAF::WCDMA): in getNetworkTypeFromRaf()
59 case (RAF::LTE | RAF::CDMA | RAF::EVDO | RAF::GSM | RAF::WCDMA): in getNetworkTypeFromRaf()
61 case RAF::LTE: in getNetworkTypeFromRaf()
63 case (RAF::LTE | RAF::WCDMA): in getNetworkTypeFromRaf()
75 case (RAF::LTE | RAF::E::TD_SCDMA): in getNetworkTypeFromRaf()
79 case (RAF::LTE | RAF::E::TD_SCDMA | RAF::GSM): in getNetworkTypeFromRaf()
83 case (RAF::LTE | RAF::E::TD_SCDMA | RAF::WCDMA): in getNetworkTypeFromRaf()
[all …]
/hardware/interfaces/radio/aidl/android/hardware/radio/
DRadioAccessFamily.aidl40 LTE = 1 << RadioTechnology.LTE, enumConstant
DRadioTechnology.aidl38 LTE, enumConstant
/hardware/interfaces/gnss/1.0/
DIAGnssRil.hal53 /** CellID for 2G, 3G and LTE, used in AGNSS. */
65 * Location Area Code in 2G, 3G and LTE. In 3G lac is discarded. In LTE,
71 /** Cell id in 2G. Utran Cell id in 3G. Cell Global Id EUTRA in LTE. */
74 /** Tracking Area Code in LTE. */
77 /** Physical Cell id in LTE (not used in 2G and 3G) */
DIGnssConfiguration.hal46 * Enum that hold the bit masks for various LTE Positioning Profile settings (LPP_PROFILE
51 /** Enable LTE Positioning Protocol user plane */
54 /** Enable LTE Positioning Protocol Control plane */
69 /** LTE Positioning Protocol User plane */
127 * This method sets the LTE Positioning Profile configuration.
129 * @param lppProfile Bitmask that specifies the LTE Positioning Profile
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio/2/android/hardware/radio/
DRadioAccessFamily.aidl51 LTE = (1 << android.hardware.radio.RadioTechnology.LTE) /* 16384 */, enumConstant
DRadioTechnology.aidl51 LTE, enumConstant
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio/3/android/hardware/radio/
DRadioAccessFamily.aidl52 LTE = (1 << android.hardware.radio.RadioTechnology.LTE) /* 16384 */, enumConstant
DRadioTechnology.aidl52 LTE, enumConstant
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio/current/android/hardware/radio/
DRadioAccessFamily.aidl52 LTE = (1 << android.hardware.radio.RadioTechnology.LTE) /* 16384 */, enumConstant
DRadioTechnology.aidl52 LTE, enumConstant
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio/1/android/hardware/radio/
DRadioTechnology.aidl51 LTE = 14, enumConstant
DRadioAccessFamily.aidl51 LTE = 16384, enumConstant
/hardware/interfaces/radio/1.4/
Dtypes.hal255 * Network supports IPv4v6 PDP type only. Non-IP type is not allowed. In LTE mode of operation,
261 * Network supports non-IP PDP type only. IPv4, IPv6 and IPv4v6 is not allowed. In LTE mode of
1015 * Radio resource control (RRC) connection was aborted before deactivating the LTE stack due to
1016 * a successful LTE to WCDMA/GSM/TD-SCDMA IRAT change.
1020 * If the UE has an LTE radio link failure before security is established, the radio resource
1026 * IRAT to LTE IRAT handover.
1030 * Radio resource control (RRC) connection was aborted before deactivating the LTE stack after a
1031 * successful LTE to GSM/EDGE IRAT cell change order procedure.
1035 * Radio resource control (RRC) connection was aborted in the middle of a LTE to GSM IRAT cell
1128 * Network initiates a detach on LTE with error cause "data plan has been replenished or has
[all …]
/hardware/interfaces/radio/1.0/
Dtypes.hal576 LTE = 14,
660 LTE_CDMA_EVDO, // LTE, CDMA and EvDo
661 LTE_GSM_WCDMA, // LTE, GSM/WCDMA
662 LTE_CMDA_EVDO_GSM_WCDMA, // LTE, CDMA, EvDo, GSM/WCDMA
663 LTE_ONLY, // LTE only
664 LTE_WCDMA, // LTE/WCDMA
667 TD_SCDMA_LTE, // TD-SCDMA and LTE
669 TD_SCDMA_GSM_LTE, // TD-SCDMA,GSM and LTE
671 TD_SCDMA_WCDMA_LTE, // TD-SCDMA, WCDMA and LTE
672 TD_SCDMA_GSM_WCDMA_LTE, // TD-SCDMA, GSM/WCDMA and LTE
[all …]
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_data.cpp61 } else if (cellInfoType == CellInfoType::LTE) { in TEST_P()
123 RadioTechnology radioTechnology = RadioTechnology::LTE; in TEST_P()
/hardware/interfaces/radio/1.5/
DIRadioIndication.hal50 * For LTE (EMM), cause codes are TS 24.301 Sec 9.9.3.9
56 * For LTE (ESM), cause codes are in TS 24.301 9.9.4.4
Dtypes.hal1020 * Network capabilities for voice over PS services. This info is valid only on LTE
1021 * network and must be present when device is camped on LTE. VopsInfo must be empty when
DIRadio.hal135 * For example, CBRS is only on LTE band 48. By specifying this band,
/hardware/interfaces/radio/1.3/
DIRadio.hal39 * For example, CBRS is only on LTE band 48. By specifying this band,
/hardware/interfaces/radio/aidl/vts/
Dradio_data_test.cpp104 static_cast<int32_t>(RadioAccessFamily::LTE) | in TEST_P()
196 static_cast<int32_t>(RadioAccessFamily::LTE) | in TEST_P()
/hardware/interfaces/radio/1.4/vts/functional/
Dradio_hidl_hal_api.cpp221 network_type_bitmap |= ::android::hardware::radio::V1_4::RadioAccessFamily::LTE; in TEST_P()
900 if (rat == ((int )::android::hardware::radio::V1_4::RadioTechnology::LTE) in TEST_P()
/hardware/interfaces/radio/1.6/
Dtypes.hal63 /** LTE/EPS Quality of Service parameters as per 3gpp spec 24.301 sec 9.9.4.3. */
345 /** Default bearer QoS. Applicable to LTE and NR */
612 * If LTE measurements are provided, this structure must contain valid measurements; otherwise
/hardware/interfaces/radio/1.6/vts/functional/
Dradio_hidl_hal_api.cpp28 allowedNetworkTypesBitmap |= ::android::hardware::radio::V1_4::RadioAccessFamily::LTE; in TEST_P()
55 allowedNetworkTypesBitmap |= ::android::hardware::radio::V1_4::RadioAccessFamily::LTE; in TEST_P()
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_hidl_hal_api.cpp793 } else if (cellInfoType == CellInfoType::LTE) { in TEST_P()

12