HomeSort by relevance Sort by last modified time
    Searched refs:NFC_FL_CONTROL_GRANTED (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);
419 nfc_cb.flags &= ~NFC_FL_CONTROL_GRANTED;
446 if (nfc_cb.flags & NFC_FL_CONTROL_GRANTED)
448 nfc_cb.flags &= ~NFC_FL_CONTROL_GRANTED;
    [all...]
nfc_ncif.c 312 nfc_cb.flags |= NFC_FL_CONTROL_GRANTED;
330 nfc_cb.flags |= NFC_FL_CONTROL_GRANTED;
    [all...]
  /external/libnfc-nci/src/nfc/int/
nfc_int.h 90 #define NFC_FL_CONTROL_GRANTED 0x0020 /* NCI command window is on the HAL side */

Completed in 34 milliseconds