Home
last modified time | relevance | path

Searched refs:NFA_HCI_ANY_OK (Results 1 – 3 of 3) sorted by relevance

/system/nfc/src/nfa/include/
Dnfa_hci_defs.h84 #define NFA_HCI_ANY_OK 0x00 macro
/system/nfc/src/nfa/hci/
Dnfa_hci_utils.cc511 return (NFA_HCI_ANY_OK); in nfa_hciu_add_pipe_to_gate()
558 return NFA_HCI_ANY_OK; in nfa_hciu_add_pipe_to_static_gate()
839 return NFA_HCI_ANY_OK; in nfa_hciu_release_pipe()
1129 case NFA_HCI_ANY_OK: in nfa_hciu_get_response_name()
1391 p[1] = (NFA_HCI_RESPONSE_TYPE << 6) | NFA_HCI_ANY_OK; in handle_debug_loopback()
1396 p[1] = (NFA_HCI_RESPONSE_TYPE << 6) | NFA_HCI_ANY_OK; in handle_debug_loopback()
1403 p[1] = (NFA_HCI_RESPONSE_TYPE << 6) | NFA_HCI_ANY_OK; in handle_debug_loopback()
Dnfa_hci_act.cc1064 NFA_HCI_ANY_OK) { in nfa_hci_api_add_static_pipe()
1102 uint8_t response = NFA_HCI_ANY_OK; in nfa_hci_handle_link_mgm_gate_cmd()
1164 tNFA_HCI_RESPONSE response = NFA_HCI_ANY_OK; in nfa_hci_handle_pipe_open_close_cmd()
1196 tNFA_HCI_RESPONSE response = NFA_HCI_ANY_OK; in nfa_hci_handle_admin_gate_cmd()
1239 if (response == NFA_HCI_ANY_OK) { in nfa_hci_handle_admin_gate_cmd()
1346 if (nfa_hci_cb.inst != NFA_HCI_ANY_OK) { in nfa_hci_handle_admin_gate_rsp()
1460 (nfa_hci_cb.inst == NFA_HCI_ANY_OK) ? NFA_STATUS_OK : NFA_STATUS_FAILED; in nfa_hci_handle_admin_gate_rsp()
1773 tNFA_HCI_RESPONSE response = NFA_HCI_ANY_OK; in nfa_hci_handle_identity_mgmt_gate_pkt()
1936 if (nfa_hci_cb.inst != NFA_HCI_ANY_OK) status = NFA_STATUS_FAILED; in nfa_hci_handle_generic_gate_rsp()
2031 (nfa_hci_cb.inst == NFA_HCI_ANY_OK)) in nfa_hci_handle_connectivity_gate_pkt()
[all …]