Lines Matching refs:pContext

67 static void nfc_jni_init_callback(void *pContext, NFCSTATUS status);
68 static void nfc_jni_deinit_callback(void *pContext, NFCSTATUS status);
69 static void nfc_jni_discover_callback(void *pContext, NFCSTATUS status);
72 static void nfc_jni_llcpcfg_callback(void *pContext, NFCSTATUS status);
74 static void nfc_jni_Discovery_notification_callback(void *pContext,
111 static void nfc_jni_ioctl_callback(void *pContext, phNfc_sData_t *pOutput, NFCSTATUS status) {
112 struct nfc_jni_callback_data * pCallbackData = (struct nfc_jni_callback_data *) pContext;
120 static void nfc_jni_deinit_download_callback(void *pContext, NFCSTATUS status)
122 struct nfc_jni_callback_data * pCallbackData = (struct nfc_jni_callback_data *) pContext;
840 static void nfc_jni_llcp_linkStatus_callback(void *pContext,
847 struct nfc_jni_callback_data * pContextData = (struct nfc_jni_callback_data*)pContext;
849 struct nfc_jni_native_data *nat = (nfc_jni_native_data *)pContextData->pContext;
915 static void nfc_jni_llcpcfg_callback(void *pContext, NFCSTATUS status)
917 struct nfc_jni_callback_data * pCallbackData = (struct nfc_jni_callback_data *) pContext;
925 static void nfc_jni_llcp_transport_listen_socket_callback(void *pContext,
928 phLibNfc_Handle hServiceSocket = (phLibNfc_Handle)pContext;
954 void nfc_jni_llcp_transport_socket_err_callback(void* pContext,
957 PHNFC_UNUSED_VARIABLE(pContext);
972 static void nfc_jni_discover_callback(void *pContext, NFCSTATUS status)
974 struct nfc_jni_callback_data * pContextData = (struct nfc_jni_callback_data*)pContext;
982 static void nfc_jni_Discovery_notification_callback(void *pContext,
1002 nat = (struct nfc_jni_native_data *)pContext;
1183 static void nfc_jni_init_callback(void *pContext, NFCSTATUS status)
1185 struct nfc_jni_callback_data * pContextData = (struct nfc_jni_callback_data*)pContext;
1193 static void nfc_jni_deinit_callback(void *pContext, NFCSTATUS status)
1195 struct nfc_jni_callback_data * pContextData = (struct nfc_jni_callback_data*)pContext;
1204 static void nfc_jni_smartMX_setModeCb (void* pContext,
1208 struct nfc_jni_callback_data * pContextData = (struct nfc_jni_callback_data*)pContext;
1380 static void nfc_jni_se_set_mode_callback(void *pContext,
1383 struct nfc_jni_callback_data * pContextData = (struct nfc_jni_callback_data*)pContext;