Searched refs:TimerInfo (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiTimerRecordSources.java53 * TimerInfo timerInfo = HdmiTimerRecordSource.timerInfoOf(10, 8, starTime, duration,
78 public static TimerRecordSource ofDigitalSource(TimerInfo timerInfo,
93 public static TimerRecordSource ofAnalogueSource(TimerInfo timerInfo,
108 public static TimerRecordSource ofExternalPlug(TimerInfo timerInfo, ExternalPlugData source) {
123 public static TimerRecordSource ofExternalPhysicalAddress(TimerInfo timerInfo,
131 private static void checkTimerRecordSourceInputs(TimerInfo timerInfo, RecordSource source) {
133 Log.w(TAG, "TimerInfo should not be null.");
134 throw new IllegalArgumentException("TimerInfo should not be null.");
255 * Creates {@link TimerInfo} with the given information.
269 * @return {@link TimerInfo}
306 public static final class TimerInfo { class in class:HdmiTimerRecordSources
337 private TimerInfo(int dayOfMonth, int monthOfYear, Time startTime, method in class:HdmiTimerRecordSources.TimerInfo
[all...]

Completed in 1344 milliseconds