/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | RadioAccessFamily.java | 79 private static final int NR = RAF_NR; field in RadioAccessFamily 222 return NR; in getRafFromNetworkType() 224 return NR | LTE; in getRafFromNetworkType() 232 return NR | LTE | WCDMA; in getRafFromNetworkType() 258 raf = ((NR & raf) > 0) ? (NR | raf) : raf; in getAdjustedRaf() 313 case (NR): in getNetworkTypeFromRaf() 315 case (NR | LTE): in getNetworkTypeFromRaf() 317 case (NR | LTE | CDMA | EVDO): in getNetworkTypeFromRaf() 319 case (NR | LTE | GSM | WCDMA): in getNetworkTypeFromRaf() 323 case (NR | LTE | WCDMA): in getNetworkTypeFromRaf() [all …]
|
/aosp12/packages/apps/LegacyCamera/jni/ |
H A D | mosaic_renderer_jni.h | 22 const int NR = 2; // Number of resolution modes variable 31 extern unsigned char* gPreviewImage[NR]; 32 extern int gPreviewImageWidth[NR]; 33 extern int gPreviewImageHeight[NR];
|
H A D | feature_mos_jni.cpp | 45 int tWidth[NR]; 46 int tHeight[NR]; 48 ImageType tImage[NR][MAX_FRAMES];// = {{ImageUtils::IMAGE_TYPE_NOIMAGE}}; // YVU24 format image 49 Mosaic *mosaic[NR] = {NULL,NULL}; 54 float gProgress[NR]; 56 bool gCancelComputation[NR]; 67 bool quarter_res[NR] = {false,false}; 68 float thresh_still[NR] = {5.0f,0.0f};
|
H A D | mosaic_renderer_jni.cpp | 42 unsigned char* gPreviewImage[NR]; 44 int gPreviewImageWidth[NR]; 46 int gPreviewImageHeight[NR]; 70 SurfaceTextureRenderer gSurfTexRenderer[NR]; 73 FrameBuffer gBufferInput[NR]; 76 YVURenderer gYVURenderer[NR]; 78 FrameBuffer gBufferInputYVU[NR];
|
/aosp12/packages/apps/Settings/src/com/android/settings/network/telephony/ |
H A D | MobileNetworkUtils.java | 773 return NR; in getRafFromNetworkType() 775 return NR | LTE; in getRafFromNetworkType() 777 return NR | LTE | CDMA | EVDO; in getRafFromNetworkType() 783 return NR | LTE | WCDMA; in getRafFromNetworkType() 850 case (NR): in getNetworkTypeFromRaf() 852 case (NR | LTE): in getNetworkTypeFromRaf() 854 case (NR | LTE | CDMA | EVDO): in getNetworkTypeFromRaf() 856 case (NR | LTE | GSM | WCDMA): in getNetworkTypeFromRaf() 860 case (NR | LTE | WCDMA): in getNetworkTypeFromRaf() 862 case (NR | LTE | RAF_TD_SCDMA): in getNetworkTypeFromRaf() [all …]
|
H A D | TelephonyConstants.java | 254 public static final int NR = RAF_NR; field in TelephonyConstants.RadioAccessFamily
|
/aosp12/hardware/interfaces/radio/1.6/ |
H A D | types.hal | 99 /** EPS or NR QOS parameters */ 345 /** Default bearer QoS. Applicable to LTE and NR */ 380 * NR Dual connectivity state 481 * Defines the values for emergency service indicator of NR 520 * it supports. This information is received from NR network during NR NAS registration 521 * procedure through NR REGISTRATION ACCEPT. 528 * is received from NR network through two sources: 529 * a. During NR NAS registration procedure through NR REGISTRATION ACCEPT. 540 * information is received from NR network during NR NAS registration procedure through 541 * NR REGISTRATION ACCEPT. [all …]
|
H A D | IRadio.hal | 260 * Enable or disable E-UTRA-NR dual connectivity. If disabled then UE will not connect 264 * @param nrDualConnectivityState expected NR dual connectivity state. 265 * 1. Enable NR dual connectivity {NrDualConnectivityState:ENABLE} 266 * 2. Disable NR dual connectivity {NrDualConnectivityState:DISABLE} 267 * 3. Disable NR dual connectivity and force secondary cell to be released 276 * Is E-UTRA-NR Dual Connectivity enabled
|
H A D | IRadioResponse.hal | 242 * @param isEnabled Indicates whether NR dual connectivity is enabled or not, True if enabled
|
/aosp12/system/nfc/src/nfc/include/ |
H A D | llcp_defs.h | 42 #define LLCP_GET_SEQUENCE(NS, NR) (((uint8_t)(NS) << 4) | (uint8_t)(NR)) argument
|
/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/network/ |
H A D | EnabledNetworkModePreferenceControllerTest.java | 28 import static com.android.settings.network.telephony.TelephonyConstants.RadioAccessFamily.NR; 193 (long) (NR | LTE | RAF_TD_SCDMA | GSM | WCDMA)); in updateState_selectedOn5gItem() 213 (long) (NR | LTE | RAF_TD_SCDMA | GSM | WCDMA)); in updateState_disAllowed5g_5gOptionHidden() 233 (long) (NR | LTE | RAF_TD_SCDMA | GSM | WCDMA)); in updateState_disAllowed5g_selectOn4gOption() 277 (long) (NR | LTE | CDMA | EVDO | GSM | WCDMA)); in updateState_GlobalDisAllowed5g_GlobalWithoutNR() 297 (long) (NR | LTE | CDMA | EVDO | GSM | WCDMA)); in updateState_GlobalDisAllowed5g_SelectOnGlobal()
|
/aosp12/hardware/interfaces/audio/2.0/ |
H A D | IPrimaryDevice.hal | 47 * @return enabled whether BT SCO NR + EC are enabled. 56 * @param enabled whether BT SCO NR + EC are enabled.
|
/aosp12/frameworks/opt/telephony/proto/src/ |
H A D | telephony.proto | 297 // NR (5G) state 305 // or NR is not supported by the selected PLMN. 309 // and both DCNR is not restricted and NR is supported 363 // Current NR frequency range 366 // Current NR state 424 // NR (5G) operation mode 426 // The device is not in a NR network. 430 // The device is in a NR non-standalone network at MMWAVE frequencies. 432 // The device is in a NR standalone network at non-MMWAVE frequencies. 434 // The device is in a NR standalone network at MMWAVE frequencies. [all …]
|
/aosp12/hardware/interfaces/radio/1.4/ |
H A D | types.hal | 211 /** 5G NR. This is only use in 5G Standalone mode. */ 212 NR = 20, 216 /** 5G NR. This is only use in 5G Standalone mode. */ 217 NR = 1 << RadioTechnology:NR, 1488 /** The parameters of NR 5G Non-Standalone. */ 1502 * True if use of dual connectivity with NR is restricted. 1531 * The parameters of NR 5G Non-Standalone. This value is only valid on E-UTRAN, otherwise 1540 * Indicates that if E-UTRA-NR Dual Connectivity (EN-DC) is supported by the LTE cell. 1813 * NR Cell Identity in range [0, 68719476735] (36 bits) described in 3GPP TS 38.331, which 1828 * NR Absolute Radio Frequency Channel Number, in range [0, 3279165]. [all …]
|
/aosp12/hardware/interfaces/audio/4.0/ |
H A D | IPrimaryDevice.hal | 56 * @return enabled whether BT SCO NR + EC are enabled. 66 * @param enabled whether BT SCO NR + EC are enabled.
|
/aosp12/hardware/interfaces/audio/5.0/ |
H A D | IPrimaryDevice.hal | 56 * @return enabled whether BT SCO NR + EC are enabled. 66 * @param enabled whether BT SCO NR + EC are enabled.
|
/aosp12/hardware/interfaces/audio/6.0/ |
H A D | IPrimaryDevice.hal | 56 * @return enabled whether BT SCO NR + EC are enabled. 66 * @param enabled whether BT SCO NR + EC are enabled.
|
/aosp12/hardware/interfaces/audio/7.0/ |
H A D | IPrimaryDevice.hal | 56 * @return enabled whether BT SCO NR + EC are enabled. 66 * @param enabled whether BT SCO NR + EC are enabled.
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_util_Process.cpp | 934 const jsize NR = outFloats ? env->GetArrayLength(outFloats) : 0; in android_os_Process_parseProcLineArray() local 942 || (NR > 0 && floatsData == NULL)) { in android_os_Process_parseProcLineArray() 1017 if ((mode&PROC_OUT_FLOAT) != 0 && di < NR) { in android_os_Process_parseProcLineArray()
|
/aosp12/hardware/interfaces/radio/1.5/ |
H A D | IRadioIndication.hal | 51 * For NR (5GMM), cause codes are TS 24.501 Sec 9.11.3.2
|
/aosp12/packages/modules/Wifi/service/coex-table-parser/api/ |
H A D | current.txt | 105 enum_constant public static final com.android.server.wifi.coex.RatType NR;
|
/aosp12/frameworks/base/tools/aapt/ |
H A D | AaptAssets.cpp | 1599 const size_t NR = resdirs.size(); in print() local 1600 for (size_t i=0; i<NR; i++) { in print()
|
H A D | XMLNode.cpp | 1404 const size_t NR = outResIds->size(); in collect_attr_strings() local 1407 if (strIdx >= NR) { in collect_attr_strings()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/coex/ |
H A D | CoexManager.java | 772 } else if (RatType.NR.equals(entry.getRat())) { in readTableFromXml()
|
/aosp12/packages/services/Telephony/ecc/input/ |
H A D | eccdata.txt | 1926 iso_code: "NR"
|