Searched refs:NFA_TRACE_EVENT1 (Results 1 - 5 of 5) sorted by relevance

/external/libnfc-nci/src/nfa/sys/
H A Dnfa_sys_main.c78 NFA_TRACE_EVENT1 ("NFA got event 0x%04X", p_msg->event);
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_main.c270 NFA_TRACE_EVENT1 ("nfa_hci_is_valid_cfg Reusing: %u", nfa_hci_cb.cfg.dyn_gates[xx].gate_id);
276 NFA_TRACE_EVENT1 ("nfa_hci_is_valid_cfg Invalid Gate owner: %u", nfa_hci_cb.cfg.dyn_gates[xx].gate_owner);
289 NFA_TRACE_EVENT1 ("nfa_hci_is_valid_cfg Invalid Gate owner: %u", nfa_hci_cb.cfg.dyn_gates[xx].gate_owner);
348 NFA_TRACE_EVENT1 ("nfa_hci_is_valid_cfg Reusing: %u", nfa_hci_cb.cfg.dyn_pipes[xx].pipe_id);
360 NFA_TRACE_EVENT1 ("nfa_hci_is_valid_cfg Invalid Gate: %u", nfa_hci_cb.cfg.dyn_pipes[xx].local_gate);
514 NFA_TRACE_EVENT1 ("nfa_hci_startup_complete (): Status: %u", status);
H A Dnfa_hci_utils.c850 NFA_TRACE_EVENT1 ("nfa_hciu_release_pipe: %u", pipe_id);
903 NFA_TRACE_EVENT1 ("nfa_hciu_remove_all_pipes_from_host (0x%02x)", host);
/external/libnfc-nci/src/nfa/dm/
H A Dnfa_dm_main.c130 NFA_TRACE_EVENT1 ("nfa_dm_evt_hdlr event: 0x%x", event);
/external/libnfc-nci/src/include/
H A Dbt_trace.h1569 #define NFA_TRACE_EVENT1(m,p1) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_1(TRACE_LAYER_NFA, TRACE_TYPE_EVENT, m, p1);} macro
3546 #define NFA_TRACE_EVENT1(m,p1) macro

Completed in 132 milliseconds