Searched defs:pcontext (Results 1 - 4 of 4) sorted by relevance

/external/libnfc-nxp/src/
H A DphHciNfc_Generic.c527 status = plower_if->release((void *)plower_if->pcontext,
588 status = plower_if->send((void *)plower_if->pcontext,
632 status = plower_if->receive((void *)plower_if->pcontext,
1684 void *pcontext = psHciContext->p_upper_context; local
1712 phHciNfc_Notify( p_upper_notify, pcontext , pHwRef,
1733 void *pcontext = psHciContext->p_upper_context; local
1761 phHciNfc_Notify( p_upper_notify, pcontext , pHwRef,
1785 void *pcontext = psHciContext->p_upper_context; local
1788 phHciNfc_Notify( p_upper_notify, pcontext , pHwRef,
H A DphHciNfc_Sequence.c1350 void *pcontext = psHciContext->p_upper_context; local
1358 phHciNfc_Notify( p_upper_notify, pcontext, pHwRef,
1478 void *pcontext = local
1483 status = plower_if->release((void *)plower_if->pcontext,
1489 phHciNfc_Notify(p_upper_notify, pcontext, pHwRef,
2295 void *pcontext = psHciContext->p_upper_context; local
2368 phHciNfc_Notify( p_upper_notify, pcontext , pHwRef,
/external/libnfc-nxp/inc/
H A DphNfcInterface.h333 void *pcontext; member in struct:phNfc_sLowerIF
/external/srec/srec/crec/
H A Dsrec_context.c156 int FST_LoadContext(const char* synbase, srec_context** pcontext, argument
206 *pcontext = context;
3530 int FST_LoadContextFromImage(srec_context** pcontext, PFile* fp) argument
3571 *pcontext = context;
3575 *pcontext = 0;
3596 int FST_LoadContextFromStreamImage(srec_context** pcontext, char* buffer, asr_int32_t buffer_len) argument

Completed in 353 milliseconds