OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cb_if
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nxp/Linux_x86/
phDal4Nfc.c
179
pgDalContext->
cb_if
.receive_complete = if_cb.receive_complete;
180
pgDalContext->
cb_if
.send_complete = if_cb.send_complete;
181
pgDalContext->
cb_if
.notify = if_cb.notify;
183
pgDalContext->
cb_if
.pif_ctxt = if_cb.pif_ctxt;
219
pgDalContext->
cb_if
.receive_complete = NULL;
220
pgDalContext->
cb_if
.send_complete = NULL ;
221
pgDalContext->
cb_if
.notify = NULL ;
223
pgDalContext->
cb_if
.pif_ctxt = NULL ;
874
pDalMsg->writeCbPtr = pgDalContext->
cb_if
.send_complete;
883
pDalMsg->pContext= pgDalContext->
cb_if
.pif_ctxt
[
all
...]
/external/libnfc-nxp/src/
phDal4Nfc.h
76
phNfcIF_sCallBack_t
cb_if
; /**<Callback info registered by upper layer*/
member in struct:phDal4Nfc_SContext
Completed in 83 milliseconds