HomeSort by relevance Sort by last modified time
    Searched refs:psHciHandle (Results 1 - 25 of 28) sorted by null

1 2

  /external/libnfc-nxp/src/
phHciNfc.h 182 * \param[in,out] psHciHandle psHciHandle is the handle or the context
208 void *psHciHandle,
223 * \param[in] psHciHandle psHciHandle is the handle or the context
242 void *psHciHandle,
252 void *psHciHandle,
263 * \param[in] psHciHandle psHciHandle is the handle or the context
281 void *psHciHandle,
    [all...]
phHciNfc_WI.h 160 void *psHciHandle,
168 void *psHciHandle,
183 void *psHciHandle,
191 void *psHciHandle,
phHciNfc_SWP.h 202 void *psHciHandle,
227 void *psHciHandle,
255 void *psHciHandle,
279 void *psHciHandle,
301 void *psHciHandle,
phHciNfc.c 67 void *psHciHandle,
88 void *psHciHandle,
104 if( (NULL == psHciHandle) || (NULL == pHwRef) || (NULL == pHalNotify)
110 else if ( NULL != *(phHciNfc_sContext_t **)psHciHandle )
151 *((phHciNfc_sContext_t **)psHciHandle) = psHciContext;
210 void *psHciHandle,
216 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle);
219 if( (NULL == psHciHandle)
301 void *psHciHandle,
305 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle);
    [all...]
phHciNfc_RFReaderA.h 167 void *psHciHandle,
190 void *psHciHandle,
213 void *psHciHandle,
phHciNfc_PollingLoop.h 158 void *psHciHandle,
phHciNfc_ISO15693.h 199 void *psHciHandle,
phHciNfc_Jewel.h 207 void *psHciHandle,
phHciNfc_RFReaderB.h 184 void *psHciHandle,
phHal4Nfc_ADD.c 163 (void *)Hal4Ctxt->psHciHandle,
286 (void *)Hal4Ctxt->psHciHandle,
298 (void *)Hal4Ctxt->psHciHandle,
370 Hal4Ctxt->psHciHandle,
712 (void *)Hal4Ctxt->psHciHandle,
727 Hal4Ctxt->psHciHandle,
736 (void *)Hal4Ctxt->psHciHandle,
    [all...]
phHciNfc_CE_A.h 215 void *psHciHandle,
phHciNfc_CE_B.h 208 void *psHciHandle,
phHciNfc_Felica.h 210 void *psHciHandle,
phHciNfc_SWP.c 297 void *psHciHandle,
304 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle);
346 void *psHciHandle,
352 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle);
389 void *psHciHandle,
395 psHciHandle);
421 void *psHciHandle,
428 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle);
519 void *psHciHandle,
527 psHciHandle);
    [all...]
phHal4Nfc.c 122 Hal4Ctxt->psHciHandle,
148 Hal4Ctxt->psHciHandle = NULL;
187 Hal4Ctxt->psHciHandle = NULL;
422 (void *)&Hal4Ctxt->psHciHandle,
545 Hal4Ctxt->psHciHandle,
555 Hal4Ctxt->psHciHandle,
566 Hal4Ctxt->psHciHandle,
585 Hal4Ctxt->psHciHandle,
605 Hal4Ctxt->psHciHandle,
632 Hal4Ctxt->psHciHandle,
    [all...]
phHciNfc_WI.c 278 void *psHciHandle,
285 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle);
326 void *psHciHandle,
331 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle);
371 void *psHciHandle,
378 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle);
422 void *psHciHandle,
429 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle);
phHal4Nfc_Emulation.c 168 Hal4Ctxt->psHciHandle,
180 Hal4Ctxt->psHciHandle,
273 Hal4Ctxt->psHciHandle,
phHal4Nfc_Reader.c 153 RetStatus = phHciNfc_Connect(Hal4Ctxt->psHciHandle,
165 Hal4Ctxt->psHciHandle,
186 Hal4Ctxt->psHciHandle,
215 RetStatus = phHciNfc_Reactivate (Hal4Ctxt->psHciHandle,
618 Hal4Ctxt->psHciHandle,
709 Hal4Ctxt->psHciHandle,
    [all...]
phHal4Nfc_Internal.h 197 void *psHciHandle;
phHciNfc_RFReaderA.c 240 void *psHciHandle,
245 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle);
    [all...]
phHal4Nfc_P2P.c 152 Hal4Ctxt->psHciHandle,
404 Hal4Ctxt->psHciHandle,
429 Hal4Ctxt->psHciHandle,
phHciNfc_CE_A.c 556 void *psHciHandle,
563 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle);
phHciNfc_CE_B.c 324 void *psHciHandle,
331 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle);
phHciNfc_PollingLoop.c 334 void *psHciHandle,
341 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle);
phHciNfc_Felica.c 272 void *psHciHandle,
278 ((phHciNfc_sContext_t *)psHciHandle);
    [all...]

Completed in 172 milliseconds

1 2