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.cc742 nfa_hciu_find_pipe_by_pid(p_evt_data->set_registry.pipe); in nfa_hci_api_set_reg_value()
751 (p_gate->gate_owner == p_evt_data->set_registry.hci_handle)) { in nfa_hci_api_set_reg_value()
752 nfa_hci_cb.app_in_use = p_evt_data->set_registry.hci_handle; in nfa_hci_api_set_reg_value()
762 p_evt_data->set_registry.pipe); in nfa_hci_api_set_reg_value()
765 p_evt_data->set_registry.pipe, p_evt_data->set_registry.reg_inx, in nfa_hci_api_set_reg_value()
766 p_evt_data->set_registry.size, p_evt_data->set_registry.data); in nfa_hci_api_set_reg_value()
775 p_evt_data->set_registry.hci_handle); in nfa_hci_api_set_reg_value()
/system/nfc/src/nfa/include/
Dnfa_hci_int.h307 tNFA_HCI_API_SET_REGISTRY set_registry; /* Set a registry entry on a host */ member