Searched refs:get_registry (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_act.c725 tNFA_HCI_DYN_PIPE *p_pipe = nfa_hciu_find_pipe_by_pid (p_evt_data->get_registry.pipe);
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))
736 nfa_hci_cb.app_in_use = p_evt_data->get_registry.hci_handle;
746 NFA_TRACE_WARNING1 ("nfa_hci_api_get_reg_value pipe:%d not open", p_evt_data->get_registry.pipe);
750 if ((status = nfa_hciu_send_get_param_cmd (p_evt_data->get_registry.pipe, p_evt_data->get_registry.reg_inx)) == NFA_STATUS_OK)
759 nfa_hciu_send_to_app (NFA_HCI_CMD_SENT_EVT, &evt_data, p_evt_data->get_registry.hci_handle);
/external/libnfc-nci/src/nfa/int/
H A Dnfa_hci_int.h303 tNFA_HCI_API_GET_REGISTRY get_registry; /* Get a registry entry on a host */ member in union:__anon24190

Completed in 744 milliseconds