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);
291 pg->gate_owner = app_handle;
496 gate_id, p_gate->gate_owner, p_gate->pipe_inx_mask);
499 p_gate->gate_owner = 0;
545 local_gate, pipe_id, pipe_index, p_gate->gate_owner);
621 &&(pg->gate_owner == app_handle) )
689 &&(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)
459 if (!pg->gate_owner)
492 if (!p_gate->gate_owner)
495 p_gate->gate_owner = app_handle;
497 else if (p_gate->gate_owner != app_handle)
551 else if (p_gate->gate_owner != app_handle)
633 ||(p_gate->gate_owner != p_evt_data->create_pipe.hci_handle) )
690 &&(p_gate->gate_owner == p_evt_data->open_pipe.hci_handle))
734 if ((p_gate != NULL) && (nfa_hciu_is_active_host (p_pipe->dest_host)) && (p_gate->gate_owner == p_evt_data->get_registry.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:__anon3751

Completed in 2427 milliseconds