HomeSort by relevance Sort by last modified time
    Searched refs:gate_owner (Results 1 - 5 of 5) sorted by null

  /system/nfc/src/nfa/hci/
nfa_hci_utils.cc 99 if (pg->gate_owner == app_handle) return (pg);
121 if ((pg->gate_owner == app_handle) && (pg->pipe_inx_mask == 0)) return (pg);
192 return (pg->gate_owner);
214 return (pg->gate_owner);
269 pg->gate_owner = app_handle;
461 p_gate->gate_owner, p_gate->pipe_inx_mask);
464 p_gate->gate_owner = 0;
509 local_gate, pipe_id, pipe_index, p_gate->gate_owner);
587 (pg->gate_owner == app_handle))
654 (pg->gate_owner == app_handle)
    [all...]
nfa_hci_act.cc 253 if (pg->gate_owner == nfa_hci_cb.app_in_use) {
408 if (pg->gate_owner == p_evt_data->get_gate_pipe_list.hci_handle) {
441 if (!pg->gate_owner)
475 if (!p_gate->gate_owner) {
477 p_gate->gate_owner = app_handle;
478 } else if (p_gate->gate_owner != app_handle) {
527 } else if (p_gate->gate_owner != app_handle) {
602 (p_gate->gate_owner != p_evt_data->create_pipe.hci_handle)) {
662 (p_gate->gate_owner == p_evt_data->open_pipe.hci_handle)) {
702 (p_gate->gate_owner == p_evt_data->get_registry.hci_handle))
    [all...]
nfa_hci_main.cc 275 if ((nfa_hci_cb.cfg.dyn_gates[xx].gate_owner & (~NFA_HANDLE_GROUP_HCI)) >=
279 nfa_hci_cb.cfg.dyn_gates[xx].gate_owner);
290 if (nfa_hci_cb.cfg.dyn_gates[xx].gate_owner == reg_app[zz]) break;
295 nfa_hci_cb.cfg.dyn_gates[xx].gate_owner);
    [all...]
nfa_hci_api.cc     [all...]
  /system/nfc/src/nfa/include/
nfa_hci_int.h 330 tNFA_HANDLE gate_owner; /* NFA-HCI handle assigned to the application which member in struct:__anon3444

Completed in 148 milliseconds