Home | History | Annotate | Download | only in jni

Lines Matching defs:pMsg

96    phLibNfc_DeferredCall_t     *pMsg;
102 pMsg = (phLibNfc_DeferredCall_t*)malloc(sizeof(phLibNfc_DeferredCall_t));
103 pMsg->pCallback = client_kill_deferred_call;
104 pMsg->pParameter = (void*)nat;
107 wrapper.msg.pMsgData = pMsg;