Lines Matching refs:op_code
55 uint8_t *pp, len, op_code; in nci_proc_core_rsp() local
62 NCI_MSG_PRS_HDR1(pp, op_code); in nci_proc_core_rsp()
64 << StringPrintf("nci_proc_core_rsp opcode:0x%x", op_code); in nci_proc_core_rsp()
68 switch (op_code) { in nci_proc_core_rsp()
97 LOG(ERROR) << StringPrintf("unknown opcode:0x%x", op_code); in nci_proc_core_rsp()
115 uint8_t *pp, len, op_code; in nci_proc_core_ntf() local
127 NCI_MSG_PRS_HDR1(pp, op_code); in nci_proc_core_ntf()
129 << StringPrintf("nci_proc_core_ntf opcode:0x%x", op_code); in nci_proc_core_ntf()
133 switch (op_code) { in nci_proc_core_ntf()
155 LOG(ERROR) << StringPrintf("unknown opcode:0x%x", op_code); in nci_proc_core_ntf()
171 uint8_t *pp, len, op_code; in nci_proc_rf_management_rsp() local
177 NCI_MSG_PRS_HDR1(pp, op_code); in nci_proc_rf_management_rsp()
180 switch (op_code) { in nci_proc_rf_management_rsp()
182 nfa_dm_p2p_prio_logic(op_code, pp, NFA_DM_P2P_PRIO_RSP); in nci_proc_rf_management_rsp()
198 if (nfa_dm_p2p_prio_logic(op_code, pp, NFA_DM_P2P_PRIO_RSP) == false) { in nci_proc_rf_management_rsp()
226 LOG(ERROR) << StringPrintf("unknown opcode:0x%x", op_code); in nci_proc_rf_management_rsp()
242 uint8_t *pp, len, op_code; in nci_proc_rf_management_ntf() local
247 NCI_MSG_PRS_HDR1(pp, op_code); in nci_proc_rf_management_ntf()
250 switch (op_code) { in nci_proc_rf_management_ntf()
261 if (nfa_dm_p2p_prio_logic(op_code, pp, NFA_DM_P2P_PRIO_NTF) == false) { in nci_proc_rf_management_ntf()
271 if (nfa_dm_p2p_prio_logic(op_code, pp, NFA_DM_P2P_PRIO_NTF) == false) { in nci_proc_rf_management_ntf()
313 LOG(ERROR) << StringPrintf("unknown opcode:0x%x", op_code); in nci_proc_rf_management_ntf()
332 uint8_t *pp, len, op_code; in nci_proc_ee_management_rsp() local
341 NCI_MSG_PRS_HDR1(pp, op_code); in nci_proc_ee_management_rsp()
343 << StringPrintf("nci_proc_ee_management_rsp opcode:0x%x", op_code); in nci_proc_ee_management_rsp()
348 switch (op_code) { in nci_proc_ee_management_rsp()
393 LOG(ERROR) << StringPrintf("unknown opcode:0x%x", op_code); in nci_proc_ee_management_rsp()
411 uint8_t *pp, len, op_code; in nci_proc_ee_management_ntf() local
422 NCI_MSG_PRS_HDR1(pp, op_code); in nci_proc_ee_management_ntf()
424 << StringPrintf("nci_proc_ee_management_ntf opcode:0x%x", op_code); in nci_proc_ee_management_ntf()
427 switch (op_code) { in nci_proc_ee_management_ntf()
511 LOG(ERROR) << StringPrintf("unknown opcode:0x%x", op_code); in nci_proc_ee_management_ntf()
532 uint8_t *pp, len, op_code; in nci_proc_prop_rsp() local
538 NCI_MSG_PRS_HDR1(pp, op_code); in nci_proc_prop_rsp()
544 (*p_cback)((tNFC_VS_EVT)(NCI_RSP_BIT | op_code), p_msg->len, p_evt); in nci_proc_prop_rsp()
557 uint8_t op_code; in nci_proc_prop_raw_vs_rsp() local
563 NCI_MSG_PRS_HDR1(p, op_code); in nci_proc_prop_raw_vs_rsp()
568 (*p_cback)((tNFC_VS_EVT)(NCI_RSP_BIT | op_code), p_msg->len, p_evt); in nci_proc_prop_raw_vs_rsp()
587 uint8_t *pp, len, op_code; in nci_proc_prop_ntf() local
593 NCI_MSG_PRS_HDR1(pp, op_code); in nci_proc_prop_ntf()
598 (*nfc_cb.p_vs_cb[i])((tNFC_VS_EVT)(NCI_NTF_BIT | op_code), p_msg->len, in nci_proc_prop_ntf()