OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UserCtxt
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/halimpl/pn54x/dnld/
phDnldNfc.c
37
static void*
UserCtxt
; /* Pointer to upper layer context */
86
(gpphDnldContext->
UserCtxt
) = pContext;
151
(gpphDnldContext->
UserCtxt
) = pContext;
221
(gpphDnldContext->
UserCtxt
) = pContext;
309
(gpphDnldContext->
UserCtxt
) = pContext;
379
(gpphDnldContext->
UserCtxt
) = pContext;
502
(gpphDnldContext->
UserCtxt
) = pContext;
574
(gpphDnldContext->
UserCtxt
) = pContext;
704
(gpphDnldContext->
UserCtxt
) = pContext;
835
(gpphDnldContext->
UserCtxt
) = pContext
[
all
...]
phDnldNfc_Internal.h
164
void*
UserCtxt
; /* Pointer to upper layer context */
phDnldNfc_Internal.c
342
if((NULL != (pDlCtxt->UserCb)) && (NULL != (pDlCtxt->
UserCtxt
)))
344
pDlCtxt->UserCb((pDlCtxt->
UserCtxt
),wStatus,&(pDlCtxt->tRspBuffInfo));
562
if((NULL != (pDlCtxt->UserCb)) && (NULL != (pDlCtxt->
UserCtxt
)))
564
pDlCtxt->UserCb((pDlCtxt->
UserCtxt
),wStatus,&(pDlCtxt->tRspBuffInfo));
[
all
...]
Completed in 2348 milliseconds