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

  /external/libnfc-nxp/Linux_x86/
phDal4Nfc_debug.h 30 #define DAL_ASSERT_STR(x, str) { if (!(x)) { phOsalNfc_DbgString(str); while(1); } }
36 #define DAL_ASSERT_STR(x, str)
phDal4Nfc_uart.c 93 DAL_ASSERT_STR(gComPortContext.nHandle >= 0, "Bad passed com port handle");
123 DAL_ASSERT_STR(ret!=-1, "tcflush failed");
159 DAL_ASSERT_STR(gComPortContext.nOpened==0, "Trying to open but already done!");
216 DAL_ASSERT_STR(ret != -1, "fcntl failed");
240 DAL_ASSERT_STR(ret != -1, "tcsetattr failed");
247 DAL_ASSERT_STR(ret != -1, "ioctl TIOCMGET failed");
250 DAL_ASSERT_STR(ret != -1, "ioctl TIOCMSET failed");
273 DAL_ASSERT_STR(gComPortContext.nOpened == 1, "read called but not opened!");
308 DAL_ASSERT_STR(gComPortContext.nOpened == 1, "write called but not opened!");
phDal4Nfc_i2c.c 87 DAL_ASSERT_STR(gI2cPortContext.nHandle >= 0, "Bad passed com port handle");
148 DAL_ASSERT_STR(gI2cPortContext.nOpened==0, "Trying to open but already done!");
192 DAL_ASSERT_STR(gI2cPortContext.nOpened == 1, "read called but not opened!");
219 DAL_ASSERT_STR(gI2cPortContext.nOpened == 1, "write called but not opened!");

Completed in 3935 milliseconds