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

  /external/libnfc-nxp/src/
phHciNfc_Pipe.c 161 (*ppPipeHandle)->pipe.source.gate_id =
162 ((phHciNfc_Gate_Info_t *)destination)->gate_id;
165 (*ppPipeHandle)->pipe.dest.gate_id =
166 ((phHciNfc_Gate_Info_t *)destination)->gate_id;
213 p_pipe_info->pipe.source.gate_id =
217 p_pipe_info->pipe.dest.gate_id =
334 id_dest.gate_id = (uint8_t)phHciNfc_CETypeAGate;
351 id_dest.gate_id = (uint8_t)phHciNfc_CETypeBGate;
369 id_dest.gate_id = (uint8_t)phHciNfc_CETypeFGate;
454 id_dest.gate_id = (uint8_t)phHciNfc_IdentityMgmtGate
787 phHciNfc_GateID_t gate_id = phHciNfc_UnknownGate; local
    [all...]
phHciNfc_Generic.h 547 uint8_t gate_id; member in struct:phHciNfc_Gate_Info
    [all...]
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_act.c 359 nfa_hciu_release_gate (p_gate->gate_id);
379 nfa_hciu_release_gate (p_gate->gate_id);
428 evt_data.gates_pipes.gate[evt_data.gates_pipes.num_gates++] = pg->gate_id;
435 if (pp->local_gate == pg->gate_id)
457 if (pp->local_gate == pg->gate_id)
505 evt_data.allocated.gate = p_gate ? p_gate->gate_id : 0;
524 UINT8 gate_id; local
532 gate_id = p_evt_data->gate_dealloc.gate;
539 gate_id = nfa_hci_cb.local_gate_in_use;
543 evt_data.deallocated.gate = gate_id;;
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_hci_int.h 331 UINT8 gate_id; /* local gate id */ member in struct:__anon16362
464 extern tNFA_HCI_DYN_GATE *nfa_hciu_alloc_gate (UINT8 gate_id, tNFA_HANDLE app_handle);
465 extern tNFA_HCI_DYN_GATE *nfa_hciu_find_gate_by_gid (UINT8 gate_id);
471 extern tNFA_HCI_DYN_PIPE *nfa_hciu_find_pipe_on_gate (UINT8 gate_id);
472 extern tNFA_HANDLE nfa_hciu_get_gate_owner (UINT8 gate_id);
477 extern tNFA_HCI_DYN_PIPE *nfa_hciu_find_active_pipe_on_gate (UINT8 gate_id);

Completed in 206 milliseconds