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

  /hardware/libhardware/include/hardware/
nfc.h 71 HAL_NFC_OPEN_CPLT_EVT = 0x00,
120 * If open() returns 0, the NCI stack will wait for a HAL_NFC_OPEN_CPLT_EVT
  /external/libnfc-nci/src/nfc/nfc/
nfc_main.c 145 case HAL_NFC_OPEN_CPLT_EVT:
146 return ("HAL_NFC_OPEN_CPLT_EVT");
361 case HAL_NFC_OPEN_CPLT_EVT: /* only for failure case */
575 case HAL_NFC_OPEN_CPLT_EVT:
577 ** if NFC_Disable() is called before receiving HAL_NFC_OPEN_CPLT_EVT,
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
HalAdaptation.cpp 207 case HAL_NFC_OPEN_CPLT_EVT:
209 ALOGD ("%s: HAL_NFC_OPEN_CPLT_EVT; status=0x%X", __FUNCTION__, status);
  /external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp 547 case HAL_NFC_OPEN_CPLT_EVT:
549 ALOGD ("%s: HAL_NFC_OPEN_CPLT_EVT", func);
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_main.c 248 nfc_hal_cb.p_stack_cback (HAL_NFC_OPEN_CPLT_EVT, status);

Completed in 100 milliseconds