Home
last modified time | relevance | path

Searched refs:pParams (Results 1 – 3 of 3) sorted by relevance

/system/nfc/halimpl/pn54x/tml/
DphOsalNfc_Timer.c49 static void phOsalNfc_DeferredCall(void* pParams);
315 static void phOsalNfc_DeferredCall(void* pParams) { in phOsalNfc_DeferredCall() argument
319 if (NULL != pParams) { in phOsalNfc_DeferredCall()
321 dwIndex = (uintptr_t)pParams - PH_NFC_TIMER_BASE_ADDRESS - 0x01; in phOsalNfc_DeferredCall()
325 pTimerHandle->Application_callback((uintptr_t)pParams, in phOsalNfc_DeferredCall()
DphTmlNfc.h97 void* pParams);
202 void* pParams; member
DphTmlNfc.c48 static void phTmlNfc_ReadDeferredCb(void* pParams);
49 static void phTmlNfc_WriteDeferredCb(void* pParams);
906 static void phTmlNfc_ReadDeferredCb(void* pParams) { in phTmlNfc_ReadDeferredCb() argument
908 phTmlNfc_TransactInfo_t* pTransactionInfo = (phTmlNfc_TransactInfo_t*)pParams; in phTmlNfc_ReadDeferredCb()
929 static void phTmlNfc_WriteDeferredCb(void* pParams) { in phTmlNfc_WriteDeferredCb() argument
931 phTmlNfc_TransactInfo_t* pTransactionInfo = (phTmlNfc_TransactInfo_t*)pParams; in phTmlNfc_WriteDeferredCb()