Searched refs:gate_owner (Results 1 – 5 of 5) sorted by relevance
/external/libnfc-nci/src/nfa/hci/ |
D | nfa_hci_utils.c | 104 if (pg->gate_owner == app_handle) in nfa_hciu_find_gate_by_owner() 128 if ( (pg->gate_owner == app_handle) in nfa_hciu_find_gate_with_nopipes_by_owner() 206 return (pg->gate_owner); in nfa_hciu_get_gate_owner() 229 return (pg->gate_owner); in nfa_hciu_get_pipe_owner() 291 pg->gate_owner = app_handle; in nfa_hciu_alloc_gate() 496 gate_id, p_gate->gate_owner, p_gate->pipe_inx_mask); in nfa_hciu_release_gate() 499 p_gate->gate_owner = 0; in nfa_hciu_release_gate() 545 local_gate, pipe_id, pipe_index, p_gate->gate_owner); in nfa_hciu_add_pipe_to_gate() 621 &&(pg->gate_owner == app_handle) ) in nfa_hciu_find_active_pipe_by_owner() 689 &&(pg->gate_owner == app_handle) ) in nfa_hciu_find_pipe_by_owner() [all …]
|
D | nfa_hci_act.c | 263 if (pg->gate_owner == nfa_hci_cb.app_in_use) in nfa_hci_api_register() 426 if (pg->gate_owner == p_evt_data->get_gate_pipe_list.hci_handle) in nfa_hci_api_get_gate_pipe_list() 459 if (!pg->gate_owner) in nfa_hci_api_get_gate_pipe_list() 492 if (!p_gate->gate_owner) in nfa_hci_api_alloc_gate() 495 p_gate->gate_owner = app_handle; in nfa_hci_api_alloc_gate() 497 else if (p_gate->gate_owner != app_handle) in nfa_hci_api_alloc_gate() 551 else if (p_gate->gate_owner != app_handle) in nfa_hci_api_dealloc_gate() 633 ||(p_gate->gate_owner != p_evt_data->create_pipe.hci_handle) ) in nfa_hci_api_create_pipe() 690 &&(p_gate->gate_owner == p_evt_data->open_pipe.hci_handle)) in nfa_hci_api_open_pipe() 734 … != NULL) && (nfa_hciu_is_active_host (p_pipe->dest_host)) && (p_gate->gate_owner == p_evt_data->g… in nfa_hci_api_get_reg_value() [all …]
|
D | nfa_hci_main.c | 274 … if ((nfa_hci_cb.cfg.dyn_gates[xx].gate_owner & (~NFA_HANDLE_GROUP_HCI)) >= NFA_HCI_MAX_APP_CB) in nfa_hci_is_valid_cfg() 276 …E_EVENT1 ("nfa_hci_is_valid_cfg Invalid Gate owner: %u", nfa_hci_cb.cfg.dyn_gates[xx].gate_owner); in nfa_hci_is_valid_cfg() 284 if (nfa_hci_cb.cfg.dyn_gates[xx].gate_owner == reg_app[zz]) in nfa_hci_is_valid_cfg() 289 …E_EVENT1 ("nfa_hci_is_valid_cfg Invalid Gate owner: %u", nfa_hci_cb.cfg.dyn_gates[xx].gate_owner); in nfa_hci_is_valid_cfg()
|
D | nfa_hci_api.c | 973 xx, pg->gate_id, pg->gate_owner, pg->pipe_inx_mask); in NFA_HciDebug()
|
/external/libnfc-nci/src/nfa/int/ |
D | nfa_hci_int.h | 332 …tNFA_HANDLE gate_owner; /* NFA-HCI handle assigned to the application whic… member
|