HomeSort by relevance Sort by last modified time
    Searched defs:TimerId (Results 1 - 2 of 2) sorted by null

  /hardware/nxp/nfc/halimpl/common/
phNfcCommon.h 116 uint32_t TimerId; /* ID of the timer */
  /hardware/nxp/nfc/halimpl/dnld/
phDnldNfc_Internal.cc 88 static void phDnldNfc_RspTimeOutCb(uint32_t TimerId, void* pContext);
89 static void phDnldNfc_ResendTimeOutCb(uint32_t TimerId, void* pContext);
194 uint32_t TimerId;
212 TimerId = phOsalNfc_Timer_Create();
214 if (0 == TimerId) {
221 (pDlCtxt->TimerInfo.dwRspTimerId) = TimerId;
350 uint32_t TimerId;
360 TimerId = phOsalNfc_Timer_Create();
362 if (0 == TimerId) {
367 (pDlCtxt->TimerInfo.dwRspTimerId) = TimerId;
    [all...]

Completed in 65 milliseconds