Home
last modified time | relevance | path

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

/hardware/samsung/nfc/halimpl/include/
Dhal_msg.h28 #define NCI_CTRL_SIZE (NCI_HDR_SIZE + NCI_MAX_PAYLOAD) macro
114 uint8_t param[NCI_CTRL_SIZE];
/hardware/samsung/nfc/halimpl/src/
Ddevice.cc306 msg = (tNFC_HAL_MSG*)OSI_mem_get(NCI_CTRL_SIZE); in read_thread()
331 #define TRACE_BUFFER_SIZE (NCI_CTRL_SIZE * 3 + 1)
337 while (len-- > 0 && i < NCI_CTRL_SIZE) { in data_trace()
Dhal.cc103 nfc_hal_info.nci_last_pkt = (tNFC_NCI_PKT*)OSI_mem_get(NCI_CTRL_SIZE); in nfc_hal_init()