OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UserCb
(Results
1 - 3
of
3
) sorted by null
/system/nfc/halimpl/pn54x/dnld/
phDnldNfc.c
36
static pphDnldNfc_RspCb_t
UserCb
; /* Upper layer call back function */
78
(gpphDnldContext->
UserCb
) = pNotify;
134
(gpphDnldContext->
UserCb
) = pNotify;
194
(gpphDnldContext->
UserCb
) = pNotify;
274
(gpphDnldContext->
UserCb
) = pNotify;
332
(gpphDnldContext->
UserCb
) = pNotify;
434
(gpphDnldContext->
UserCb
) = pNotify;
495
(gpphDnldContext->
UserCb
) = pNotify;
596
(gpphDnldContext->
UserCb
) = pNotify;
709
(gpphDnldContext->
UserCb
) = pNotify
[
all
...]
phDnldNfc_Internal.h
182
pphDnldNfc_RspCb_t
UserCb
; /* Upper layer call back function */
phDnldNfc_Internal.c
339
if ((NULL != (pDlCtxt->
UserCb
)) && (NULL != (pDlCtxt->UserCtxt))) {
340
pDlCtxt->
UserCb
((pDlCtxt->UserCtxt), wStatus,
529
if ((NULL != (pDlCtxt->
UserCb
)) && (NULL != (pDlCtxt->UserCtxt))) {
530
pDlCtxt->
UserCb
((pDlCtxt->UserCtxt), wStatus,
[
all
...]
Completed in 62 milliseconds