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 53 ** Parameters pDevHandle - device handle
58 void phTmlNfc_i2c_close(void *pDevHandle)
60 if (NULL != pDevHandle)
62 close((intptr_t)pDevHandle);
113 ** Parameters pDevHandle - valid device handle
121 int phTmlNfc_i2c_read(void *pDevHandle, uint8_t * pBuffer, int nNbBytesToRead)
132 if (NULL == pDevHandle)
150 FD_SET((intptr_t) pDevHandle, &rfds);
154 ret_Select = select((int)((intptr_t)pDevHandle + (int)1), &rfds, NULL, NULL, &tv);
167 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 = NULL;
359 if (NULL != gpphTmlNfc_Context->pDevHandle)
362 dwNoBytesWrRd = phTmlNfc_i2c_read(gpphTmlNfc_Context->pDevHandle, temp, 260);
429 NXPLOG_TML_D ("PN54X -gpphTmlNfc_Context->pDevHandle is NULL");
480 if (NULL != gpphTmlNfc_Context->pDevHandle)
488 dwNoBytesWrRd = phTmlNfc_i2c_write(gpphTmlNfc_Context->pDevHandle,
562 NXPLOG_TML_D ("PN54X - gpphTmlNfc_Context->pDevHandle is NULL");
606 if (NULL != gpphTmlNfc_Context->pDevHandle)
608 (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 1939 milliseconds