Home
last modified time | relevance | path

Searched refs:set_registry (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfa/hci/
Dnfa_hci_act.c775 tNFA_HCI_DYN_PIPE *p_pipe = nfa_hciu_find_pipe_by_pid (p_evt_data->set_registry.pipe); in nfa_hci_api_set_reg_value()
784 …is_active_host (p_pipe->dest_host)) && (p_gate->gate_owner == p_evt_data->set_registry.hci_handle)) in nfa_hci_api_set_reg_value()
786 nfa_hci_cb.app_in_use = p_evt_data->set_registry.hci_handle; in nfa_hci_api_set_reg_value()
796 … NFA_TRACE_WARNING1 ("nfa_hci_api_set_reg_value pipe:%d not open", p_evt_data->set_registry.pipe); in nfa_hci_api_set_reg_value()
800 …aram_cmd (p_evt_data->set_registry.pipe, p_evt_data->set_registry.reg_inx, p_evt_data->set_registr… in nfa_hci_api_set_reg_value()
808 nfa_hciu_send_to_app (NFA_HCI_CMD_SENT_EVT, &evt_data, p_evt_data->set_registry.hci_handle); in nfa_hci_api_set_reg_value()
/external/libnfc-nci/src/nfa/int/
Dnfa_hci_int.h304 …tNFA_HCI_API_SET_REGISTRY set_registry; /* Set a registry entry on a h… member