Home
last modified time | relevance | path

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

/system/nfc/src/include/
Dnfc_target.h100 #ifndef NFC_NCI_POOL_ID
101 #define NFC_NCI_POOL_ID GKI_POOL_ID_2 macro
128 #define NFC_HAL_NCI_POOL_ID NFC_NCI_POOL_ID
Dnci_defs.h557 #define NCI_GET_CMD_BUF(paramlen) ((NFC_HDR*)GKI_getpoolbuf(NFC_NCI_POOL_ID))
/system/nfc/src/nfc/nfc/
Dnfc_main.cc623 p_msg = (NFC_HDR*)GKI_getpoolbuf(NFC_NCI_POOL_ID); in nfc_main_hal_data_cback()