Searched refs:HAL_TRACE_ERROR1 (Results 1 – 5 of 5) sorted by relevance
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/ |
D | nfc_hal_prm.c | 280 HAL_TRACE_ERROR1 ("Invalid i2c fix: invalid number of patches (%i)", u8); in nfc_hal_prm_spd_download_i2c_fix() 687 HAL_TRACE_ERROR1 ("Patch download failed, reason code=0x%X", status); in nfc_hal_prm_nci_command_complete_cback() 815 … HAL_TRACE_ERROR1 ("Invalid response from NFCC during patch download (opcode=0x%02X)", event); in nfc_hal_prm_nci_command_complete_cback() 969 HAL_TRACE_ERROR1 ("Patch download: command timeout (state=%i)", nfc_hal_cb.prm.state); in nfc_hal_prm_process_timeout() 1125 HAL_TRACE_ERROR1 ("Unexpected patch state:%d.", nfc_hal_cb.prm.state); in HAL_NfcPrmDownloadContinue()
|
D | nfc_hal_api.c | 198 HAL_TRACE_ERROR1 ("HAL_NfcWrite (): too many bytes (%d)", data_len); in HAL_NfcWrite()
|
D | nfc_hal_hci.c | 102 …HAL_TRACE_ERROR1 ("nfc_hal_hci_evt_hdlr: No buffer for handling read NV block: 0x%02x", p_evt_data… in nfc_hal_hci_evt_hdlr() 744 …HAL_TRACE_ERROR1 ("nfc_hal_hci_set_next_hci_netwk_config: unable to allocate buffer to send VSC 0x… in nfc_hal_hci_set_next_hci_netwk_config()
|
D | nfc_hal_nci.c | 497 HAL_TRACE_ERROR1 ("Unknown packet type drop this byte 0x%x", byte); in nfc_hal_nci_receive_msg()
|
/external/libnfc-nci/src/hal/include/ |
D | nfc_hal_target.h | 190 #define HAL_TRACE_ERROR1(m,p1) {if (nfc_hal_cb.trace_level >= BT_TRACE_LEVEL_ERROR… macro 240 #define HAL_TRACE_ERROR1(m,p1) macro
|