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

  /external/libnfc-nxp/Linux_x86/
phDal4Nfc_i2c.c 156 DAL_DEBUG("Open failed: unknown type %d\n", pConfig->nLinkType);
160 DAL_DEBUG("Opening port=%s\n", pComPort);
166 DAL_DEBUG("Open failed: open() returned %d\n", gI2cPortContext.nHandle);
194 DAL_DEBUG("Reading %d bytes\n", nNbBytesToRead);
198 DAL_DEBUG("Read failed: read() returned %d\n", ret);
202 DAL_DEBUG("Read succeed (%d bytes)\n", ret);
221 DAL_DEBUG("Writing %d bytes\n", nNbBytesToWrite);
225 DAL_DEBUG("Write failed: write() returned %d \n", ret);
229 DAL_DEBUG("Write succeed (%d bytes)\n", ret);
246 DAL_DEBUG("phDal4Nfc_i2c_reset, VEN level = %ld",level)
    [all...]
phDal4Nfc_debug.h 13 #define DAL_DEBUG(str, arg) \
34 #define DAL_DEBUG(str, arg)
phDal4Nfc.c 305 DAL_DEBUG("phDal4Nfc_ConfigRelease - doing pthread_join(%d)",
332 DAL_DEBUG("phDal4Nfc_ConfigRelease(): %04x\n", result);
366 DAL_DEBUG("phDal4Nfc_Write(): %d\n", length);
425 DAL_DEBUG("*****DAl Read called length : %d\n", length);
459 DAL_DEBUG("*****DAl Read called result : %x\n", result);
608 DAL_DEBUG("phDal4Nfc_Reset: VEN to %d",level);
626 DAL_DEBUG("phDal4Nfc_Download: GPIO4 to %d",1);
677 DAL_DEBUG("\nRX Thread nReadThreadAlive = %d",gReadWriteContext.nReadThreadAlive);
678 DAL_DEBUG("\nRX Thread nWaitingOnRead = %d",gReadWriteContext.nWaitingOnRead);
698 DAL_DEBUG("RX Thread *New *** *****Request Length = %d",gReadWriteContext.nNbOfBytesToRead)
    [all...]
phDal4Nfc_uart.c 251 DAL_DEBUG("Com port status=%d\n", nComStatus);

Completed in 1312 milliseconds