Searched refs:local_gate (Results 1 - 6 of 6) sorted by last modified time

/system/nfc/src/nfa/hci/
H A Dnfa_hci_act.cc415 if (pp->local_gate == pg->gate_id)
426 if (pp->pipe_id != 0 && pp->local_gate == NFA_HCI_CONNECTIVITY_GATE) {
430 } else if (pp->pipe_id != 0 && pp->local_gate == NFA_HCI_LOOP_BACK_GATE) {
436 pp->local_gate >= NFA_HCI_FIRST_PROP_GATE &&
437 pp->local_gate <= NFA_HCI_LAST_PROP_GATE) {
440 if (pp->local_gate == pg->gate_id) {
658 if (p_pipe != NULL) p_gate = nfa_hciu_find_gate_by_gid(p_pipe->local_gate);
699 p_gate = nfa_hciu_find_gate_by_gid(p_pipe->local_gate);
748 p_gate = nfa_hciu_find_gate_by_gid(p_pipe->local_gate);
794 if (p_pipe != NULL) p_gate = nfa_hciu_find_gate_by_gid(p_pipe->local_gate);
[all...]
H A Dnfa_hci_api.cc869 xx, pp->pipe_id, pp->pipe_state, pp->local_gate, pp->dest_gate,
H A Dnfa_hci_main.cc335 if ((((nfa_hci_cb.cfg.dyn_pipes[xx].local_gate !=
337 (nfa_hci_cb.cfg.dyn_pipes[xx].local_gate !=
339 (nfa_hci_cb.cfg.dyn_pipes[xx].local_gate <
341 (nfa_hci_cb.cfg.dyn_pipes[xx].local_gate > NFA_HCI_LAST_PROP_GATE))
368 if (nfa_hci_cb.cfg.dyn_pipes[xx].local_gate == valid_gate[zz]) break;
373 nfa_hci_cb.cfg.dyn_pipes[xx].local_gate);
398 if (nfa_hci_cb.cfg.dyn_pipes[xx].local_gate !=
H A Dnfa_hci_utils.cc211 pg = nfa_hciu_find_gate_by_gid(pp->local_gate);
483 tNFA_HCI_RESPONSE nfa_hciu_add_pipe_to_gate(uint8_t pipe_id, uint8_t local_gate, argument
490 p_gate = nfa_hciu_find_gate_by_gid(local_gate);
500 p_pipe->local_gate = local_gate;
509 local_gate, pipe_id, pipe_index, p_gate->gate_owner);
515 "nfa_hciu_add_pipe_to_gate: 0x%02x NOT FOUND", local_gate);
530 tNFA_HCI_RESPONSE nfa_hciu_add_pipe_to_static_gate(uint8_t local_gate, argument
540 local_gate, pipe_id, dest_host, dest_gate);
549 p_pipe->local_gate
607 nfa_hciu_check_pipe_between_gates(uint8_t local_gate, uint8_t dest_host, uint8_t dest_gate) argument
[all...]
/system/nfc/src/nfa/include/
H A Dnfa_hci_api.h110 uint8_t local_gate; /* local gate id */ member in struct:__anon2283
H A Dnfa_hci_int.h322 uint8_t local_gate; /* local gate id */ member in struct:__anon2326
471 extern bool nfa_hciu_check_pipe_between_gates(uint8_t local_gate,
483 uint8_t local_gate,
486 extern tNFA_HCI_RESPONSE nfa_hciu_add_pipe_to_static_gate(uint8_t local_gate,

Completed in 388 milliseconds