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

  /external/libnfc-nci/src/hal/include/
nfc_hal_api.h 66 #define HAL_NFC_OPEN_CPLT_EVT 0x00
  /hardware/libhardware/include/hardware/
nfc.h 78 HAL_NFC_OPEN_CPLT_EVT = 0x00,
133 * 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 */
576 case HAL_NFC_OPEN_CPLT_EVT:
578 ** if NFC_Disable() is called before receiving HAL_NFC_OPEN_CPLT_EVT,
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
HalAdaptation.cpp 265 case HAL_NFC_OPEN_CPLT_EVT:
267 ALOGD ("%s: HAL_NFC_OPEN_CPLT_EVT; status=0x%X", __FUNCTION__, status);
  /external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp 627 case HAL_NFC_OPEN_CPLT_EVT:
629 ALOGD ("%s: HAL_NFC_OPEN_CPLT_EVT", func);
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_main.c 297 nfc_hal_cb.p_stack_cback (HAL_NFC_OPEN_CPLT_EVT, status);
  /external/libnfc-nci/halimpl/pn54x/hal/
phNxpNciHal.c 155 (*nxpncihal_ctrl.p_nfc_stack_cback)(HAL_NFC_OPEN_CPLT_EVT,
617 (*nxpncihal_ctrl.p_nfc_stack_cback)(HAL_NFC_OPEN_CPLT_EVT,
    [all...]

Completed in 252 milliseconds