OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pSendContext
(Results
1 - 5
of
5
) sorted by null
/external/libnfc-nxp/src/
phFriNfc_LlcpMacNfcip.c
66
void *
pSendContext
;
72
pSendContext
= LlcpMac->MacSend_Context;
79
pfSendCB(
pSendContext
, status);
198
void *
pSendContext
;
212
pSendContext
= LlcpMac->MacSend_Context;
233
pfSendCB(
pSendContext
, Status);
phFriNfc_LlcpTransport_Connection.c
90
psTransport->pSocketTable[socketIndex].pfSocketSend_Cb(psTransport->pSocketTable[socketIndex].
pSendContext
,status);
104
psTransport->pSocketTable[socketIndex].pfSocketSend_Cb(psTransport->pSocketTable[socketIndex].
pSendContext
,status);
273
pLlcpSocket->pfSocketSend_Cb(pLlcpSocket->
pSendContext
, NFCSTATUS_ABORTED);
276
pLlcpSocket->
pSendContext
= NULL;
759
void*
pSendContext
= psLocalLlcpSocket->
pSendContext
;
762
psLocalLlcpSocket->
pSendContext
= NULL;
764
pfSendCb(
pSendContext
, NFCSTATUS_FAILED);
[
all
...]
phFriNfc_Llcp.c
153
void *
pSendContext
;
177
pSendContext
= Llcp->
pSendContext
;
180
Llcp->
pSendContext
= NULL;
182
(pfSendCB)(
pSendContext
, NFCSTATUS_FAILED);
[
all
...]
phFriNfc_LlcpTransport.h
229
void *
pSendContext
;
[
all
...]
phFriNfc_Llcp.h
370
void *
pSendContext
;
Completed in 189 milliseconds