Home
last modified time | relevance | path

Searched refs:pContext (Results 1 – 25 of 52) sorted by relevance

123

/external/libnfc-nxp/src/
DphLibNfc.h412 typedef void (*pphLibNfc_ConnectCallback_t) (void* pContext,
434 typedef void (*pphLibNfc_DisconnectCallback_t)(void* pContext,
462 typedef void (*pphLibNfc_IoctlCallback_t) (void* pContext, …
490 typedef void (*pphLibNfc_TransceiveCallback_t)( void* pContext,
510 typedef void(*pphLibNfc_RspCb_t) (void* pContext,NFCSTATUS Status);
525 typedef void(*pphLibNfc_ChkNdefRspCb_t)(void* pContext,
572 void* pContext,
596 void* pContext,
621 typedef void (*pphLibNfc_SE_NotificationCb_t) (void* pContext,
650 typedef void (*pphLibNfc_Receive_RspCb_t)(void* pContext, …
[all …]
DphFriNfc_LlcpTransport.h79 typedef void (*pphFriNfc_LlcpTransportSocketErrCb_t) ( void* pContext,
88 typedef void (*pphFriNfc_LlcpTransportSocketListenCb_t) (void* pContext,
96 typedef void (*pphFriNfc_LlcpTransportSocketConnectCb_t) ( void* pContext,
105 typedef void (*pphFriNfc_LlcpTransportSocketDisconnectCb_t) (void* pContext,
113 typedef void (*pphFriNfc_LlcpTransportSocketAcceptCb_t) (void* pContext,
121 typedef void (*pphFriNfc_LlcpTransportSocketRejectCb_t) (void* pContext,
129 typedef void (*pphFriNfc_LlcpTransportSocketRecvCb_t) (void* pContext,
137 typedef void (*pphFriNfc_LlcpTransportSocketRecvFromCb_t) (void* pContext,
146 typedef void (*pphFriNfc_LlcpTransportSocketSendCb_t) (void* pContext,
230 void *pContext; member
[all …]
DphFriNfc_LlcpMac.h109 typedef void (*phFriNfc_LlcpMac_Chk_CB_t) (void *pContext,
112 typedef void (*phFriNfc_LlcpMac_LinkStatus_CB_t) (void *pContext,
117 typedef void (*phFriNfc_LlcpMac_Send_CB_t) (void *pContext,
121 typedef void (*phFriNfc_LlcpMac_Reveive_CB_t) (void *pContext,
130 void *pContext);
139 void *pContext);
144 void *pContext);
206 void *pContext);
214 void *pContext);
235 void *pContext);
[all …]
DphHal4Nfc.h366 void *pContext
401 void *pContext
476 void *pContext
548 void *pContext
605 void *pContext
677 void *pContext
732 void *pContext
834 void *pContext
878 void *pContext
950 void *pContext
[all …]
DphLibNfc_llcp.c40 void phLibNfc_Llcp_CheckLlcp_Cb(void *pContext,NFCSTATUS status);
43 void phLibNfc_Llcp_Link_Cb(void *pContext,phLibNfc_Llcp_eLinkStatus_t status);
111 void* pContext in phLibNfc_Mgt_SetLlcp_ConfigParams() argument
154 result = phLibNfc_Mgt_SetP2P_ConfigParams(&sNfcIPCfg, pConfigRspCb, pContext); in phLibNfc_Mgt_SetLlcp_ConfigParams()
189 void* pContext in phLibNfc_Llcp_CheckLlcp() argument
230 gpphLibContext->CBInfo.pClientLlcpLinkCntx = pContext; in phLibNfc_Llcp_CheckLlcp()
237 gpphLibContext->CBInfo.pClientLlcpCheckRespCntx = pContext; in phLibNfc_Llcp_CheckLlcp()
271 void phLibNfc_Llcp_Link_Cb(void *pContext, phLibNfc_Llcp_eLinkStatus_t status) in phLibNfc_Llcp_Link_Cb() argument
273 phLibNfc_LibContext_t *pLibNfc_Ctxt = (phLibNfc_LibContext_t *)pContext; in phLibNfc_Llcp_Link_Cb()
301 void phLibNfc_Llcp_CheckLlcp_Cb(void *pContext, NFCSTATUS status) in phLibNfc_Llcp_CheckLlcp_Cb() argument
[all …]
DphDal4Nfc.h115 void *pContext; member
220 void *pContext,
266 void *pContext,
311 void *pContext,
360 void *pContext,
419 void *pContext,
481 void *pContext,
534 void *pContext,
DphFriNfc_LlcpMac.c36 void *pContext) in phFriNfc_LlcpMac_Reset() argument
43 LlcpMac->LinkStatus_Context = pContext; in phFriNfc_LlcpMac_Reset()
66 void *pContext) in phFriNfc_LlcpMac_ChkLlcp() argument
101 status = LlcpMac->LlcpMacInterface.chk(LlcpMac,ChkLlcpMac_Cb,pContext); in phFriNfc_LlcpMac_ChkLlcp()
150 void *pContext) in phFriNfc_LlcpMac_Send() argument
154 …if(NULL== LlcpMac->LlcpMacInterface.send || NULL==psData || NULL==LlcpMacSend_Cb || NULL==pContext) in phFriNfc_LlcpMac_Send()
160 status = LlcpMac->LlcpMacInterface.send(LlcpMac,psData,LlcpMacSend_Cb,pContext); in phFriNfc_LlcpMac_Send()
168 void *pContext) in phFriNfc_LlcpMac_Receive() argument
172 …Mac->LlcpMacInterface.receive == NULL || NULL==psData || NULL==ReceiveLlcpMac_Cb || NULL==pContext) in phFriNfc_LlcpMac_Receive()
178 status = LlcpMac->LlcpMacInterface.receive(LlcpMac,psData,ReceiveLlcpMac_Cb,pContext); in phFriNfc_LlcpMac_Receive()
DphFriNfc_LlcpTransport_Connection.h129 … void* pContext);
160 … void* pContext);
182 … void *pContext);
212 … void* pContext);
239 … void* pContext);
269 … void* pContext);
301 … void* pContext);
DphFriNfc_Llcp.h215 void *pContext,
220 void *pContext,
225 void *pContext,
230 void *pContext,
275 void *pContext; member
291 void *pContext; member
407 void *pContext );
415 void *pContext );
447 void *pContext );
454 void *pContext );
DphFriNfc_LlcpMacNfcip.c38 void *pContext);
85 void *pContext) in phFriNfc_LlcpMac_Nfcip_Chk() argument
90 if(NULL == LlcpMac || NULL == ChkLlcpMac_Cb || NULL == pContext) in phFriNfc_LlcpMac_Nfcip_Chk()
107 ChkLlcpMac_Cb(pContext,status); in phFriNfc_LlcpMac_Nfcip_Chk()
169 static void phFriNfc_LlcpMac_Nfcip_Send_Cb(void *pContext, in phFriNfc_LlcpMac_Nfcip_Send_Cb() argument
172 phFriNfc_LlcpMac_t *LlcpMac = (phFriNfc_LlcpMac_t *)pContext; in phFriNfc_LlcpMac_Nfcip_Send_Cb()
191 static void phFriNfc_LlcpMac_Nfcip_Receive_Cb(void *pContext, in phFriNfc_LlcpMac_Nfcip_Receive_Cb() argument
194 phFriNfc_LlcpMac_t *LlcpMac = (phFriNfc_LlcpMac_t *)pContext; in phFriNfc_LlcpMac_Nfcip_Receive_Cb()
248 static void phFriNfc_LlcpMac_Nfcip_Transceive_Cb(void *pContext, in phFriNfc_LlcpMac_Nfcip_Transceive_Cb() argument
251 phFriNfc_LlcpMac_t *LlcpMac = (phFriNfc_LlcpMac_t *)pContext; in phFriNfc_LlcpMac_Nfcip_Transceive_Cb()
[all …]
DphLlcNfc.c78 void *pContext,
109 void *pContext,
141 void *pContext,
225 void *pContext, in phLlcNfc_Init() argument
230 phLlcNfc_Context_t *ps_llc_ctxt = (phLlcNfc_Context_t*)pContext; in phLlcNfc_Init()
294 void *pContext, in phLlcNfc_Release() argument
300 phLlcNfc_Context_t *ps_llc_ctxt = (phLlcNfc_Context_t*)pContext; in phLlcNfc_Release()
350 void *pContext, in phLlcNfc_Send() argument
363 phLlcNfc_Context_t *ps_llc_ctxt = (phLlcNfc_Context_t*)pContext; in phLlcNfc_Send()
474 void *pContext, in phLlcNfc_Receive() argument
[all …]
DphFriNfc_LlcpTransport.c46 static void phFriNfc_LlcpTransport_Send_CB(void *pContext,
446 static void phFriNfc_LlcpTransport__Recv_CB(void *pContext, in phFriNfc_LlcpTransport__Recv_CB() argument
455 phFriNfc_LlcpTransport_t* pLlcpTransport = (phFriNfc_LlcpTransport_t*)pContext; in phFriNfc_LlcpTransport__Recv_CB()
535 static void phFriNfc_LlcpTransport_Send_CB(void *pContext, in phFriNfc_LlcpTransport_Send_CB() argument
538 phFriNfc_LlcpTransport_t *psTransport = (phFriNfc_LlcpTransport_t*)pContext; in phFriNfc_LlcpTransport_Send_CB()
677 pLlcpTransport->pSocketTable[i].pContext = NULL; in phFriNfc_LlcpTransport_Reset()
800 void *pContext ) in phFriNfc_LlcpTransport_LinkSend() argument
810 LlcpTransport->pLinkSendContext = pContext; in phFriNfc_LlcpTransport_LinkSend()
865 …psTransport->pSocketTable[index].pSocketErrCb( psTransport->pSocketTable[index].pContext,PHFRINFC_… in phFriNfc_LlcpTransport_SendFrameReject()
1142 void *pContext ) in phFriNfc_LlcpTransport_DiscoverServices() argument
[all …]
DphFriNfc_LlcpTransport_Connectionless.c32 static void phFriNfc_LlcpTransport_Connectionless_SendTo_CB(void* pContext,
127 static void phFriNfc_LlcpTransport_Connectionless_SendTo_CB(void* pContext, in phFriNfc_LlcpTransport_Connectionless_SendTo_CB() argument
130 …phFriNfc_LlcpTransport_Socket_t * pLlcpSocket = (phFriNfc_LlcpTransport_Socket_t*)pContext; in phFriNfc_LlcpTransport_Connectionless_SendTo_CB()
186 pLlcpSocket->pContext = NULL; in phFriNfc_LlcpTransport_Connectionless_Close()
245 … void* pContext) in phFriNfc_LlcpTransport_Connectionless_SendTo() argument
251 pLlcpSocket->pSendContext = pContext; in phFriNfc_LlcpTransport_Connectionless_SendTo()
310 … void *pContext) in phLibNfc_LlcpTransport_Connectionless_RecvFrom() argument
341 pRecv_Cb(pContext, ssap, NFCSTATUS_SUCCESS); in phLibNfc_LlcpTransport_Connectionless_RecvFrom()
350 pLlcpSocket->pRecvContext = pContext; in phLibNfc_LlcpTransport_Connectionless_RecvFrom()
DphFriNfc_Llcp.c84 static void phFriNfc_Llcp_Receive_CB( void *pContext,
264 static void phFriNfc_Llcp_Timer_CB(uint32_t TimerId, void *pContext) in phFriNfc_Llcp_Timer_CB() argument
266 phFriNfc_Llcp_t *Llcp = (phFriNfc_Llcp_t*)pContext; in phFriNfc_Llcp_Timer_CB()
649 static void phFriNfc_Llcp_ChkLlcp_CB( void *pContext, in phFriNfc_Llcp_ChkLlcp_CB() argument
653 phFriNfc_Llcp_t *Llcp = (phFriNfc_Llcp_t*)pContext; in phFriNfc_Llcp_ChkLlcp_CB()
662 static void phFriNfc_Llcp_LinkStatus_CB( void *pContext, in phFriNfc_Llcp_LinkStatus_CB() argument
670 phFriNfc_Llcp_t *Llcp = (phFriNfc_Llcp_t*)pContext; in phFriNfc_Llcp_LinkStatus_CB()
828 void *pContext; in phFriNfc_Llcp_HandleTransportPacket() local
837 pContext = Llcp->pRecvContext; in phFriNfc_Llcp_HandleTransportPacket()
842 (pfRecvCB)(pContext, psPacket, NFCSTATUS_SUCCESS); in phFriNfc_Llcp_HandleTransportPacket()
[all …]
DphLibNfc.c71 STATIC void phLibNfc_InitCb(void *pContext,NFCSTATUS status);
74 STATIC void phLibNfc_ShutdownCb(void *pContext,NFCSTATUS status);
191 void *pContext) in phLibNfc_Mgt_Initialize() argument
214 gpphLibContext->CBInfo.pClientInitCntx=pContext; in phLibNfc_Mgt_Initialize()
256 STATIC void phLibNfc_InitCb(void *pContext,NFCSTATUS status) in phLibNfc_InitCb() argument
264 pLibContext = (pphLibNfc_LibContext_t)pContext; in phLibNfc_InitCb()
356 void* pContext in phLibNfc_Mgt_DeInitialize() argument
406 pLibContext->CBInfo.pClientShtdwnCntx = pContext; in phLibNfc_Mgt_DeInitialize()
420 STATIC void phLibNfc_ShutdownCb(void *pContext,NFCSTATUS status) in phLibNfc_ShutdownCb() argument
426 PHNFC_UNUSED_VARIABLE(pContext); in phLibNfc_ShutdownCb()
[all …]
DphOsalNfc_Timer.h77 typedef void (*ppCallBck_t)(uint32_t TimerId, void *pContext);
91 void* pContext; /**< Timer Callback context*/ member
152 void *pContext);
DphLibNfc_initiator.c74 void *pContext,
394 void *pContext in phLibNfc_RemoteDev_NtfRegister() argument
402 || (NULL == pContext) in phLibNfc_RemoteDev_NtfRegister()
444 gpphLibContext->CBInfo.pClientNtfRegRespCntx = pContext; in phLibNfc_RemoteDev_NtfRegister()
495 void *pContext) in phLibNfc_RemoteDev_ReConnect() argument
507 else if ((NULL == pContext) in phLibNfc_RemoteDev_ReConnect()
553 gpphLibContext->CBInfo.pClientConCntx = pContext; in phLibNfc_RemoteDev_ReConnect()
584 void *pContext in phLibNfc_RemoteDev_Connect() argument
596 else if((NULL == pContext) in phLibNfc_RemoteDev_Connect()
641 gpphLibContext->CBInfo.pClientConCntx = pContext; in phLibNfc_RemoteDev_Connect()
[all …]
DphHal4Nfc.c61 void *pContext,
82 void *pContext,
350 void *pContext in phHal4Nfc_Open() argument
417 Hal4Ctxt->sUpperLayerInfo.psUpperLayerCtxt = pContext; in phHal4Nfc_Open()
457 void *pContext in phHal4Nfc_Ioctl() argument
506 …Hal4Ctxt->sUpperLayerInfo.psUpperLayerCtxt = pContext; … in phHal4Nfc_Ioctl()
651 Hal4Ctxt->sUpperLayerInfo.psUpperLayerCtxt = pContext; in phHal4Nfc_Ioctl()
668 void *pContext in phHal4Nfc_Close() argument
702 Hal4Ctxt->sUpperLayerInfo.psUpperLayerCtxt = pContext; in phHal4Nfc_Close()
730 void *pContext in phHal4Nfc_Hal4Reset() argument
[all …]
DphFriNfc_LlcpTransport_Connection.c57 static void phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB(void* pContext, in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB() argument
69 psTransport = (phFriNfc_LlcpTransport_t*)pContext; in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()
222 pSocket->pSocketErrCb(pSocket->pContext, PHFRINFC_LLCP_ERR_DISCONNECTED); in phFriNfc_LlcpTransport_ConnectionOriented_HandlePendingOperations()
797 …psTransport->pSocketTable[index].pSocketErrCb(psTransport->pSocketTable[index].pContext, PHFRINFC_… in Handle_DisconnectFrame()
1244 … psLocalLlcpSocket->pSocketErrCb(psLocalLlcpSocket->pContext,PHFRINFC_LLCP_ERR_NOT_BUSY_CONDITION); in Handle_ReceiveReady_Frame()
1356 …psLocalLlcpSocket->pSocketErrCb(psTransport->pSocketTable[index].pContext,PHFRINFC_LLCP_ERR_BUSY_C… in Handle_ReceiveNotReady_Frame()
1408 …psTransport->pSocketTable[index].pSocketErrCb( psTransport->pSocketTable[index].pContext,PHFRINFC_… in Handle_FrameReject_Frame()
1601 … void* pContext) in phFriNfc_LlcpTransport_ConnectionOriented_Listen() argument
1610 pLlcpSocket->pListenContext = pContext; in phFriNfc_LlcpTransport_ConnectionOriented_Listen()
1649 … void* pContext) in phFriNfc_LlcpTransport_ConnectionOriented_Accept() argument
[all …]
DphLibNfc_target.c83 void *pContext in phLibNfc_RemoteDev_Receive() argument
98 || (NULL == pContext) in phLibNfc_RemoteDev_Receive()
150 gpphLibContext->sNfcIp_Context.pClientNfcIpRxCntx = pContext; in phLibNfc_RemoteDev_Receive()
233 void *pContext in phLibNfc_RemoteDev_Send() argument
252 || (NULL == pContext) in phLibNfc_RemoteDev_Send()
328 gpphLibContext->sNfcIp_Context.pClientNfcIpTxCntx = pContext; in phLibNfc_RemoteDev_Send()
DphLibNfc_ndef_raw.c71 void phLibNfc_Ndef_CheckNdef_Cb(void *pContext, NFCSTATUS status);
102 STATIC void CheckNdef_timer_cb(uint32_t timer_id, void *pContext);
105 STATIC void phLibNfc_Ndef_ChkNdef_Pchk_Cb(void *pContext,
122 void* pContext in phLibNfc_Ndef_Read() argument
135 || (NULL == pContext) in phLibNfc_Ndef_Read()
257 gpphLibContext->CBInfo.pClientRdNdefCntx = pContext; in phLibNfc_Ndef_Read()
375 void* pContext in phLibNfc_Ndef_Write() argument
389 || (NULL == pContext) in phLibNfc_Ndef_Write()
511 gpphLibContext->CBInfo.pClientWrNdefCntx = pContext; in phLibNfc_Ndef_Write()
750 void* pContext) in phLibNfc_Ndef_CheckNdef() argument
[all …]
/external/icu4c/common/
Dcmemory.c30 static const void *pContext; variable
44 return (*pAlloc)(pContext, s); in uprv_malloc()
59 (*pFree)(pContext, buffer); in uprv_realloc()
67 return (*pRealloc)(pContext, buffer, size); in uprv_realloc()
78 (*pFree)(pContext, buffer); in uprv_free()
99 pContext = context; in u_setMemoryFunctions()
107 pContext = NULL; in cmemory_cleanup()
/external/libnfc-nxp/Linux_x86/
DphOsalNfc_Timer.c50 void* pContext; /*!< Callback context. */ member
80 timer_msg->pCallBck(timer_msg->TimerId, timer_msg->pContext); in phOsalNfc_Timer_DeferredCall()
140 timer_msg->pContext = timers[timerid].pContext; in phOsalNfc_Timer_Expired()
155 (timers[timerid].callback)(timerid, timers[timerid].pContext); in phOsalNfc_Timer_Expired()
160 static void phOsalNfc_Timer_Dummy_Cb(uint32_t timerid, void *pContext) {} in phOsalNfc_Timer_Dummy_Cb() argument
212 void *pContext) in phOsalNfc_Timer_Start() argument
234 timers[TimerId].pContext = pContext; in phOsalNfc_Timer_Start()
277 timers[TimerId].pContext = NULL; in phOsalNfc_Timer_Delete()
DphDal4Nfc.c206 NFCSTATUS phDal4Nfc_Unregister(void *pContext, void *pHwRef ) in phDal4Nfc_Unregister() argument
210 if ((NULL == pContext) && (NULL == pHwRef)) in phDal4Nfc_Unregister()
241 NFCSTATUS phDal4Nfc_Init(void *pContext, void *pHwRef ) in phDal4Nfc_Init() argument
247 if ((NULL != pContext) && (NULL != pHwRef)) in phDal4Nfc_Init()
249 pContext = pgDalContext; in phDal4Nfc_Init()
290 NFCSTATUS phDal4Nfc_Shutdown( void *pContext, void *pHwRef) in phDal4Nfc_Shutdown() argument
377 NFCSTATUS phDal4Nfc_Write( void *pContext, void *pHwRef,uint8_t *pBuffer, uint16_t length) in phDal4Nfc_Write() argument
385 if ((NULL != pContext) && (NULL != pHwRef)&& in phDal4Nfc_Write()
444 NFCSTATUS phDal4Nfc_Read( void *pContext, void *pHwRef,uint8_t *pBuffer, uint16_t length) in phDal4Nfc_Read() argument
448 if ((NULL != pContext) && (NULL != pHwRef)&& in phDal4Nfc_Read()
[all …]
/external/opencv/cxcore/src/
Dcxerror.cpp375 CvContext *pContext; in DllMain() local
385 pContext = icvCreateContext(); in DllMain()
386 if( pContext == NULL) in DllMain()
388 TlsSetValue( g_TlsIndex, (LPVOID)pContext ); in DllMain()
394 pContext = (CvContext*)TlsGetValue( g_TlsIndex ); in DllMain()
395 if( pContext != NULL ) in DllMain()
396 icvDestroyContext( pContext ); in DllMain()
403 pContext = (CvContext*)TlsGetValue( g_TlsIndex ); in DllMain()
404 if( pContext != NULL ) in DllMain()
405 icvDestroyContext( pContext ); in DllMain()

123