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.cc46 p = NCI_GET_CMD_BUF(NCI_CORE_PARAM_SIZE_RESET); in nci_snd_core_reset()
77 if ((p = NCI_GET_CMD_BUF(NCI_CORE_PARAM_SIZE_INIT(nci_version))) == nullptr) in nci_snd_core_init()
111 p = NCI_GET_CMD_BUF(num_ids); in nci_snd_core_get_config()
144 p = NCI_GET_CMD_BUF(tlv_size + 1); in nci_snd_core_set_config()
193 p = NCI_GET_CMD_BUF(size); in nci_snd_core_conn_create()
229 p = NCI_GET_CMD_BUF(NCI_CORE_PARAM_SIZE_CON_CLOSE); in nci_snd_core_conn_close()
263 p = NCI_GET_CMD_BUF(NCI_PARAM_SIZE_DISCOVER_NFCEE(NFC_GetNCIVersion())); in nci_snd_nfcee_discover()
297 p = NCI_GET_CMD_BUF(NCI_CORE_PARAM_SIZE_NFCEE_MODE_SET); in nci_snd_nfcee_mode_set()
331 if ((p = NCI_GET_CMD_BUF(0)) == nullptr) return (NCI_STATUS_FAILED); in nci_snd_iso_dep_nak_presence_check_cmd()
365 p = NCI_GET_CMD_BUF(size); in nci_snd_discover_cmd()
[all …]
/system/nfc/src/include/
Dnci_defs.h554 #ifndef NCI_GET_CMD_BUF
557 #define NCI_GET_CMD_BUF(paramlen) ((NFC_HDR*)GKI_getpoolbuf(NFC_NCI_POOL_ID)) macro
560 #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.cc202 p = NCI_GET_CMD_BUF(ulen); in nfc_ncif_send_data()