Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/snxxx/libese-spi/p73/pal/spi/
DEseSpiTransport.cpp51 static int rf_status; variable
101 rf_status = inpOutData->inp.data.nxpCmd.p_cmd[0]; in phNxpEse_spiIoctl()
102 if (rf_status == 1) { in phNxpEse_spiIoctl()
153 rf_status = inpOutData->inp.data.nxpCmd.p_cmd[0]; in phNxpEse_spiIoctl_legacy()
154 if (rf_status == 1) { in phNxpEse_spiIoctl_legacy()
306 if (rf_status == 0) { in Write()
319 ALOGD_IF(ese_debug_enabled, "rf_status value is %d", rf_status); in Write()
320 if ((errno == EINTR || errno == EAGAIN || rf_status == 1) && in Write()
/hardware/nxp/secure_element/pn8x/libese-spi/p73/pal/spi/
DphNxpEsePal_spi.cpp51 static int rf_status; variable
98 rf_status = inpOutData->inp.data.nxpCmd.p_cmd[0]; in phNxpEse_spiIoctl()
99 if (rf_status == 1) { in phNxpEse_spiIoctl()
245 if (rf_status != RF_ON) { in phPalEse_spi_write()
259 if (rf_status == RF_ON) { in phPalEse_spi_write()