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.
578 ** then wait for HAL_NFC_CLOSE_CPLT_EVT.
594 case HAL_NFC_CLOSE_CPLT_EVT:
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
HalAdaptation.cpp 223 case HAL_NFC_CLOSE_CPLT_EVT:
225 ALOGD ("%s: HAL_NFC_CLOSE_CPLT_EVT", __FUNCTION__);
  /external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp 553 case HAL_NFC_CLOSE_CPLT_EVT:
555 ALOGD ("%s: HAL_NFC_CLOSE_CPLT_EVT", func);
  /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);

Completed in 61 milliseconds