Searched defs:pContext (Results 1 - 25 of 29) sorted by relevance

12

/external/libnfc-nxp/src/
H A DphFriNfc_LlcpMac.c36 void *pContext)
43 LlcpMac->LinkStatus_Context = pContext;
66 void *pContext)
101 status = LlcpMac->LlcpMacInterface.chk(LlcpMac,ChkLlcpMac_Cb,pContext);
150 void *pContext)
154 if(NULL== LlcpMac->LlcpMacInterface.send || NULL==psData || NULL==LlcpMacSend_Cb || NULL==pContext)
160 status = LlcpMac->LlcpMacInterface.send(LlcpMac,psData,LlcpMacSend_Cb,pContext);
168 void *pContext)
172 if(LlcpMac->LlcpMacInterface.receive == NULL || NULL==psData || NULL==ReceiveLlcpMac_Cb || NULL==pContext)
178 status = LlcpMac->LlcpMacInterface.receive(LlcpMac,psData,ReceiveLlcpMac_Cb,pContext);
33 phFriNfc_LlcpMac_Reset(phFriNfc_LlcpMac_t *LlcpMac, void *LowerDevice, phFriNfc_LlcpMac_LinkStatus_CB_t LinkStatus_Cb, void *pContext) argument
63 phFriNfc_LlcpMac_ChkLlcp(phFriNfc_LlcpMac_t *LlcpMac, phHal_sRemoteDevInformation_t *psRemoteDevInfo, phFriNfc_LlcpMac_Chk_CB_t ChkLlcpMac_Cb, void *pContext) argument
147 phFriNfc_LlcpMac_Send(phFriNfc_LlcpMac_t *LlcpMac, phNfc_sData_t *psData, phFriNfc_LlcpMac_Send_CB_t LlcpMacSend_Cb, void *pContext) argument
165 phFriNfc_LlcpMac_Receive(phFriNfc_LlcpMac_t *LlcpMac, phNfc_sData_t *psData, phFriNfc_LlcpMac_Reveive_CB_t ReceiveLlcpMac_Cb, void *pContext) argument
[all...]
H A DphOsalNfc_Timer.h77 typedef void (*ppCallBck_t)(uint32_t TimerId, void *pContext);
91 void* pContext; /**< Timer Callback context*/ member in struct:phOsalNfc_TimerMsg
152 void *pContext);
H A DphFriNfc_LlcpTransport_Connectionless.c62 static void phFriNfc_LlcpTransport_Connectionless_SendTo_CB(void* pContext, argument
65 phFriNfc_LlcpTransport_Socket_t *pLlcpSocket = (phFriNfc_LlcpTransport_Socket_t*)pContext;
118 pLlcpSocket->pContext = NULL;
159 * \param[in] pContext Upper layer context to be returned in
177 void* pContext)
183 pLlcpSocket->pSendContext = pContext;
225 * \param[in] pContext Upper layer context to be returned in
242 void *pContext)
254 pLlcpSocket->pRecvContext = pContext;
173 phFriNfc_LlcpTransport_Connectionless_SendTo(phFriNfc_LlcpTransport_Socket_t *pLlcpSocket, uint8_t nSap, phNfc_sData_t* psBuffer, pphFriNfc_LlcpTransportSocketSendCb_t pSend_RspCb, void* pContext) argument
239 phLibNfc_LlcpTransport_Connectionless_RecvFrom(phFriNfc_LlcpTransport_Socket_t *pLlcpSocket, phNfc_sData_t* psBuffer, pphFriNfc_LlcpTransportSocketRecvFromCb_t pRecv_Cb, void *pContext) argument
H A DphLlcNfc.c65 * \param[in] pContext LLC context provided by the upper layer. The LLC
78 void *pContext,
92 * \param[in] pContext LLC context is provided by the upper layer. The LLC
109 void *pContext,
125 * \param[in] pContext LLC context is provided by the upper layer. The LLC
141 void *pContext,
225 void *pContext,
230 phLlcNfc_Context_t *ps_llc_ctxt = (phLlcNfc_Context_t*)pContext;
296 void *pContext,
302 phLlcNfc_Context_t *ps_llc_ctxt = (phLlcNfc_Context_t*)pContext;
224 phLlcNfc_Init( void *pContext, void *pLinkInfo ) argument
295 phLlcNfc_Release( void *pContext, void *pLinkInfo ) argument
351 phLlcNfc_Send( void *pContext, void *pLinkInfo, uint8_t *pLlcBuf, uint16_t llcBufLength ) argument
479 phLlcNfc_Receive( void *pContext, void *pLinkInfo, uint8_t *pLlcBuf, uint16_t llcBufLength ) argument
[all...]
H A DphFriNfc_LlcpMacNfcip.c38 void *pContext);
85 void *pContext)
90 if(NULL == LlcpMac || NULL == ChkLlcpMac_Cb || NULL == pContext)
109 ChkLlcpMac_Cb(pContext,status);
171 static void phFriNfc_LlcpMac_Nfcip_Send_Cb(void *pContext, argument
174 phFriNfc_LlcpMac_t *LlcpMac = (phFriNfc_LlcpMac_t *)pContext;
193 static void phFriNfc_LlcpMac_Nfcip_Receive_Cb(void *pContext, argument
196 phFriNfc_LlcpMac_t *LlcpMac = (phFriNfc_LlcpMac_t *)pContext;
250 static void phFriNfc_LlcpMac_Nfcip_Transceive_Cb(void *pContext, argument
253 phFriNfc_LlcpMac_t *LlcpMac = (phFriNfc_LlcpMac_t *)pContext;
83 phFriNfc_LlcpMac_Nfcip_Chk(phFriNfc_LlcpMac_t *LlcpMac, phFriNfc_LlcpMac_Chk_CB_t ChkLlcpMac_Cb, void *pContext) argument
273 phFriNfc_LlcpMac_Nfcip_Send(phFriNfc_LlcpMac_t *LlcpMac, phNfc_sData_t *psData, phFriNfc_LlcpMac_Send_CB_t LlcpMacSend_Cb, void *pContext) argument
359 phFriNfc_LlcpMac_Nfcip_Receive(phFriNfc_LlcpMac_t *LlcpMac, phNfc_sData_t *psData, phFriNfc_LlcpMac_Reveive_CB_t LlcpMacReceive_Cb, void *pContext) argument
[all...]
H A DphDal4Nfc.h113 void *pContext; member in struct:phDal4Nfc_Message
212 * \param[in] pContext DAL context is provided by the upper layer.
238 void *pContext,
255 * \param[in] pContext DAL context provided by the upper layer.
284 void *pContext,
299 * \param[in] pContext DAL context is provided by the upper layer.
329 void *pContext,
346 * \param[in] pContext DAL context is provided by the upper layer.
378 void *pContext,
397 * \param[in] pContext DA
[all...]
H A DphHal4Nfc_P2P.c51 static void phHal4Nfc_P2PRecvTimerCb(uint32_t P2PRecvTimerId, void *pContext);
64 void *pContext
104 Hal4Ctxt->sUpperLayerInfo.psUpperLayerCtxt = pContext;
184 void *pContext
237 Hal4Ctxt->sUpperLayerInfo.psUpperLayerCtxt = pContext;
281 static void phHal4Nfc_P2PRecvTimerCb(uint32_t P2PRecvTimerId, void *pContext) argument
287 PHNFC_UNUSED_VARIABLE(pContext);
H A DphLlcNfc_Interface.c58 void *pContext,
66 void *pContext,
267 void *pContext,
278 phLlcNfc_Context_t *ps_llc_ctxt = (phLlcNfc_Context_t*)pContext;
632 void *pContext,
645 phLlcNfc_Context_t *ps_llc_ctxt = (phLlcNfc_Context_t*)pContext;
266 phLlcNfc_WrResp_Cb( void *pContext, void *pHwInfo, phNfc_sTransactionInfo_t *pCompInfo ) argument
631 phLlcNfc_RdResp_Cb( void *pContext, void *pHwInfo, phNfc_sTransactionInfo_t *pCompInfo ) argument
H A DphFriNfc_LlcpTransport.c37 static void phFriNfc_LlcpTransport__Recv_CB(void *pContext, argument
46 phFriNfc_LlcpTransport_t* pLlcpTransport = (phFriNfc_LlcpTransport_t*)pContext;
143 pLlcpTransport->pSocketTable[i].pContext = NULL;
362 * \param[in] pContext Upper layer context to be returned in the callback.
378 void *pContext)
386 if (((NULL == psOptions) && (eType != phFriNfc_LlcpTransport_eConnectionLess)) || ((psWorkingBuffer == NULL) && (eType != phFriNfc_LlcpTransport_eConnectionLess)) || pLlcpSocket == NULL || pErr_Cb == NULL || pContext == NULL || pLlcpTransport == NULL)
419 pLlcpTransport->pSocketTable[index].pContext = pContext;
605 * \param[in] pContext Upper layer context to be returned in
618 void* pContext)
372 phFriNfc_LlcpTransport_Socket(phFriNfc_LlcpTransport_t *pLlcpTransport, phFriNfc_LlcpTransport_eSocketType_t eType, phFriNfc_LlcpTransport_sSocketOptions_t *psOptions, phNfc_sData_t *psWorkingBuffer, phFriNfc_LlcpTransport_Socket_t **pLlcpSocket, pphFriNfc_LlcpTransportSocketErrCb_t pErr_Cb, void *pContext) argument
615 phFriNfc_LlcpTransport_Listen(phFriNfc_LlcpTransport_Socket_t* pLlcpSocket, phNfc_sData_t *psServiceName, pphFriNfc_LlcpTransportSocketListenCb_t pListen_Cb, void* pContext) argument
679 phFriNfc_LlcpTransport_Accept(phFriNfc_LlcpTransport_Socket_t* pLlcpSocket, phFriNfc_LlcpTransport_sSocketOptions_t* psOptions, phNfc_sData_t* psWorkingBuffer, pphFriNfc_LlcpTransportSocketErrCb_t pErr_Cb, pphFriNfc_LlcpTransportSocketAcceptCb_t pAccept_RspCb, void* pContext) argument
753 phFriNfc_LlcpTransport_Reject( phFriNfc_LlcpTransport_Socket_t* pLlcpSocket, pphFriNfc_LlcpTransportSocketRejectCb_t pReject_RspCb, void *pContext) argument
807 phFriNfc_LlcpTransport_Connect( phFriNfc_LlcpTransport_Socket_t* pLlcpSocket, uint8_t nSap, pphFriNfc_LlcpTransportSocketConnectCb_t pConnect_RspCb, void* pContext) argument
888 phFriNfc_LlcpTransport_ConnectByUri(phFriNfc_LlcpTransport_Socket_t* pLlcpSocket, phNfc_sData_t* psUri, pphFriNfc_LlcpTransportSocketConnectCb_t pConnect_RspCb, void* pContext) argument
964 phFriNfc_LlcpTransport_Disconnect(phFriNfc_LlcpTransport_Socket_t* pLlcpSocket, pphLibNfc_LlcpSocketDisconnectCb_t pDisconnect_RspCb, void* pContext) argument
1020 phFriNfc_LlcpTransport_Send(phFriNfc_LlcpTransport_Socket_t* pLlcpSocket, phNfc_sData_t* psBuffer, pphFriNfc_LlcpTransportSocketSendCb_t pSend_RspCb, void* pContext) argument
1090 phFriNfc_LlcpTransport_Recv( phFriNfc_LlcpTransport_Socket_t* pLlcpSocket, phNfc_sData_t* psBuffer, pphFriNfc_LlcpTransportSocketRecvCb_t pRecv_RspCb, void* pContext) argument
1157 phFriNfc_LlcpTransport_SendTo( phFriNfc_LlcpTransport_Socket_t *pLlcpSocket, uint8_t nSap, phNfc_sData_t *psBuffer, pphFriNfc_LlcpTransportSocketSendCb_t pSend_RspCb, void* pContext) argument
1243 phFriNfc_LlcpTransport_RecvFrom( phFriNfc_LlcpTransport_Socket_t *pLlcpSocket, phNfc_sData_t* psBuffer, pphFriNfc_LlcpTransportSocketRecvFromCb_t pRecv_Cb, void* pContext) argument
[all...]
H A DphHal4Nfc.c61 void *pContext,
82 void *pContext,
344 void *pContext
411 Hal4Ctxt->sUpperLayerInfo.psUpperLayerCtxt = pContext;
451 void *pContext
496 Hal4Ctxt->sUpperLayerInfo.psUpperLayerCtxt = pContext;
639 Hal4Ctxt->sUpperLayerInfo.psUpperLayerCtxt = pContext;
656 void *pContext
690 Hal4Ctxt->sUpperLayerInfo.psUpperLayerCtxt = pContext;
718 void *pContext
865 phHal4Nfc_LowerNotificationHandler( void *pContext, void *pHwRef, uint8_t type, void *pInfo ) argument
1374 phHal4Nfc_DownloadComplete( void *pContext, void *pHwRef, uint8_t type, void *pInfo ) argument
[all...]
H A DphLibNfc.c67 STATIC void phLibNfc_InitCb(void *pContext,NFCSTATUS status);
70 STATIC void phLibNfc_ShutdownCb(void *pContext,NFCSTATUS status);
139 void *pContext)
162 gpphLibContext->CBInfo.pClientInitCntx=pContext;
204 STATIC void phLibNfc_InitCb(void *pContext,NFCSTATUS status) argument
212 pLibContext = (pphLibNfc_LibContext_t)pContext;
304 void* pContext
354 pLibContext->CBInfo.pClientShtdwnCntx = pContext;
368 STATIC void phLibNfc_ShutdownCb(void *pContext,NFCSTATUS status) argument
374 PHNFC_UNUSED_VARIABLE(pContext);
137 phLibNfc_Mgt_Initialize(void *pDriverHandle, pphLibNfc_RspCb_t pInitCb, void *pContext) argument
462 phLibNfc_Mgt_Reset(void *pContext) argument
755 phLibNfc_Mgt_GetstackCapabilities( phLibNfc_StackCapabilities_t *phLibNfc_StackCapabilities, void *pContext) argument
847 phLibNfc_Mgt_ConfigureTestMode(void *pDriverHandle, pphLibNfc_RspCb_t pTestModeCb, phLibNfc_Cfg_Testmode_t eTstmode, void *pContext) argument
[all...]
H A DphLibNfc_initiator.c74 void *pContext,
389 void *pContext
397 || (NULL == pContext)
439 gpphLibContext->CBInfo.pClientNtfRegRespCntx = pContext;
490 void *pContext)
502 else if ((NULL == pContext)
548 gpphLibContext->CBInfo.pClientConCntx = pContext;
576 void *pContext
588 else if((NULL == pContext)
633 gpphLibContext->CBInfo.pClientConCntx = pContext;
487 phLibNfc_RemoteDev_ReConnect( phLibNfc_Handle hRemoteDevice, pphLibNfc_ConnectCallback_t pNotifyReConnect_RspCb, void *pContext) argument
724 phLibNfc_RemoteDev_Connect_Cb( void *pContext, phHal_sRemoteDevInformation_t *pRmtdev_info, NFCSTATUS status ) argument
[all...]
H A 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
154 result = phLibNfc_Mgt_SetP2P_ConfigParams(&sNfcIPCfg, pConfigRspCb, pContext);
189 void* pContext
230 gpphLibContext->CBInfo.pClientLlcpLinkCntx = pContext;
237 gpphLibContext->CBInfo.pClientLlcpCheckRespCntx = pContext;
271 void phLibNfc_Llcp_Link_Cb(void *pContext, phLibNfc_Llcp_eLinkStatus_t status) argument
273 phLibNfc_LibContext_t *pLibNfc_Ctxt = (phLibNfc_LibContext_t *)pContext;
301 void phLibNfc_Llcp_CheckLlcp_Cb(void *pContext, NFCSTATU argument
[all...]
H A DphLlcNfc_Timer.c76 void *pContext
94 void *pContext
599 void *pContext
611 PHNFC_UNUSED_VARIABLE(pContext);
799 void *pContext
808 PHNFC_UNUSED_VARIABLE(pContext);
927 void *pContext)
925 phLlcNfc_URSET_Delay_Notify( uint32_t delay_id, void *pContext) argument
H A DphFriNfc_ISO15693Format.c548 void *pContext,
552 (phFriNfc_sNdefSmtCrdFmt_t *)pContext;
547 phFriNfc_ISO15693_FmtProcess( void *pContext, NFCSTATUS Status) argument
H A DphLibNfc_ndef_raw.c70 void phLibNfc_Ndef_CheckNdef_Cb(void *pContext, NFCSTATUS status);
101 STATIC void CheckNdef_timer_cb(uint32_t timer_id, void *pContext);
104 STATIC void phLibNfc_Ndef_ChkNdef_Pchk_Cb(void *pContext,
121 void* pContext
133 || (NULL == pContext)
255 gpphLibContext->CBInfo.pClientRdNdefCntx = pContext;
372 void* pContext
386 || (NULL == pContext)
508 gpphLibContext->CBInfo.pClientWrNdefCntx = pContext;
747 void* pContext)
745 phLibNfc_Ndef_CheckNdef(phLibNfc_Handle hRemoteDevice, pphLibNfc_ChkNdefRspCb_t pCheckNdef_RspCb, void* pContext) argument
860 phLibNfc_Ndef_CheckNdef_Cb(void *pContext,NFCSTATUS status) argument
1048 phLibNfc_Ndef_ChkNdef_Pchk_Cb(void *pContext, NFCSTATUS status ) argument
1126 CheckNdef_timer_cb(uint32_t timer_id, void *pContext) argument
1135 phLibNfc_Reconnect_Mifare_Cb( void *pContext, phHal_sRemoteDevInformation_t *psRemoteDevInfo, NFCSTATUS status) argument
[all...]
H A DphFriNfc_Llcp.c84 static void phFriNfc_Llcp_Receive_CB( void *pContext,
277 static void phFriNfc_Llcp_Timer_CB(uint32_t TimerId, void *pContext) argument
279 phFriNfc_Llcp_t *Llcp = (phFriNfc_Llcp_t*)pContext;
662 static void phFriNfc_Llcp_ChkLlcp_CB( void *pContext, argument
666 phFriNfc_Llcp_t *Llcp = (phFriNfc_Llcp_t*)pContext;
675 static void phFriNfc_Llcp_LinkStatus_CB( void *pContext, argument
683 phFriNfc_Llcp_t *Llcp = (phFriNfc_Llcp_t*)pContext;
838 void *pContext; local
847 pContext = Llcp->pRecvContext;
852 (pfRecvCB)(pContext, psPacke
958 phFriNfc_Llcp_Receive_CB( void *pContext, NFCSTATUS status, phNfc_sData_t *psData) argument
1046 phFriNfc_Llcp_Send_CB( void *pContext, NFCSTATUS status ) argument
[all...]
H A DphFriNfc_Llcp.h203 void *pContext,
208 void *pContext,
213 void *pContext,
218 void *pContext,
263 void *pContext; member in struct:phFriNfc_Llcp_sSendOperation
279 void *pContext; member in struct:phFriNfc_Llcp_sRecvOperation
395 void *pContext );
403 void *pContext );
435 void *pContext );
442 void *pContext );
[all...]
H A DphFriNfc_LlcpTransport.h76 typedef void (*pphFriNfc_LlcpTransportSocketErrCb_t) ( void* pContext,
85 typedef void (*pphFriNfc_LlcpTransportSocketListenCb_t) (void* pContext,
93 typedef void (*pphFriNfc_LlcpTransportSocketConnectCb_t) ( void* pContext,
102 typedef void (*pphFriNfc_LlcpTransportSocketDisconnectCb_t) (void* pContext,
110 typedef void (*pphFriNfc_LlcpTransportSocketAcceptCb_t) (void* pContext,
118 typedef void (*pphFriNfc_LlcpTransportSocketRejectCb_t) (void* pContext,
126 typedef void (*pphFriNfc_LlcpTransportSocketRecvCb_t) (void* pContext,
134 typedef void (*pphFriNfc_LlcpTransportSocketRecvFromCb_t) (void* pContext,
143 typedef void (*pphFriNfc_LlcpTransportSocketSendCb_t) (void* pContext,
224 void *pContext; member in struct:phFriNfc_LlcpTransport_Socket
[all...]
H A DphFriNfc_LlcpTransport_Connection.c48 static void phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB(void* pContext, argument
60 psTransport = (phFriNfc_LlcpTransport_t*)pContext;
310 psLocalLlcpSocket->pSocketErrCb(psLocalLlcpSocket->pContext, PHFRINFC_LLCP_ERR_DISCONNECTED);
543 psTransport->pSocketTable[index].pSocketErrCb( psTransport->pSocketTable[index].pContext,PHFRINFC_LLCP_ERR_FRAME_REJECTED);
1020 psTransport->pSocketTable[index].pSocketErrCb(psTransport->pSocketTable[index].pContext, PHFRINFC_LLCP_ERR_DISCONNECTED);
1525 psLocalLlcpSocket->pSocketErrCb(psLocalLlcpSocket->pContext,PHFRINFC_LLCP_ERR_NOT_BUSY_CONDITION);
1664 psLocalLlcpSocket->pSocketErrCb(psTransport->pSocketTable[index].pContext,PHFRINFC_LLCP_ERR_BUSY_CONDITION);
1743 psTransport->pSocketTable[index].pSocketErrCb( psTransport->pSocketTable[index].pContext,PHFRINFC_LLCP_ERR_FRAME_REJECTED);
1926 * \param[in] pContext Upper layer context to be returned in
1939 void* pContext)
1936 phFriNfc_LlcpTransport_ConnectionOriented_Listen(phFriNfc_LlcpTransport_Socket_t* pLlcpSocket, phNfc_sData_t *psServiceName, pphFriNfc_LlcpTransportSocketListenCb_t pListen_Cb, void* pContext) argument
2016 phFriNfc_LlcpTransport_ConnectionOriented_Accept(phFriNfc_LlcpTransport_Socket_t* pLlcpSocket, phFriNfc_LlcpTransport_sSocketOptions_t* psOptions, phNfc_sData_t* psWorkingBuffer, pphFriNfc_LlcpTransportSocketErrCb_t pErr_Cb, pphFriNfc_LlcpTransportSocketAcceptCb_t pAccept_RspCb, void* pContext) argument
2179 phLibNfc_LlcpTransport_ConnectionOriented_Reject( phFriNfc_LlcpTransport_Socket_t* pLlcpSocket, pphFriNfc_LlcpTransportSocketRejectCb_t pReject_RspCb, void *pContext) argument
2228 phFriNfc_LlcpTransport_ConnectionOriented_Connect( phFriNfc_LlcpTransport_Socket_t* pLlcpSocket, uint8_t nSap, phNfc_sData_t* psUri, pphFriNfc_LlcpTransportSocketConnectCb_t pConnect_RspCb, void* pContext) argument
2382 phLibNfc_LlcpTransport_ConnectionOriented_Disconnect(phFriNfc_LlcpTransport_Socket_t* pLlcpSocket, pphLibNfc_LlcpSocketDisconnectCb_t pDisconnect_RspCb, void* pContext) argument
2464 phFriNfc_LlcpTransport_ConnectionOriented_DisconnectClose_CB(void* pContext, NFCSTATUS status) argument
2587 phFriNfc_LlcpTransport_ConnectionOriented_Send(phFriNfc_LlcpTransport_Socket_t* pLlcpSocket, phNfc_sData_t* psBuffer, pphFriNfc_LlcpTransportSocketSendCb_t pSend_RspCb, void* pContext) argument
2700 phFriNfc_LlcpTransport_ConnectionOriented_Recv( phFriNfc_LlcpTransport_Socket_t* pLlcpSocket, phNfc_sData_t* psBuffer, pphFriNfc_LlcpTransportSocketRecvCb_t pRecv_RspCb, void* pContext) argument
[all...]
/external/chromium/third_party/icu/source/common/
H A Dcmemory.c29 static const void *pContext; variable
43 return (*pAlloc)(pContext, s);
58 (*pFree)(pContext, buffer);
66 return (*pRealloc)(pContext, buffer, size);
77 (*pFree)(pContext, buffer);
98 pContext = context;
106 pContext = NULL;
/external/icu4c/common/
H A Dcmemory.c29 static const void *pContext; variable
43 return (*pAlloc)(pContext, s);
58 (*pFree)(pContext, buffer);
66 return (*pRealloc)(pContext, buffer, size);
77 (*pFree)(pContext, buffer);
98 pContext = context;
106 pContext = NULL;
/external/libnfc-nxp/Linux_x86/
H A DphOsalNfc_Timer.c50 void* pContext; /*!< Callback context. */ member in struct:phOsalNfc_Timer
80 timer_msg->pCallBck(timer_msg->TimerId, timer_msg->pContext);
140 timer_msg->pContext = timers[timerid].pContext;
155 (timers[timerid].callback)(timerid, timers[timerid].pContext);
160 static void phOsalNfc_Timer_Dummy_Cb(uint32_t timerid, void *pContext) {} argument
212 void *pContext)
234 timers[TimerId].pContext = pContext;
277 timers[TimerId].pContext
209 phOsalNfc_Timer_Start(uint32_t TimerId, uint32_t RegTimeCnt, ppCallBck_t Application_callback, void *pContext) argument
[all...]
H A DphDal4Nfc.c180 NFCSTATUS phDal4Nfc_Unregister(void *pContext, void *pHwRef ) argument
184 if ((NULL == pContext) && (NULL == pHwRef))
215 NFCSTATUS phDal4Nfc_Init(void *pContext, void *pHwRef ) argument
219 if ((NULL != pContext) && (NULL != pHwRef))
221 pContext = pgDalContext;
262 NFCSTATUS phDal4Nfc_Shutdown( void *pContext, void *pHwRef) argument
267 // if (pContext == NULL)
342 NFCSTATUS phDal4Nfc_Write( void *pContext, void *pHwRef,uint8_t *pBuffer, uint16_t length) argument
350 if ((NULL != pContext) && (NULL != pHwRef)&&
409 NFCSTATUS phDal4Nfc_Read( void *pContext, voi argument
468 phDal4Nfc_ReadWait(void *pContext, void *pHwRef,uint8_t *pBuffer, uint16_t length) argument
482 phDal4Nfc_ReadWaitCancel( void *pContext, void *pHwRef) argument
[all...]
/external/chromium/third_party/icu/source/test/cintltst/
H A Dreapits.c1243 const void *pContext = &cbInfo; local
1247 uregex_getMatchCallback(re, &returnedFn, &pContext, &status);
1250 TEST_ASSERT(pContext == NULL);
1262 uregex_getMatchCallback(re, &returnedFn, &pContext, &status);
1264 TEST_ASSERT(pContext == &cbInfo);

Completed in 364 milliseconds

12