Home
last modified time | relevance | path

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

/hardware/nxp/nfc/halimpl/common/
DphEseStatus.h83 #define ESESTATUS_INVALID_PARAMETER (0x0001) macro
/hardware/nxp/secure_element/libese-spi/p73/common/
DphEseStatus.h155 ESESTATUS_INVALID_PARAMETER = (0x00FF), enumerator
/hardware/nxp/secure_element/libese-spi/p73/lib/
DphNxpEse_Api.cpp601 if ((NULL == pCmd) || (NULL == pRsp)) return ESESTATUS_INVALID_PARAMETER; in phNxpEse_Transceive()
605 return ESESTATUS_INVALID_PARAMETER; in phNxpEse_Transceive()
1010 ESESTATUS status = ESESTATUS_INVALID_PARAMETER; in phNxpEse_WriteFrame()