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

  /external/libnfc-nci/src/hal/int/
nfc_hal_int_api.h 123 void HAL_NfcPreInitDone (tHAL_NFC_STATUS status);
138 tHAL_NFC_STATUS HAL_NfcReInit (void);
160 ** Returns tHAL_NFC_STATUS
163 tHAL_NFC_STATUS HAL_NfcSetSnoozeMode (UINT8 snooze_mode,
267 tHAL_NFC_STATUS HAL_NfcPrmSetSpdNciCmdPayloadSize (UINT8 max_payload_size);
nfc_hal_int.h 255 tHAL_NFC_STATUS status;
262 tHAL_NFC_STATUS status;
459 void nfc_hal_main_pre_init_done (tHAL_NFC_STATUS);
462 void nfc_hal_main_send_error (tHAL_NFC_STATUS status);
487 tHAL_NFC_STATUS nfc_hal_dm_set_config (UINT8 tlv_size, UINT8 *p_param_tlvs, tNFC_HAL_NCI_CBACK *p_cback);
  /external/libnfc-nci/src/hal/include/
nfc_hal_api.h 51 typedef UINT8 tHAL_NFC_STATUS;
75 typedef void (tHAL_NFC_STATUS_CBACK) (tHAL_NFC_STATUS status);
76 typedef void (tHAL_NFC_CBACK) (UINT8 event, tHAL_NFC_STATUS status);
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
patchram.cpp 186 static void continueAfterSetSnoozeMode(tHAL_NFC_STATUS status)
206 static void postDownloadPatchram(tHAL_NFC_STATUS status)
519 tHAL_NFC_STATUS stat = HAL_NFC_STATUS_FAILED;
HalAdaptation.cpp 60 static void BroadcomHalCallback (UINT8 event, tHAL_NFC_STATUS status);
261 void BroadcomHalCallback (UINT8 event, tHAL_NFC_STATUS status)
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_dm.c 99 ** Returns tHAL_NFC_STATUS
102 tHAL_NFC_STATUS nfc_hal_dm_set_config (UINT8 tlv_size,
109 tHAL_NFC_STATUS status = HAL_NFC_STATUS_FAILED;
    [all...]
nfc_hal_hci.c 74 static void nfc_hal_hci_handle_nv_read (UINT8 block, tHAL_NFC_STATUS status, UINT16 size);
75 static void nfc_hal_hci_init_complete (tHAL_NFC_STATUS status);
518 void nfc_hal_hci_handle_nv_read (UINT8 block, tHAL_NFC_STATUS status, UINT16 size)
656 void nfc_hal_hci_init_complete (tHAL_NFC_STATUS status)
nfc_hal_main.c 176 void nfc_hal_main_send_error (tHAL_NFC_STATUS status)
235 void nfc_hal_main_pre_init_done (tHAL_NFC_STATUS status)
nfc_hal_prm.c 55 void nfc_hal_prm_post_baud_update (tHAL_NFC_STATUS status);
    [all...]
  /external/libnfc-nci/src/nfc/nfc/
nfc_main.c 534 void nfc_main_post_hal_evt (UINT8 hal_evt, tHAL_NFC_STATUS status)
565 static void nfc_main_hal_cback(UINT8 event, tHAL_NFC_STATUS status)
    [all...]
  /external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp 416 mHalCallback (event, (tHAL_NFC_STATUS) event_status);

Completed in 517 milliseconds