Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/nci/
Dnci_hmsgs.c49 if ((p = NCI_GET_CMD_BUF (NCI_CORE_PARAM_SIZE_RESET)) == NULL) in nci_snd_core_reset()
81 if ((p = NCI_GET_CMD_BUF (NCI_CORE_PARAM_SIZE_INIT)) == NULL) in nci_snd_core_init()
112 if ((p = NCI_GET_CMD_BUF (num_ids)) == NULL) in nci_snd_core_get_config()
146 if ((p = NCI_GET_CMD_BUF (tlv_size + 1)) == NULL) in nci_snd_core_set_config()
199 if ((p = NCI_GET_CMD_BUF (size)) == NULL) in nci_snd_core_conn_create()
237 if ((p = NCI_GET_CMD_BUF (NCI_CORE_PARAM_SIZE_CON_CLOSE)) == NULL) in nci_snd_core_conn_close()
273 if ((p = NCI_GET_CMD_BUF (NCI_PARAM_SIZE_DISCOVER_NFCEE)) == NULL) in nci_snd_nfcee_discover()
306 if ((p = NCI_GET_CMD_BUF (NCI_CORE_PARAM_SIZE_NFCEE_MODE_SET)) == NULL) in nci_snd_nfcee_mode_set()
344 if ((p = NCI_GET_CMD_BUF (size)) == NULL) in nci_snd_discover_cmd()
385 if ((p = NCI_GET_CMD_BUF (NCI_DISCOVER_PARAM_SIZE_SELECT)) == NULL) in nci_snd_discover_select_cmd()
[all …]
/external/libnfc-nci/src/hal/include/
Dnci_defs.h582 #ifndef NCI_GET_CMD_BUF
585 #define NCI_GET_CMD_BUF(paramlen) ((BT_HDR *) GKI_getpoolbuf (NFC_NCI_POOL_ID)) macro
588 #define NCI_GET_CMD_BUF(paramlen) ((BT_HDR *) GKI_getbuf ((UINT16) (BT_HDR_SIZE + NCI_MSG_HDR_SI… macro
/external/libnfc-nci/src/nfc/nfc/
Dnfc_vs.c112 p_data = NCI_GET_CMD_BUF (0); in NFC_SendVsCommand()
Dnfc_ncif.c209 if ((p = NCI_GET_CMD_BUF(ulen)) == NULL) in nfc_ncif_send_data()