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

  /hardware/libhardware/include/hardware/
nfc.h 72 HAL_NFC_CLOSE_CPLT_EVT = 0x01,
  /external/libnfc-nci/src/nfc/nfc/
nfc_main.c 148 case HAL_NFC_CLOSE_CPLT_EVT:
149 return ("HAL_NFC_CLOSE_CPLT_EVT");
365 case HAL_NFC_CLOSE_CPLT_EVT:
397 ** then wait for HAL_NFC_CLOSE_CPLT_EVT.
579 ** then wait for HAL_NFC_CLOSE_CPLT_EVT.
595 case HAL_NFC_CLOSE_CPLT_EVT:
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
HalAdaptation.cpp 236 case HAL_NFC_CLOSE_CPLT_EVT:
238 ALOGD ("%s: HAL_NFC_CLOSE_CPLT_EVT", __FUNCTION__);
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_main.c 605 nfc_hal_cb.p_stack_cback (HAL_NFC_CLOSE_CPLT_EVT, HAL_NFC_STATUS_OK);
  /external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp 585 case HAL_NFC_CLOSE_CPLT_EVT:
587 ALOGD ("%s: HAL_NFC_CLOSE_CPLT_EVT", func);

Completed in 218 milliseconds