OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:admin_gate
(Results
1 - 4
of
4
) sorted by null
/external/libnfc-nci/src/nfa/hci/
nfa_hci_act.c
[
all
...]
nfa_hci_main.c
367
if ( (nfa_hci_cb.cfg.
admin_gate
.pipe01_state != NFA_HCI_PIPE_OPENED)
368
&&(nfa_hci_cb.cfg.
admin_gate
.pipe01_state != NFA_HCI_PIPE_CLOSED))
408
memcpy (nfa_hci_cb.cfg.
admin_gate
.session_id, p_session_id, NFA_HCI_SESSION_ID_LEN);
681
if (nfa_hci_cb.cfg.
admin_gate
.pipe01_state == NFA_HCI_PIPE_CLOSED)
863
||(!(memcmp (nfa_hci_cb.cfg.
admin_gate
.session_id, default_session, NFA_HCI_SESSION_ID_LEN)))
864
||(!(memcmp (nfa_hci_cb.cfg.
admin_gate
.session_id, reset_session, NFA_HCI_SESSION_ID_LEN))) )
868
memcpy (&session_id[(NFA_HCI_SESSION_ID_LEN / 2)], nfa_hci_cb.cfg.
admin_gate
.session_id, (NFA_HCI_SESSION_ID_LEN / 2));
[
all
...]
nfa_hci_utils.c
[
all
...]
/external/libnfc-nci/src/nfa/int/
nfa_hci_int.h
415
tNFA_ADMIN_GATE_INFO
admin_gate
;
member in struct:__anon17202::__anon17203
Completed in 654 milliseconds