HomeSort by relevance Sort by last modified time
    Searched refs: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;
498 gate_id, p_gate->gate_owner, p_gate->pipe_inx_mask);
501 p_gate->gate_owner = 0;
547 local_gate, pipe_id, pipe_index, p_gate->gate_owner);
623 &&(pg->gate_owner == app_handle) )
655 &&(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 270 if ((nfa_hci_cb.cfg.dyn_gates[xx].gate_owner & (~NFA_HANDLE_GROUP_HCI)) >= NFA_HCI_MAX_APP_CB)
272 NFA_TRACE_EVENT1 ("nfa_hci_is_valid_cfg Invalid Gate owner: %u", nfa_hci_cb.cfg.dyn_gates[xx].gate_owner);
280 if (nfa_hci_cb.cfg.dyn_gates[xx].gate_owner == reg_app[zz])
285 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:__anon10457

Completed in 63 milliseconds