/aosp12/hardware/interfaces/broadcastradio/common/utils1x/ |
H A D | Utils.cpp | 39 if (a == ProgramType::AM && b == ProgramType::AM_HD) return true; in isCompatibleProgramType() 40 if (a == ProgramType::AM_HD && b == ProgramType::AM) return true; in isCompatibleProgramType() 71 case ProgramType::AM: in tunesTo() 109 case ProgramType::AM: in isAmFm() 120 return band == Band::AM || band == Band::AM_HD; in isAm() 169 ALOGW_IF((subChannel > 0) && (band == Band::AM || band == Band::FM), in make_selector() 175 type = ProgramType::AM; in make_selector() 215 case ProgramType::AM: in isDigital()
|
/aosp12/frameworks/base/services/core/jni/BroadcastRadio/ |
H A D | regions.cpp | 102 { Band::AM }, 109 { Band::AM }, 116 { Band::AM }, 123 { Band::AM, Band::AM_HD }, 130 { Band::AM, Band::AM_HD }, 137 { Band::AM, Band::AM_HD },
|
/aosp12/frameworks/native/cmds/dumpstate/tests/testdata/ |
H A D | multiple-lines-with-newline.txt | 1 I AM LINE1 2 I AM LINE2 3 I AM LINE3
|
H A D | multiple-lines.txt | 1 I AM LINE1 2 I AM LINE2 3 I AM LINE3
|
H A D | single-line-with-newline.txt | 1 I AM LINE1
|
H A D | single-line.txt | 1 I AM LINE1
|
/aosp12/hardware/interfaces/broadcastradio/1.1/ |
H A D | types.hal | 124 AM = 1, 141 AM = 1, // analogue AM radio (with or without RDS) 143 AM_HD, // AM HD Radio 158 * it for secondary IDs. For example, a satellite program may set AM/FM fallback 159 * frequency, if a station broadcasts both via satellite and AM/FM. 244 * - AM/FM frequency 262 * - AM, FM: RDS_PI if the station broadcasts RDS, AMFM_FREQUENCY otherwise;
|
/aosp12/packages/apps/Car/Radio/src/com/android/car/radio/bands/ |
H A D | ProgramType.java | 68 public static final ProgramType AM = new AMProgramType(ID_AM); field in ProgramType 137 if (ProgramSelectorExt.isAmFrequency(freq)) return AM; in fromSelector() 217 return AM;
|
H A D | RegionConfig.java | 80 if (!mAmConfig.isEmpty()) supported.add(ProgramType.AM); in createSupportedProgramTypes()
|
H A D | AMFMProgramType.java | 43 return (this == ProgramType.AM) ? config.getAmConfig() : config.getFmConfig(); in getBands()
|
/aosp12/frameworks/compile/slang/ |
H A D | slang_rs_reflection.h | 138 static const char *AccessModifierStr(AccessModifier AM); 147 bool startClass(AccessModifier AM, bool IsStatic, 152 void startFunction(AccessModifier AM, bool IsStatic, const char *ReturnType, 156 void startFunction(AccessModifier AM, bool IsStatic, const char *ReturnType,
|
H A D | slang_rs_reflection.cpp | 2972 const char *RSReflectionJava::AccessModifierStr(AccessModifier AM) { in AccessModifierStr() argument 2973 switch (AM) { in AccessModifierStr() 2992 bool RSReflectionJava::startClass(AccessModifier AM, bool IsStatic, in startClass() argument 3038 mOut << AccessModifierStr(AM) << ((IsStatic) ? " static" : "") << " class " in startClass() 3063 void RSReflectionJava::startFunction(AccessModifier AM, bool IsStatic, in startFunction() argument 3079 startFunction(AM, IsStatic, ReturnType, FunctionName, Args); in startFunction() 3082 void RSReflectionJava::startFunction(AccessModifier AM, bool IsStatic, in startFunction() argument 3086 mOut.indent() << AccessModifierStr(AM) << ((IsStatic) ? " static " : " ") in startFunction()
|
/aosp12/hardware/interfaces/broadcastradio/2.0/ |
H A D | types.hal | 151 * Regional configuration for AM/FM. 162 * All supported or configured AM/FM bands. 164 * AM/FM bands are identified by frequency value 169 * configuration (AM LW, AM MW, AM SW, FM). 181 * AM/FM band range for region configuration. 315 * - AMFM_FREQUENCY for analog AM/FM; 469 * - <500kHz: AM LW; 470 * - 500kHz - 1705kHz: AM MW; 471 * - 1.71MHz - 30MHz: AM SW; 584 * - AM/FM frequency, [all …]
|
H A D | IBroadcastRadio.hal | 38 * Fetches current or possible AM/FM region configuration. 43 * NOT_SUPPORTED if the tuner doesn't support AM/FM.
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | TextInputTimePickerView.java | 43 private static final int AM = 0; field in TextInputTimePickerView 134 mListener.onValueChanged(AMPM, AM); in TextInputTimePickerView() 209 if (amOrPm == AM) { in updateTextInputValues()
|
H A D | TimePickerClockDelegate.java | 83 private static final int AM = 0; field in TimePickerClockDelegate 432 mCurrentHour < 12 ? AM : PM, mIs24Hour, mHourFormatStartsAtZero); in updateTextInputPicker() 448 updateAmPmLabelStates(mCurrentHour < 12 ? AM : PM); 544 mRadialTimePickerView.setAmOrPm(hour < 12 ? AM : PM); 752 final boolean isAm = amOrPm == AM; 1026 setAmOrPm(AM); 1054 setAmOrPm(AM);
|
H A D | RadialTimePickerView.java | 78 private static final int AM = 0; field in RadialTimePickerView 379 mAmOrPm = AM; in RadialTimePickerView() 500 final int amOrPm = (hour == 0 || (hour % 24) < 12) ? AM : PM; in setCurrentHourInternal() 1294 if (amOrPm == AM) { in hour12To24()
|
/aosp12/hardware/interfaces/broadcastradio/1.0/ |
H A D | types.hal | 33 /** FM (including HD radio) and AM */ 44 AM = 0, 49 /** AM HD Radio / DRM (IBOC) */ 94 /** Additional attributes for an AM band configuration */
|
H A D | IBroadcastRadioFactory.hal | 25 * (AM/FM, Satellite, DAB).
|
H A D | ITuner.hal | 83 * @param channel Channel to tune to. A frequency in kHz for AM/FM/HD Radio
|
/aosp12/hardware/interfaces/broadcastradio/1.1/default/ |
H A D | BroadcastRadio.cpp | 53 Band::AM, 112 static_cast<uint32_t>(ProgramType::AM), static_cast<uint32_t>(ProgramType::FM), in getProperties_1_1()
|
/aosp12/art/test/092-locale/ |
H A D | expected-stdout.txt | 5 USA dfs: [AM, PM]
|
/aosp12/hardware/interfaces/broadcastradio/1.1/vts/functional/ |
H A D | VtsHalBroadcastradioV1_1TargetTest.cpp | 73 ProgramType::AM, ProgramType::FM, ProgramType::AM_HD, ProgramType::FM_HD, 563 EXPECT_GE(val, static_cast<uint32_t>(Modulation::AM)); in verifyIdentifier()
|
/aosp12/hardware/interfaces/broadcastradio/1.0/default/ |
H A D | Utils.cpp | 45 static_assert(RADIO_BAND_AM == static_cast<int>(Band::AM),
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
H A D | DefaultWallpaperPreferences.java | 628 midnightYesterday.set(Calendar.AM_PM, Calendar.AM); in getDailyRotationsPreviousDay() 635 midnightToday.set(Calendar.AM_PM, Calendar.AM); in getDailyRotationsPreviousDay()
|