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

  /external/libnfc-nci/halimpl/pn54x/tml/
phTmlNfc_i2c.h 26 void phTmlNfc_i2c_close(void *pDevHandle);
28 int phTmlNfc_i2c_read(void *pDevHandle, uint8_t * pBuffer, int nNbBytesToRead);
29 int phTmlNfc_i2c_write(void *pDevHandle,uint8_t * pBuffer, int nNbBytesToWrite);
30 int phTmlNfc_i2c_reset(void *pDevHandle,long level);
phTmlNfc_i2c.c 52 ** Parameters pDevHandle - device handle
57 void phTmlNfc_i2c_close(void *pDevHandle)
59 if (NULL != pDevHandle)
61 close((intptr_t)pDevHandle);
114 ** Parameters pDevHandle - valid device handle
122 int phTmlNfc_i2c_read(void *pDevHandle, uint8_t * pBuffer, int nNbBytesToRead)
133 if (NULL == pDevHandle)
151 FD_SET((intptr_t) pDevHandle, &rfds);
155 ret_Select = select((int)((intptr_t)pDevHandle + (int)1), &rfds, NULL, NULL, &tv);
168 ret_Read = read((intptr_t)pDevHandle, pBuffer, totalBtyesToRead - numRead)
    [all...]
phTmlNfc.c 110 wInitStatus = phTmlNfc_i2c_open_and_configure(pConfig, &(gpphTmlNfc_Context->pDevHandle));
115 gpphTmlNfc_Context->pDevHandle = (void *) NFCSTATUS_INVALID_DEVICE;
359 if (NFCSTATUS_INVALID_DEVICE != (uintptr_t)gpphTmlNfc_Context->pDevHandle)
362 dwNoBytesWrRd = phTmlNfc_i2c_read(gpphTmlNfc_Context->pDevHandle, temp, 260);
419 NXPLOG_TML_D("PN54X - NFCSTATUS_INVALID_DEVICE == gpphTmlNfc_Context->pDevHandle");
470 if (NFCSTATUS_INVALID_DEVICE != (uintptr_t)gpphTmlNfc_Context->pDevHandle)
479 dwNoBytesWrRd = phTmlNfc_i2c_write(gpphTmlNfc_Context->pDevHandle,
553 NXPLOG_TML_D("PN54X - NFCSTATUS_INVALID_DEVICE != gpphTmlNfc_Context->pDevHandle");
597 if (NULL != gpphTmlNfc_Context->pDevHandle)
599 (void) phTmlNfc_i2c_reset(gpphTmlNfc_Context->pDevHandle, 0)
    [all...]
phTmlNfc.h 146 void *pDevHandle; /* Pointer to Device Handle */
  /external/libnfc-nci/halimpl/pn54x/self-test/
phNxpNciHal_SelfTest.c     [all...]
  /external/libnfc-nci/halimpl/pn54x/hal/
phNxpNciHal.c     [all...]

Completed in 1457 milliseconds