OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pipe_inx_mask
(Results
1 - 4
of
4
) sorted by null
/external/libnfc-nci/src/nfa/hci/
nfa_hci_main.c
221
UINT32
pipe_inx_mask
= 0;
local
297
if ((
pipe_inx_mask
& nfa_hci_cb.cfg.dyn_gates[xx].
pipe_inx_mask
) != 0)
300
pipe_inx_mask
|= nfa_hci_cb.cfg.dyn_gates[xx].
pipe_inx_mask
;
304
for (xx = 0; (
pipe_inx_mask
&& (xx < NFA_HCI_MAX_PIPE_CB)); xx++,
pipe_inx_mask
>>= 1)
307
if (
pipe_inx_mask
& 1)
376
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))
292
pg->
pipe_inx_mask
= 0;
495
NFA_TRACE_DEBUG3 ("nfa_hciu_release_gate () ID: %d owner: 0x%04x
pipe_inx_mask
: 0x%04x",
496
gate_id, p_gate->gate_owner, p_gate->
pipe_inx_mask
);
500
p_gate->
pipe_inx_mask
= 0;
542
p_gate->
pipe_inx_mask
|= (UINT32) (1 << pipe_index);
587
nfa_hci_cb.cfg.id_mgmt_gate.
pipe_inx_mask
|= (UINT32) (1 << pipe_index);
866
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:__anon15748
353
UINT32
pipe_inx_mask
; /* Bit 0 == pipe inx 0, etc */
member in struct:__anon15751
Completed in 1835 milliseconds