OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gate_owner
(Results
1 - 5
of
5
) sorted by null
/external/libnfc-nci/src/nfa/hci/
nfa_hci_utils.c
104
if (pg->
gate_owner
== app_handle)
128
if ( (pg->
gate_owner
== app_handle)
206
return (pg->
gate_owner
);
229
return (pg->
gate_owner
);
295
pg->
gate_owner
= app_handle;
500
gate_id, p_gate->
gate_owner
, p_gate->pipe_inx_mask);
503
p_gate->
gate_owner
= 0;
549
local_gate, pipe_id, pipe_index, p_gate->
gate_owner
);
625
&&(pg->
gate_owner
== app_handle) )
657
&&(pg->
gate_owner
== app_handle)
[
all
...]
nfa_hci_act.c
263
if (pg->
gate_owner
== nfa_hci_cb.app_in_use)
426
if (pg->
gate_owner
== p_evt_data->get_gate_pipe_list.hci_handle)
524
else if (p_gate->
gate_owner
!= app_handle)
604
if ((p_gate == NULL) || (p_gate->
gate_owner
!= p_evt_data->create_pipe.hci_handle))
651
&&(p_gate->
gate_owner
== p_evt_data->open_pipe.hci_handle))
695
if ((p_gate != NULL) && (nfa_hciu_is_active_host (p_pipe->dest_host)) && (p_gate->
gate_owner
== p_evt_data->get_registry.hci_handle))
745
if ((p_gate != NULL) && (nfa_hciu_is_active_host (p_pipe->dest_host)) && (p_gate->
gate_owner
== p_evt_data->set_registry.hci_handle))
795
&&(p_gate->
gate_owner
== p_evt_data->close_pipe.hci_handle) )
837
&&(p_gate->
gate_owner
== p_evt_data->delete_pipe.hci_handle)
[
all
...]
nfa_hci_main.c
274
if ((nfa_hci_cb.cfg.dyn_gates[xx].
gate_owner
& (~NFA_HANDLE_GROUP_HCI)) >= NFA_HCI_MAX_APP_CB)
276
NFA_TRACE_EVENT1 ("nfa_hci_is_valid_cfg Invalid Gate owner: %u", nfa_hci_cb.cfg.dyn_gates[xx].
gate_owner
);
284
if (nfa_hci_cb.cfg.dyn_gates[xx].
gate_owner
== reg_app[zz])
289
NFA_TRACE_EVENT1 ("nfa_hci_is_valid_cfg Invalid Gate owner: %u", nfa_hci_cb.cfg.dyn_gates[xx].
gate_owner
);
[
all
...]
nfa_hci_api.c
[
all
...]
/external/libnfc-nci/src/nfa/int/
nfa_hci_int.h
332
tNFA_HANDLE
gate_owner
; /* NFA-HCI handle assigned to the application which owns the gate */
member in struct:__anon20741
Completed in 81 milliseconds