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

  /external/libnfc-nci/halimpl/pn54x/common/
phNfcCommon.h 155 phOsalNfc_DeferedCallInfo_t tDeferedCallInfo; /* Deferred Call structure to Invoke Callback function */
  /external/libnfc-nci/halimpl/pn54x/tml/
phOsalNfc_Timer.c 392 pTimerHandle->tDeferedCallInfo.pDeferedCall = &phOsalNfc_DeferredCall;
393 pTimerHandle->tDeferedCallInfo.pParam = (void *) ((intptr_t)(sv.sival_int));
396 pTimerHandle->tOsalMessage.pMsgData = (void *)&pTimerHandle->tDeferedCallInfo;

Completed in 449 milliseconds