Home
last modified time | relevance | path

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

/aosp12/hardware/nxp/nfc/snxxx/halimpl/dnld/
H A DphDnldNfc_Internal.cc218 (pDlCtxt->TimerInfo.TimerStatus) = 0; in phDnldNfc_ProcessSeqState()
253 pDlCtxt->TimerInfo.TimerStatus = 1; in phDnldNfc_ProcessSeqState()
308 (pDlCtxt->TimerInfo.dwRspTimerId) = 0; in phDnldNfc_ProcessSeqState()
309 (pDlCtxt->TimerInfo.TimerStatus) = 0; in phDnldNfc_ProcessSeqState()
401 pDlCtxt->TimerInfo.TimerStatus = 1; in phDnldNfc_ProcessRWSeqState()
501 (pDlCtxt->TimerInfo.dwRspTimerId) = 0; in phDnldNfc_ProcessRWSeqState()
502 (pDlCtxt->TimerInfo.TimerStatus) = 0; in phDnldNfc_ProcessRWSeqState()
952 (pDlContext->TimerInfo.TimerStatus) = 1; in phDnldNfc_SetupResendTimer()
986 if (1 == pDlCtxt->TimerInfo.TimerStatus) { in phDnldNfc_RspTimeOutCb()
1035 if (1 == pDlCtxt->TimerInfo.TimerStatus) { in phDnldNfc_ResendTimeOutCb()
[all …]
H A DphDnldNfc_Internal.h209 TimerInfo; /* Timer context handled into download context*/ member
H A DphDnldNfc.cc1214 gpphDnldContext->TimerInfo.rspTimeout = timeout; in phDnldNfc_SetDlRspTimeout()
/aosp12/hardware/nxp/nfc/pn8x/halimpl/dnld/
H A DphDnldNfc_Internal.cc223 (pDlCtxt->TimerInfo.TimerStatus) = 0; in phDnldNfc_ProcessSeqState()
255 pDlCtxt->TimerInfo.TimerStatus = 1; in phDnldNfc_ProcessSeqState()
316 (pDlCtxt->TimerInfo.dwRspTimerId) = 0; in phDnldNfc_ProcessSeqState()
317 (pDlCtxt->TimerInfo.TimerStatus) = 0; in phDnldNfc_ProcessSeqState()
409 pDlCtxt->TimerInfo.TimerStatus = 1; in phDnldNfc_ProcessRWSeqState()
509 (pDlCtxt->TimerInfo.dwRspTimerId) = 0; in phDnldNfc_ProcessRWSeqState()
510 (pDlCtxt->TimerInfo.TimerStatus) = 0; in phDnldNfc_ProcessRWSeqState()
956 (pDlContext->TimerInfo.TimerStatus) = 1; in phDnldNfc_SetupResendTimer()
990 if (1 == pDlCtxt->TimerInfo.TimerStatus) { in phDnldNfc_RspTimeOutCb()
1039 if (1 == pDlCtxt->TimerInfo.TimerStatus) { in phDnldNfc_ResendTimeOutCb()
[all …]
H A DphDnldNfc_Internal.h206 TimerInfo; /* Timer context handled into download context*/ member
/aosp12/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiTimerRecordSources.java78 public static TimerRecordSource ofDigitalSource(TimerInfo timerInfo, in ofDigitalSource()
93 public static TimerRecordSource ofAnalogueSource(TimerInfo timerInfo, in ofAnalogueSource()
123 public static TimerRecordSource ofExternalPhysicalAddress(TimerInfo timerInfo, in ofExternalPhysicalAddress()
271 public static TimerInfo timerInfoOf(int dayOfMonth, int monthOfYear, Time startTime, in timerInfoOf()
290 return new TimerInfo(dayOfMonth, monthOfYear, startTime, duration, recordingSequence); in timerInfoOf()
305 public static final class TimerInfo { class in HdmiTimerRecordSources
336 private TimerInfo(int dayOfMonth, int monthOfYear, Time startTime, in TimerInfo() method in HdmiTimerRecordSources.TimerInfo
382 private final TimerInfo mTimerInfo;
384 private TimerRecordSource(TimerInfo timerInfo, RecordSource recordSource) { in TimerRecordSource()
440 int recordSourceSize = recordSource.length - TimerInfo.BASIC_INFO_SIZE; in checkTimerRecordSource()
[all …]
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt3588 …ordSource ofAnalogueSource(android.hardware.hdmi.HdmiTimerRecordSources.TimerInfo, android.hardwar…
3589 …cordSource ofDigitalSource(android.hardware.hdmi.HdmiTimerRecordSources.TimerInfo, android.hardwar…
3590 … ofExternalPhysicalAddress(android.hardware.hdmi.HdmiTimerRecordSources.TimerInfo, android.hardwar…
3591 …ecordSource ofExternalPlug(android.hardware.hdmi.HdmiTimerRecordSources.TimerInfo, android.hardwar…
3593 …method public static android.hardware.hdmi.HdmiTimerRecordSources.TimerInfo timerInfoOf(int, int, …
3610 public static final class HdmiTimerRecordSources.TimerInfo {
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt23284 Landroid/hardware/hdmi/HdmiTimerRecordSources$TimerInfo;->BASIC_INFO_SIZE:I
23285 Landroid/hardware/hdmi/HdmiTimerRecordSources$TimerInfo;->DAY_OF_MONTH_SIZE:I
23286 Landroid/hardware/hdmi/HdmiTimerRecordSources$TimerInfo;->DURATION_SIZE:I
23287 Landroid/hardware/hdmi/HdmiTimerRecordSources$TimerInfo;->getDataSize()I
23288 Landroid/hardware/hdmi/HdmiTimerRecordSources$TimerInfo;->mDayOfMonth:I
23290 Landroid/hardware/hdmi/HdmiTimerRecordSources$TimerInfo;->mMonthOfYear:I
23291 Landroid/hardware/hdmi/HdmiTimerRecordSources$TimerInfo;->MONTH_OF_YEAR_SIZE:I
23292 Landroid/hardware/hdmi/HdmiTimerRecordSources$TimerInfo;->mRecordingSequence:I
23294 Landroid/hardware/hdmi/HdmiTimerRecordSources$TimerInfo;->RECORDING_SEQUENCE_SIZE:I
23295 Landroid/hardware/hdmi/HdmiTimerRecordSources$TimerInfo;->START_TIME_SIZE:I
[all …]