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

  /external/libnfc-nci/src/hal/include/
nfc_hal_api.h 67 #define HAL_NFC_CLOSE_CPLT_EVT 0x01
  /hardware/libhardware/include/hardware/
nfc.h 79 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 282 case HAL_NFC_CLOSE_CPLT_EVT:
284 ALOGD ("%s: HAL_NFC_CLOSE_CPLT_EVT", __FUNCTION__);
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_main.c 612 nfc_hal_cb.p_stack_cback (HAL_NFC_CLOSE_CPLT_EVT, HAL_NFC_STATUS_OK);
  /external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp 619 case HAL_NFC_CLOSE_CPLT_EVT:
621 ALOGD ("%s: HAL_NFC_CLOSE_CPLT_EVT", func);

Completed in 575 milliseconds