Home
last modified time | relevance | path

Searched refs:gate_owner (Results 1 – 5 of 5) sorted by relevance

/system/nfc/src/nfa/hci/
Dnfa_hci_utils.cc99 if (pg->gate_owner == app_handle) return (pg); in nfa_hciu_find_gate_by_owner()
121 if ((pg->gate_owner == app_handle) && (pg->pipe_inx_mask == 0)) return (pg); in nfa_hciu_find_gate_with_nopipes_by_owner()
192 return (pg->gate_owner); in nfa_hciu_get_gate_owner()
214 return (pg->gate_owner); in nfa_hciu_get_pipe_owner()
273 pg->gate_owner = app_handle; in nfa_hciu_alloc_gate()
475 p_gate->gate_owner, p_gate->pipe_inx_mask); in nfa_hciu_release_gate()
478 p_gate->gate_owner = 0; in nfa_hciu_release_gate()
523 local_gate, pipe_id, pipe_index, p_gate->gate_owner); in nfa_hciu_add_pipe_to_gate()
601 (pg->gate_owner == app_handle)) in nfa_hciu_find_active_pipe_by_owner()
668 (pg->gate_owner == app_handle)) in nfa_hciu_find_pipe_by_owner()
[all …]
Dnfa_hci_act.cc254 if (pg->gate_owner == nfa_hci_cb.app_in_use) { in nfa_hci_api_register()
409 if (pg->gate_owner == p_evt_data->get_gate_pipe_list.hci_handle) { in nfa_hci_api_get_gate_pipe_list()
442 if (!pg->gate_owner) in nfa_hci_api_get_gate_pipe_list()
476 if (!p_gate->gate_owner) { in nfa_hci_api_alloc_gate()
478 p_gate->gate_owner = app_handle; in nfa_hci_api_alloc_gate()
479 } else if (p_gate->gate_owner != app_handle) { in nfa_hci_api_alloc_gate()
528 } else if (p_gate->gate_owner != app_handle) { in nfa_hci_api_dealloc_gate()
603 (p_gate->gate_owner != p_evt_data->create_pipe.hci_handle)) { in nfa_hci_api_create_pipe()
663 (p_gate->gate_owner == p_evt_data->open_pipe.hci_handle)) { in nfa_hci_api_open_pipe()
703 (p_gate->gate_owner == p_evt_data->get_registry.hci_handle)) { in nfa_hci_api_get_reg_value()
[all …]
Dnfa_hci_main.cc274 if ((nfa_hci_cb.cfg.dyn_gates[xx].gate_owner & (~NFA_HANDLE_GROUP_HCI)) >= in nfa_hci_is_valid_cfg()
278 nfa_hci_cb.cfg.dyn_gates[xx].gate_owner); in nfa_hci_is_valid_cfg()
289 if (nfa_hci_cb.cfg.dyn_gates[xx].gate_owner == reg_app[zz]) break; in nfa_hci_is_valid_cfg()
294 nfa_hci_cb.cfg.dyn_gates[xx].gate_owner); in nfa_hci_is_valid_cfg()
Dnfa_hci_api.cc849 xx, pg->gate_id, pg->gate_owner, pg->pipe_inx_mask); in NFA_HciDebug()
/system/nfc/src/nfa/include/
Dnfa_hci_int.h332 tNFA_HANDLE gate_owner; /* NFA-HCI handle assigned to the application which member