OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nOpened
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nxp/Linux_x86/
phDal4Nfc_i2c.c
49
char
nOpened
;
89
gI2cPortContext.
nOpened
= 1;
102
return gI2cPortContext.
nOpened
;
129
if (gI2cPortContext.
nOpened
== 1)
133
gI2cPortContext.
nOpened
= 0;
147
DAL_ASSERT_STR(gI2cPortContext.
nOpened
==0, "Trying to open but already done!");
160
gI2cPortContext.
nOpened
= 1;
185
DAL_ASSERT_STR(gI2cPortContext.
nOpened
== 1, "read called but not opened!");
239
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 22 milliseconds