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 147 DAL_DEBUG("Opening port=%s\n", pConfig->deviceNode);
153 DAL_DEBUG("Open failed: open() returned %d\n", gI2cPortContext.nHandle);
184 DAL_DEBUG("_i2c_read() called to read %d bytes", nNbBytesToRead);
196 DAL_DEBUG("select() errno=%d", errno);
207 DAL_DEBUG("read %d bytes", ret);
213 DAL_DEBUG("_i2c_read() errno=%d", errno);
238 DAL_DEBUG("_i2c_write() called to write %d bytes\n", nNbBytesToWrite);
243 DAL_DEBUG("wrote %d bytes", ret);
249 DAL_DEBUG("_i2c_write() errno=%d", errno);
270 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_uart.c 227 DAL_DEBUG("Com port status=%d\n", nComStatus);
306 DAL_DEBUG("_uart_read() called to read %d bytes", nNbBytesToRead);
341 DAL_DEBUG("select() errno=%d", errno);
354 DAL_DEBUG("read %d bytes", ret);
360 DAL_DEBUG("_uart_read() errno=%d", errno);
386 DAL_DEBUG("_uart_write() called to write %d bytes\n", nNbBytesToWrite);
391 DAL_DEBUG("wrote %d bytes", ret);
397 DAL_DEBUG("_uart_write() errno=%d", errno);
423 DAL_DEBUG("phDal4Nfc_uart_reset, VEN level = %ld", level);
phDal4Nfc.c 333 DAL_DEBUG("phDal4Nfc_ConfigRelease - doing pthread_join(%d)",
363 DAL_DEBUG("phDal4Nfc_ConfigRelease(): %04x\n", result);
397 DAL_DEBUG("phDal4Nfc_Write(): %d\n", length);
456 DAL_DEBUG("*****DAl Read called length : %d\n", length);
490 DAL_DEBUG("*****DAl Read called result : %x\n", result);
658 DAL_DEBUG("phDal4Nfc_Reset: VEN to %ld",level);
676 DAL_DEBUG("phDal4Nfc_Download: GPIO4 to %d",1);
743 DAL_DEBUG("\nRX Thread nReadThreadAlive = %d",gReadWriteContext.nReadThreadAlive);
744 DAL_DEBUG("\nRX Thread nWaitingOnRead = %d",gReadWriteContext.nWaitingOnRead);
764 DAL_DEBUG("RX Thread *New *** *****Request Length = %d",gReadWriteContext.nNbOfBytesToRead)
    [all...]

Completed in 93 milliseconds