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

  /external/libnfc-nxp/src/
nfc_osal_deferred_call.h 18 typedef phLibNfc_DeferredCall_t nfc_osal_def_call_msg_t;
phDal4Nfc_DeferredCall.h 16 typedef phLibNfc_DeferredCall_t phDal4Nfc_DeferredCall_Msg_t;
phOsalNfc_Timer.h 53 typedef phLibNfc_DeferredCall_t phOsalNfc_DeferedCalldInfo_t;
  /external/libnfc-nxp/inc/
phNfcTypes.h 277 typedef struct phLibNfc_DeferredCall_t
281 } phLibNfc_DeferredCall_t;
    [all...]
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcManager.cpp 96 phLibNfc_DeferredCall_t *pMsg;
102 pMsg = (phLibNfc_DeferredCall_t*)malloc(sizeof(phLibNfc_DeferredCall_t));
108 wrapper.msg.Size = sizeof(phLibNfc_DeferredCall_t);
715 phLibNfc_DeferredCall_t *msg =
716 (phLibNfc_DeferredCall_t *)(wrapper.msg.pMsgData);
    [all...]

Completed in 43 milliseconds