OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bThreadBusy
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nci/halimpl/pn54x/tml/
phTmlNfc.c
121
gpphTmlNfc_Context->tReadInfo.
bThreadBusy
= FALSE;
122
gpphTmlNfc_Context->tWriteInfo.
bThreadBusy
= FALSE;
282
gpphTmlNfc_Context->tWriteInfo.
bThreadBusy
= TRUE;
397
if (gpphTmlNfc_Context->tWriteInfo.
bThreadBusy
)
713
if (!gpphTmlNfc_Context->tWriteInfo.
bThreadBusy
)
716
gpphTmlNfc_Context->tWriteInfo.
bThreadBusy
= TRUE;
788
if (!gpphTmlNfc_Context->tReadInfo.
bThreadBusy
)
791
gpphTmlNfc_Context->tReadInfo.
bThreadBusy
= TRUE;
[
all
...]
phTmlNfc.h
123
uint8_t
bThreadBusy
; /*Flag to indicate thread is busy on respective operation */
Completed in 256 milliseconds