OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:halt_event
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nci/src/nfa/rw/
nfa_rw_act.c
397
if (nfa_rw_cb.
halt_event
!= RW_T2T_MAX_EVT)
418
if (nfa_rw_cb.
halt_event
== RW_T2T_READ_CPLT_EVT)
428
event = nfa_rw_cb.
halt_event
;
433
if ((status == NFA_STATUS_FAILED) && (nfa_rw_cb.
halt_event
== RW_T2T_NDEF_DETECT_EVT))
434
nfa_rw_cb.
halt_event
= RW_T2T_MAX_EVT;
442
if (nfa_rw_cb.
halt_event
== RW_T2T_READ_CPLT_EVT)
448
nfa_rw_cb.
halt_event
= RW_T2T_MAX_EVT;
717
nfa_rw_cb.
halt_event
= event;
746
||((p_rw_data->status == NFC_STATUS_FAILED) && ((p_rw_data->ndef.flags == NFA_RW_NDEF_FL_UNKNOWN) || (nfa_rw_cb.
halt_event
== RW_T2T_MAX_EVT)))
841
nfa_rw_cb.
halt_event
= RW_T2T_MAX_EVT
[
all
...]
/external/libnfc-nci/src/nfa/int/
nfa_rw_int.h
309
tRW_EVENT
halt_event
; /* Event ID from stack after NACK response */
member in struct:__anon22553
Completed in 1208 milliseconds