HomeSort by relevance Sort by last modified time
    Searched refs:pipe_inx_mask (Results 1 - 4 of 4) sorted by null

  /external/libnfc-nci/src/nfa/hci/
nfa_hci_main.c 217 UINT32 pipe_inx_mask = 0; local
293 if ((pipe_inx_mask & nfa_hci_cb.cfg.dyn_gates[xx].pipe_inx_mask) != 0)
296 pipe_inx_mask |= nfa_hci_cb.cfg.dyn_gates[xx].pipe_inx_mask;
300 for (xx = 0; (pipe_inx_mask && (xx < NFA_HCI_MAX_PIPE_CB)); xx++,pipe_inx_mask >>= 1)
303 if (pipe_inx_mask & 1)
372 pipe_inx_mask = nfa_hci_cb.cfg.id_mgmt_gate.pipe_inx_mask;
    [all...]
nfa_hci_utils.c 129 &&(pg->pipe_inx_mask == 0) )
153 if ( p_gate->pipe_inx_mask & mask )
181 if ((p_gate->pipe_inx_mask & mask) && (pp->pipe_state == NFA_HCI_PIPE_OPENED))
296 pg->pipe_inx_mask = 0;
497 NFA_TRACE_DEBUG3 ("nfa_hciu_release_gate () ID: %d owner: 0x%04x pipe_inx_mask: 0x%04x",
498 gate_id, p_gate->gate_owner, p_gate->pipe_inx_mask);
502 p_gate->pipe_inx_mask = 0;
544 p_gate->pipe_inx_mask |= (UINT32) (1 << pipe_index);
589 nfa_hci_cb.cfg.id_mgmt_gate.pipe_inx_mask |= (UINT32) (1 << pipe_index);
832 nfa_hci_cb.cfg.id_mgmt_gate.pipe_inx_mask &= ~ (UINT32) (1 << pipe_index)
    [all...]
nfa_hci_api.c     [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_hci_int.h 333 UINT32 pipe_inx_mask; /* Bit 0 == pipe inx 0, etc */ member in struct:__anon10457
353 UINT32 pipe_inx_mask; /* Bit 0 == pipe inx 0, etc */ member in struct:__anon10460

Completed in 339 milliseconds