Searched refs:pMsg (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Nfc/jni/
H A Dcom_android_nfc_NativeNfcManager.cpp94 phLibNfc_DeferredCall_t *pMsg; local
100 pMsg = (phLibNfc_DeferredCall_t*)malloc(sizeof(phLibNfc_DeferredCall_t));
101 pMsg->pCallback = client_kill_deferred_call;
102 pMsg->pParameter = (void*)nat;
105 wrapper.msg.pMsgData = pMsg;

Completed in 27 milliseconds