OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_registry
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nci/src/nfa/hci/
nfa_hci_act.c
736
tNFA_HCI_DYN_PIPE *p_pipe = nfa_hciu_find_pipe_by_pid (p_evt_data->
set_registry
.pipe);
745
if ((p_gate != NULL) && (nfa_hciu_is_active_host (p_pipe->dest_host)) && (p_gate->gate_owner == p_evt_data->
set_registry
.hci_handle))
747
nfa_hci_cb.app_in_use = p_evt_data->
set_registry
.hci_handle;
757
NFA_TRACE_WARNING1 ("nfa_hci_api_set_reg_value pipe:%d not open", p_evt_data->
set_registry
.pipe);
761
if ((status = nfa_hciu_send_set_param_cmd (p_evt_data->
set_registry
.pipe, p_evt_data->
set_registry
.reg_inx, p_evt_data->
set_registry
.size, p_evt_data->
set_registry
.data)) == NFA_STATUS_OK)
769
nfa_hciu_send_to_app (NFA_HCI_CMD_SENT_EVT, &evt_data, p_evt_data->
set_registry
.hci_handle);
[
all
...]
/external/libnfc-nci/src/nfa/int/
nfa_hci_int.h
304
tNFA_HCI_API_SET_REGISTRY
set_registry
; /* Set a registry entry on a host */
member in union:__anon20739
Completed in 112 milliseconds