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

  /external/libnfc-nxp/Linux_x86/
phDal4Nfc_i2c.c 47 char nOpened;
87 gI2cPortContext.nOpened = 1;
100 return gI2cPortContext.nOpened;
127 if (gI2cPortContext.nOpened == 1)
131 gI2cPortContext.nOpened = 0;
145 DAL_ASSERT_STR(gI2cPortContext.nOpened==0, "Trying to open but already done!");
158 gI2cPortContext.nOpened = 1;
183 DAL_ASSERT_STR(gI2cPortContext.nOpened == 1, "read called but not opened!");
237 DAL_ASSERT_STR(gI2cPortContext.nOpened == 1, "write called but not opened!");
phDal4Nfc_uart.c 54 char nOpened;
102 gComPortContext.nOpened = 1;
115 return gComPortContext.nOpened;
144 if (gComPortContext.nOpened == 1)
148 gComPortContext.nOpened = 0;
166 DAL_ASSERT_STR(gComPortContext.nOpened==0, "Trying to open but already done!");
178 gComPortContext.nOpened = 1;
305 DAL_ASSERT_STR(gComPortContext.nOpened == 1, "read called but not opened!");
385 DAL_ASSERT_STR(gComPortContext.nOpened == 1, "write called but not opened!");

Completed in 55 milliseconds