Home
last modified time | relevance | path

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

/system/nfc/src/nfa/hci/
Dnfa_hci_act.cc743 nfa_hciu_find_pipe_by_pid(p_evt_data->set_registry.pipe); in nfa_hci_api_set_reg_value()
752 (p_gate->gate_owner == p_evt_data->set_registry.hci_handle)) { in nfa_hci_api_set_reg_value()
753 nfa_hci_cb.app_in_use = p_evt_data->set_registry.hci_handle; in nfa_hci_api_set_reg_value()
763 p_evt_data->set_registry.pipe); in nfa_hci_api_set_reg_value()
766 p_evt_data->set_registry.pipe, p_evt_data->set_registry.reg_inx, in nfa_hci_api_set_reg_value()
767 p_evt_data->set_registry.size, p_evt_data->set_registry.data); in nfa_hci_api_set_reg_value()
776 p_evt_data->set_registry.hci_handle); in nfa_hci_api_set_reg_value()
/system/nfc/src/nfa/include/
Dnfa_hci_int.h305 tNFA_HCI_API_SET_REGISTRY set_registry; /* Set a registry entry on a host */ member