HomeSort by relevance Sort by last modified time
    Searched refs:NFC_FL_CONTROL_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);
440 nfc_cb.flags |= NFC_FL_CONTROL_REQUESTED;
913 nfc_cb.flags |= NFC_FL_CONTROL_REQUESTED;
    [all...]
nfc_ncif.c 304 if (nfc_cb.flags & NFC_FL_CONTROL_REQUESTED)
307 nfc_cb.flags &= ~NFC_FL_CONTROL_REQUESTED;
    [all...]
  /external/libnfc-nci/src/nfc/int/
nfc_int.h 89 #define NFC_FL_CONTROL_REQUESTED 0x0010 /* HAL requested control on NCI command window */
92 #define NFC_FL_HAL_REQUESTED 0x0080 /* NFC_FL_CONTROL_REQUESTED on HAL request */

Completed in 601 milliseconds