Home
last modified time | relevance | path

Searched refs:NCI_STATUS (Results 1 – 2 of 2) sorted by relevance

/hardware/samsung/nfc/halimpl/src/
Dhal_task.cc95 if (NCI_STATUS(pkt) != NCI_STATUS_OK && in nfc_hal_open_sm()
96 NCI_STATUS(pkt) != NCI_STATUS_E_SYNTAX && in nfc_hal_open_sm()
97 NCI_STATUS(pkt) != NCI_CLOCK_STATUS_SYNTAX_ERROR && in nfc_hal_open_sm()
98 NCI_STATUS(pkt) != NCI_CLOCK_STATUS_MISMATCHED && in nfc_hal_open_sm()
99 NCI_STATUS(pkt) != NCI_CLOCK_STATUS_FULL) { in nfc_hal_open_sm()
100 OSI_loge("Failed to config FW, status: %d", NCI_STATUS(pkt)); in nfc_hal_open_sm()
103 if (NCI_STATUS(pkt) == NCI_STATUS_OK) { in nfc_hal_open_sm()
108 OSI_loge("Failed to config FW, status: %d", NCI_STATUS(pkt)); in nfc_hal_open_sm()
/hardware/samsung/nfc/halimpl/include/
Dhal_msg.h47 #define NCI_STATUS(x) (((x)->payload)[0]) macro