HomeSort by relevance Sort by last modified time
    Searched refs:pcontext (Results 1 - 9 of 9) sorted by null

  /external/srec/srec/include/
srec_context.h 202 int FST_LoadContext(const char* synbase, srec_context** pcontext, int num_words_to_add);
215 int FST_LoadContextFromImage(srec_context** pcontext, PFile* fp);
  /external/libnfc-nxp/src/
phLlcNfc.c 65 * \param[in] pContext LLC context provided by the upper layer. The LLC
78 void *pContext,
92 * \param[in] pContext LLC context is provided by the upper layer. The LLC
109 void *pContext,
125 * \param[in] pContext LLC context is provided by the upper layer. The LLC
141 void *pContext,
199 psReference->plower_if->pcontext = ps_llc_ctxt;
225 void *pContext,
230 phLlcNfc_Context_t *ps_llc_ctxt = (phLlcNfc_Context_t*)pContext;
296 void *pContext,
    [all...]
phHciNfc_Generic.c 525 status = plower_if->release((void *)plower_if->pcontext,
586 status = plower_if->send((void *)plower_if->pcontext,
630 status = plower_if->receive((void *)plower_if->pcontext,
1682 void *pcontext = psHciContext->p_upper_context; local
1731 void *pcontext = psHciContext->p_upper_context; local
1783 void *pcontext = psHciContext->p_upper_context; local
    [all...]
phLlcNfc_Interface.c 58 void *pContext,
66 void *pContext,
139 result = psLlcCtxt->lower_if.init( psLlcCtxt->lower_if.pcontext,
176 psLlcCtxt->lower_if.pcontext,
184 psLlcCtxt->lower_if.pcontext,
250 result = psLlcCtxt->lower_if.send(psLlcCtxt->lower_if.pcontext,
267 void *pContext,
278 phLlcNfc_Context_t *ps_llc_ctxt = (phLlcNfc_Context_t*)pContext;
632 void *pContext,
645 phLlcNfc_Context_t *ps_llc_ctxt = (phLlcNfc_Context_t*)pContext;
    [all...]
phHciNfc_Sequence.c 1277 void *pcontext = psHciContext->p_upper_context; local
1401 void *pcontext = local
2216 void *pcontext = psHciContext->p_upper_context; local
    [all...]
phHciNfc.c 174 status = plower_if->init((void *)plower_if->pcontext,
    [all...]
  /external/libnfc-nxp/inc/
phNfcInterface.h 247 * \param [in] pContext Context for the Callback Function
256 void *pContext,
268 * \param [in] pContext Context for the Callback Function
276 void *pContext,
290 * \param [in] pContext Context pointer for the Generic Interface.
295 void *pContext,
308 * \param [in] pContext Context pointer for sending the data.
317 void *pContext,
333 void *pcontext; member in struct:phNfc_sLowerIF
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc.c 150 psRefer->plower_if->pcontext = pgDalContext;
179 NFCSTATUS phDal4Nfc_Unregister(void *pContext, void *pHwRef )
183 if ((NULL == pContext) && (NULL == pHwRef))
214 NFCSTATUS phDal4Nfc_Init(void *pContext, void *pHwRef )
218 if ((NULL != pContext) && (NULL != pHwRef))
220 pContext = pgDalContext;
261 NFCSTATUS phDal4Nfc_Shutdown( void *pContext, void *pHwRef)
266 // if (pContext == NULL)
336 NFCSTATUS phDal4Nfc_Write( void *pContext, void *pHwRef,uint8_t *pBuffer, uint16_t length)
344 if ((NULL != pContext) && (NULL != pHwRef)&
    [all...]
  /external/srec/srec/crec/
srec_context.c 156 int FST_LoadContext(const char* synbase, srec_context** pcontext,
206 *pcontext = context;
    [all...]

Completed in 426 milliseconds