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
/system/nfc/halimpl/pn54x/tml/
phTmlNfc.c
114
gpphTmlNfc_Context->tReadInfo.
bThreadBusy
= false;
115
gpphTmlNfc_Context->tWriteInfo.
bThreadBusy
= false;
257
gpphTmlNfc_Context->tWriteInfo.
bThreadBusy
= true;
359
if (gpphTmlNfc_Context->tWriteInfo.
bThreadBusy
) {
655
if (!gpphTmlNfc_Context->tWriteInfo.
bThreadBusy
) {
657
gpphTmlNfc_Context->tWriteInfo.
bThreadBusy
= true;
726
if (!gpphTmlNfc_Context->tReadInfo.
bThreadBusy
) {
728
gpphTmlNfc_Context->tReadInfo.
bThreadBusy
= true;
776
gpphTmlNfc_Context->tReadInfo.
bThreadBusy
= false;
807
gpphTmlNfc_Context->tWriteInfo.
bThreadBusy
= false
[
all
...]
phTmlNfc.h
131
bThreadBusy
; /*Flag to indicate thread is busy on respective operation */
Completed in 732 milliseconds