Home
last modified time | relevance | path

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

/external/libnfc-nci/src/include/
Dnfc_target.h105 #ifndef NFC_NCI_POOL_ID
106 #define NFC_NCI_POOL_ID GKI_POOL_ID_2 macro
134 #define NFC_HAL_NCI_POOL_ID NFC_NCI_POOL_ID
/external/libnfc-nci/src/hal/include/
Dnci_defs.h604 #define NCI_GET_CMD_BUF(paramlen) ((BT_HDR *) GKI_getpoolbuf (NFC_NCI_POOL_ID))
/external/libnfc-nci/src/nfc/nfc/
Dnfc_main.c631 if ((p_msg = (BT_HDR *) GKI_getpoolbuf (NFC_NCI_POOL_ID)) != NULL) in nfc_main_hal_data_cback()