Home
last modified time | relevance | path

Searched refs:NCI_GET_CMD_BUF (Results 1 – 4 of 4) sorted by relevance

/system/nfc/src/nfc/nci/
Dnci_hmsgs.cc48 p = NCI_GET_CMD_BUF(NCI_CORE_PARAM_SIZE_RESET); in nci_snd_core_reset()
79 if ((p = NCI_GET_CMD_BUF(NCI_CORE_PARAM_SIZE_INIT(nci_version))) == nullptr) in nci_snd_core_init()
113 p = NCI_GET_CMD_BUF(num_ids); in nci_snd_core_get_config()
146 p = NCI_GET_CMD_BUF(tlv_size + 1); in nci_snd_core_set_config()
195 p = NCI_GET_CMD_BUF(size); in nci_snd_core_conn_create()
231 p = NCI_GET_CMD_BUF(NCI_CORE_PARAM_SIZE_CON_CLOSE); in nci_snd_core_conn_close()
265 p = NCI_GET_CMD_BUF(NCI_PARAM_SIZE_DISCOVER_NFCEE(NFC_GetNCIVersion())); in nci_snd_nfcee_discover()
299 p = NCI_GET_CMD_BUF(NCI_CORE_PARAM_SIZE_NFCEE_MODE_SET); in nci_snd_nfcee_mode_set()
333 if ((p = NCI_GET_CMD_BUF(0)) == nullptr) return (NCI_STATUS_FAILED); in nci_snd_iso_dep_nak_presence_check_cmd()
367 p = NCI_GET_CMD_BUF(size); in nci_snd_discover_cmd()
[all …]
/system/nfc/src/include/
Dnci_defs.h565 #ifndef NCI_GET_CMD_BUF
568 #define NCI_GET_CMD_BUF(paramlen) ((NFC_HDR*)GKI_getpoolbuf(NFC_NCI_POOL_ID)) macro
571 #define NCI_GET_CMD_BUF(paramlen) \ macro
/system/nfc/src/nfc/nfc/
Dnfc_vs.cc132 p_data = NCI_GET_CMD_BUF(0); in NFC_SendVsCommand()
Dnfc_ncif.cc205 p = NCI_GET_CMD_BUF(ulen); in nfc_ncif_send_data()