HomeSort by relevance Sort by last modified time
    Searched refs:get_registry (Results 1 - 2 of 2) sorted by null

  /external/libnfc-nci/src/nfa/hci/
nfa_hci_act.c 686 tNFA_HCI_DYN_PIPE *p_pipe = nfa_hciu_find_pipe_by_pid (p_evt_data->get_registry.pipe);
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))
697 nfa_hci_cb.app_in_use = p_evt_data->get_registry.hci_handle;
707 NFA_TRACE_WARNING1 ("nfa_hci_api_get_reg_value pipe:%d not open", p_evt_data->get_registry.pipe);
711 if ((status = nfa_hciu_send_get_param_cmd (p_evt_data->get_registry.pipe, p_evt_data->get_registry.reg_inx)) == NFA_STATUS_OK)
720 nfa_hciu_send_to_app (NFA_HCI_CMD_SENT_EVT, &evt_data, p_evt_data->get_registry.hci_handle);
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_hci_int.h 303 tNFA_HCI_API_GET_REGISTRY get_registry; /* Get a registry entry on a host */ member in union:__anon10455

Completed in 23 milliseconds