Home
last modified time | relevance | path

Searched refs:AM (Results 1 – 25 of 52) sorted by relevance

123

/aosp12/hardware/interfaces/broadcastradio/common/utils1x/
H A DUtils.cpp39 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 Dregions.cpp102 { 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 Dmultiple-lines-with-newline.txt1 I AM LINE1
2 I AM LINE2
3 I AM LINE3
H A Dmultiple-lines.txt1 I AM LINE1
2 I AM LINE2
3 I AM LINE3
H A Dsingle-line-with-newline.txt1 I AM LINE1
H A Dsingle-line.txt1 I AM LINE1
/aosp12/hardware/interfaces/broadcastradio/1.1/
H A Dtypes.hal124 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 DProgramType.java68 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 DRegionConfig.java80 if (!mAmConfig.isEmpty()) supported.add(ProgramType.AM); in createSupportedProgramTypes()
H A DAMFMProgramType.java43 return (this == ProgramType.AM) ? config.getAmConfig() : config.getFmConfig(); in getBands()
/aosp12/frameworks/compile/slang/
H A Dslang_rs_reflection.h138 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 Dslang_rs_reflection.cpp2972 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 Dtypes.hal151 * 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 DIBroadcastRadio.hal38 * 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 DTextInputTimePickerView.java43 private static final int AM = 0; field in TextInputTimePickerView
134 mListener.onValueChanged(AMPM, AM); in TextInputTimePickerView()
209 if (amOrPm == AM) { in updateTextInputValues()
H A DTimePickerClockDelegate.java83 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 DRadialTimePickerView.java78 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 Dtypes.hal33 /** 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 DIBroadcastRadioFactory.hal25 * (AM/FM, Satellite, DAB).
H A DITuner.hal83 * @param channel Channel to tune to. A frequency in kHz for AM/FM/HD Radio
/aosp12/hardware/interfaces/broadcastradio/1.1/default/
H A DBroadcastRadio.cpp53 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 Dexpected-stdout.txt5 USA dfs: [AM, PM]
/aosp12/hardware/interfaces/broadcastradio/1.1/vts/functional/
H A DVtsHalBroadcastradioV1_1TargetTest.cpp73 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 DUtils.cpp45 static_assert(RADIO_BAND_AM == static_cast<int>(Band::AM),
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
H A DDefaultWallpaperPreferences.java628 midnightYesterday.set(Calendar.AM_PM, Calendar.AM); in getDailyRotationsPreviousDay()
635 midnightToday.set(Calendar.AM_PM, Calendar.AM); in getDailyRotationsPreviousDay()

123