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

  /external/libnfc-nci/src/nfc/nfc/
nfc_main.c 329 nfc_cb.flags &= ~(NFC_FL_CONTROL_REQUESTED | NFC_FL_CONTROL_GRANTED | NFC_FL_HAL_REQUESTED);
441 nfc_cb.flags |= NFC_FL_HAL_REQUESTED;
    [all...]
nfc_ncif.c 327 else if (nfc_cb.flags & NFC_FL_HAL_REQUESTED)
330 nfc_cb.flags &= ~NFC_FL_HAL_REQUESTED;
    [all...]
  /external/libnfc-nci/src/nfc/int/
nfc_int.h 92 #define NFC_FL_HAL_REQUESTED 0x0080 /* NFC_FL_CONTROL_REQUESTED on HAL request */

Completed in 102 milliseconds