HomeSort by relevance Sort by last modified time
    Searched refs:rf_status (Results 1 - 3 of 3) sorted by null

  /hardware/nxp/secure_element/libese-spi/p73/pal/spi/
phNxpEsePal_spi.cpp 51 static int rf_status; variable
93 rf_status = inpOutData->inp.data.nxpCmd.p_cmd[0];
94 if (rf_status == 1) {
245 if (rf_status != RF_ON) {
259 if (rf_status == RF_ON) {
  /system/nfc/src/nfc/include/
nfc_int.h 295 extern void nfc_ncif_proc_rf_field_ntf(uint8_t rf_status);
297 #define nfc_ncif_proc_rf_field_ntf(rf_status)
  /system/nfc/src/nfc/nfc/
nfc_ncif.cc 562 void nfc_ncif_proc_rf_field_ntf(uint8_t rf_status) {
566 evt_data.rf_field.rf_field = rf_status;
    [all...]

Completed in 299 milliseconds