Home
last modified time | relevance | path

Searched refs:STLOG_HAL_E (Results 1 – 24 of 24) sorted by relevance

/aosp12/hardware/st/nfc/1.1/
H A Dhal_st21nfc.cc94 STLOG_HAL_E("HAL: %s pthread_mutex_lock failed", __func__); in async_callback_thread_fct()
102 STLOG_HAL_E("HAL: %s pthread_cond_wait failed", __func__); in async_callback_thread_fct()
140 STLOG_HAL_E("HAL: %s pthread_mutex_unlock failed", __func__); in async_callback_thread_fct()
155 STLOG_HAL_E("HAL: %s pthread_mutex_init failed", __func__); in async_callback_thread_start()
161 STLOG_HAL_E("HAL: %s pthread_cond_init failed", __func__); in async_callback_thread_start()
170 STLOG_HAL_E("HAL: %s pthread_create failed", __func__); in async_callback_thread_start()
220 STLOG_HAL_E("HAL: %s pthread_detach failed", __func__); in async_callback_thread_end()
236 STLOG_HAL_E("HAL: %s pthread_mutex_lock failed", __func__); in async_callback_post()
242 STLOG_HAL_E("HAL: %s thread is not running", __func__); in async_callback_post()
251 STLOG_HAL_E("HAL: %s pthread_cond_wait failed", __func__); in async_callback_post()
[all …]
/aosp12/hardware/st/nfc/1.2/
H A Dhal_st21nfc.cc101 STLOG_HAL_E("HAL: %s pthread_mutex_lock failed", __func__); in async_callback_thread_fct()
109 STLOG_HAL_E("HAL: %s pthread_cond_wait failed", __func__); in async_callback_thread_fct()
147 STLOG_HAL_E("HAL: %s pthread_mutex_unlock failed", __func__); in async_callback_thread_fct()
162 STLOG_HAL_E("HAL: %s pthread_mutex_init failed", __func__); in async_callback_thread_start()
168 STLOG_HAL_E("HAL: %s pthread_cond_init failed", __func__); in async_callback_thread_start()
177 STLOG_HAL_E("HAL: %s pthread_create failed", __func__); in async_callback_thread_start()
227 STLOG_HAL_E("HAL: %s pthread_join failed", __func__); in async_callback_thread_end()
243 STLOG_HAL_E("HAL: %s pthread_mutex_lock failed", __func__); in async_callback_post()
249 STLOG_HAL_E("HAL: %s thread is not running", __func__); in async_callback_post()
258 STLOG_HAL_E("HAL: %s pthread_cond_wait failed", __func__); in async_callback_post()
[all …]
/aosp12/hardware/st/nfc/st21nfc/hal/
H A Dhal_fd.cc271 STLOG_HAL_E( in ft_cmd_HwReset()
325 STLOG_HAL_E("%s - SendDownstream failed", __func__); in ExitHibernateHandler()
337 STLOG_HAL_E("%s SendDownstream failed", __func__); in ExitHibernateHandler()
363 STLOG_HAL_E("%s - SendDownstream failed", __func__); in ExitHibernateHandler()
371 STLOG_HAL_E("%s - SendDownstream failed", __func__); in ExitHibernateHandler()
434 STLOG_HAL_E("%s - SendDownstream failed", __func__); in UpdateHandler()
455 STLOG_HAL_E("%s - SendDownstream failed", __func__); in UpdateHandler()
550 STLOG_HAL_E("%s - SendDownstream failed", __func__); in ApplyCustomParamHandler()
633 STLOG_HAL_E("%s - SendDownstream failed", __func__); in ApplyCustomParamHandler()
721 STLOG_HAL_E("%s - SendDownstream failed", __func__); in ApplyUwbParamHandler()
[all …]
H A Dhalcore.cc135 STLOG_HAL_E("!! got event HAL_EVENT_ERROR\n"); in HalCoreCallback()
176 STLOG_HAL_E("!out of memory\n"); in HalCreate()
182 STLOG_HAL_E("!sem_init failed\n"); in HalCreate()
189 STLOG_HAL_E("!sem_init failed\n"); in HalCreate()
197 STLOG_HAL_E("!sem_init failed\n"); in HalCreate()
217 STLOG_HAL_E("!failed to allocate memory\n"); in HalCreate()
234 STLOG_HAL_E("!failed to initialize Mutex \n"); in HalCreate()
245 STLOG_HAL_E("!failed to spawn workerthread \n"); in HalCreate()
611 STLOG_HAL_E( in HalAllocBuffer()
789 STLOG_HAL_E("!received unkown thread message?\n"); in HalWorkerThread()
[all …]
/aosp12/hardware/st/secure_element/ese-spi-driver/
H A DSpiLayerComm.cc80 STLOG_HAL_E("Error reading the ATP length"); in SpiLayerComm_waitForAtpLength()
86 STLOG_HAL_E("Invalid ATP length read"); in SpiLayerComm_waitForAtpLength()
124 STLOG_HAL_E("Error reading the rest of the ATP"); in SpiLayerComm_readAtp()
138 STLOG_HAL_E("Error setting ATP"); in SpiLayerComm_readAtp()
164 STLOG_HAL_E("Error reading ATP file."); in SpiLayerComm_readAtpFromFile()
171 STLOG_HAL_E("An error occurred."); in SpiLayerComm_readAtpFromFile()
211 STLOG_HAL_E("Error writing a TPDU through the spi"); in SpiLayerComm_writeTpdu()
258 STLOG_HAL_E("Error reading a valid NAD from the slave."); in SpiLayerComm_waitForResponse()
274 STLOG_HAL_E("BWT timed out after %d ms before receiving a valid NAD", in SpiLayerComm_waitForResponse()
329 STLOG_HAL_E("Tpdu bytes read does not match the expected %d %d", bytesRead, in SpiLayerComm_readTpdu()
H A DStEseApi.cc103 STLOG_HAL_E("T1protocol_init Failed"); in StEse_init()
114 STLOG_HAL_E("HAL: %s pthread_mutex_init failed", __func__); in StEse_init()
162 STLOG_HAL_E(" StEse_Transceive - Invalid Parameter no data\n"); in StEse_Transceive()
165 STLOG_HAL_E(" %s ESE Not Initialized \n", __FUNCTION__); in StEse_Transceive()
185 STLOG_HAL_E(" %s ESE - resync was needed, resend the whole frame retry" in StEse_Transceive()
191 STLOG_HAL_E(" %s ESE - Error, release access \n", __FUNCTION__); in StEse_Transceive()
209 STLOG_HAL_E(" %s ESE - resync was needed, resend retry = %d\n", in StEse_Transceive()
218 STLOG_HAL_E(" %s T1protocol_transcieveApduPart- Failed \n", __FUNCTION__); in StEse_Transceive()
243 STLOG_HAL_E(" %s ESE Not Initialized \n", __FUNCTION__); in StEse_close()
H A DT1protocol.cc469 STLOG_HAL_E("Wrong Seq number. Send again "); in T1protocol_processRBlock()
480 STLOG_HAL_E("%s : Need retransmissiom :", __func__); in T1protocol_processRBlock()
564 STLOG_HAL_E("LRC still not implemented."); in T1protocol_formSblockResponse()
603 STLOG_HAL_E("RESYNCH response - resend the whole frame"); in T1protocol_processSBlock()
613 STLOG_HAL_E("Error setting ATP"); in T1protocol_processSBlock()
698 STLOG_HAL_E("recoveryStatus: OK -> RESEND 1"); in T1protocol_updateRecoveryStatus()
703 STLOG_HAL_E("recoveryStatus: RESEND 1 -> RESYNC 1"); in T1protocol_updateRecoveryStatus()
708 STLOG_HAL_E("recoveryStatus: RESYNC 1 -> WARM RESET"); in T1protocol_updateRecoveryStatus()
972 STLOG_HAL_E("bytesRead = 0 -> Going into recovery."); in T1protocol_handleTpduResponse()
1035 STLOG_HAL_E("Error forming an RBlock to send."); in T1protocol_formCommandTpduToSend()
[all …]
H A DSpiLayerInterface.cc61 STLOG_HAL_E("Error configuring the SPI bus."); in SpiLayerInterface_init()
117 STLOG_HAL_E("Error when reading from SPI interface (%d).", bytesRead); in SpiLayerInterface_transcieveTpdu()
163 STLOG_HAL_E("Error reading the ATP."); in SpiLayerInterface_setup()
175 STLOG_HAL_E(" %s ESE - Error transmitting IFS request\n", __FUNCTION__); in SpiLayerInterface_setup()
H A DSpiLayerDriver.cc134 STLOG_HAL_E("## SpiRead returns %d errno %d (%s)", rc, e, msg); in SpiLayerDriver_read()
204 STLOG_HAL_E("## Spiwrite returns %d errno %d (%s)", rc, e, msg); in SpiLayerDriver_write()
245 STLOG_HAL_E("! Se reset!!, errno is '%s'", msg); in SpiLayerDriver_reset()
/aosp12/hardware/st/nfc/st21nfc/
H A Dhal_wrapper.cc163 STLOG_HAL_E("NFC-NCI HAL: %s SendDownstream failed", __func__); in hal_wrapper_send_core_config_prop()
179 STLOG_HAL_E("%s - SendDownstream failed", __func__); in hal_wrapper_send_vs_config()
249 STLOG_HAL_E("%s - SendDownstream failed", __func__); in halWrapperDataCallback()
274 STLOG_HAL_E("%s - SendDownstream failed", __func__); in halWrapperDataCallback()
281 STLOG_HAL_E("%s - SendDownstream failed", __func__); in halWrapperDataCallback()
288 STLOG_HAL_E("%s - SendDownstream failed", __func__); in halWrapperDataCallback()
429 STLOG_HAL_E("%s - SendDownstream failed", __func__); in halWrapperDataCallback()
476 STLOG_HAL_E("Error Act -> Act count=%d", mError_count); in halWrapperDataCallback()
479 STLOG_HAL_E("NFC Recovery Start"); in halWrapperDataCallback()
494 STLOG_HAL_E("Core Generic Error - restart"); in halWrapperDataCallback()
[all …]
/aosp12/hardware/st/nfc/st21nfc/adaptation/
H A Di2clayer.cc113 STLOG_HAL_E("error in poll call\n"); in I2cWorkerThread()
166 STLOG_HAL_E("! didn't read expected bytes from i2c\n"); in I2cWorkerThread()
171 STLOG_HAL_E("! didn't read 3 requested bytes from i2c\n"); in I2cWorkerThread()
202 STLOG_HAL_E( in I2cWorkerThread()
227 STLOG_HAL_E("trigger NFCC reset.. \n"); in I2cWorkerThread()
301 STLOG_HAL_E("ST21NFC_CLK_DISABLE failed errno %d(%s)", errno, msg); in I2cOpenLayer()
316 STLOG_HAL_E("failed to create NFC HAL Core \n"); in I2cOpenLayer()
437 STLOG_HAL_E("ST21NFC_CLK_STATE failed errno %d(%s)", errno, msg); in i2cWrite()
448 STLOG_HAL_E("ST21NFC_CLK_STATE failed errno %d(%s)", errno, msg); in i2cWrite()
452 STLOG_HAL_E("CLK_DISABLE STATE ERROR clk_state = %d", clk_state); in i2cWrite()
[all …]
H A Dandroid_logmsg.cpp62 STLOG_HAL_E("HAL: %s pthread_mutex_init failed", __func__); in InitializeSTLogLevel()
/aosp12/hardware/st/secure_element/1.2/
H A DSecureElement.cpp144 STLOG_HAL_E("%s: transmit failed!!!", __func__); in transmit()
170 STLOG_HAL_E("%s: seHalInit Failed!!!", __func__); in openLogicalChannel()
284 STLOG_HAL_E("%s: closeChannel Failed", __func__); in openLogicalChannel()
308 STLOG_HAL_E("%s: seHalInit Failed!!!", __func__); in openBasicChannel()
376 STLOG_HAL_E("%s: closeChannel Failed", __func__); in openBasicChannel()
400 STLOG_HAL_E("%s: invalid channel!!!", __func__); in closeChannel()
453 STLOG_HAL_E("%s: seHalDeInit Failed!!!", __func__); in serviceDied()
482 STLOG_HAL_E("%s: seHalInit Failed!!!", __func__); in seHalResetSe()
535 STLOG_HAL_E("%s: seHalInit Failed!!!", __func__); in reset()
542 STLOG_HAL_E("STReset direct reset"); in reset()
[all …]
/aosp12/hardware/st/nfc/1.0/hal/
H A Dhalcore.c113 STLOG_HAL_E("!! got event HAL_EVENT_ERROR\n"); in HalCoreCallback()
157 STLOG_HAL_E("!out of memory\n"); in HalCreate()
163 STLOG_HAL_E("!sem_init failed\n"); in HalCreate()
170 STLOG_HAL_E("!sem_init failed\n"); in HalCreate()
178 STLOG_HAL_E("!sem_init failed\n"); in HalCreate()
198 STLOG_HAL_E("!failed to allocate memory\n"); in HalCreate()
216 STLOG_HAL_E("!failed to initialize Mutex \n"); in HalCreate()
227 STLOG_HAL_E("!failed to spawn workerthread \n"); in HalCreate()
508 STLOG_HAL_E("HAL thread message ring: RNR (implement me!!)"); in HalEnqueueThreadMessage()
593 STLOG_HAL_E( in HalAllocBuffer()
[all …]
/aosp12/hardware/st/secure_element/1.0/
H A DSecureElement.cpp136 STLOG_HAL_E("%s: transmit failed!!!", __func__); in transmit()
164 STLOG_HAL_E("%s: seHalInit Failed!!!", __func__); in openLogicalChannel()
225 STLOG_HAL_E("%s: Exit - manage channel failed!!", __func__); in openLogicalChannel()
290 STLOG_HAL_E("%s: closeChannel Failed", __func__); in openLogicalChannel()
314 STLOG_HAL_E("%s: seHalInit Failed!!!", __func__); in openBasicChannel()
382 STLOG_HAL_E("%s: closeChannel Failed", __func__); in openBasicChannel()
406 STLOG_HAL_E("%s: invalid channel!!!", __func__); in closeChannel()
457 STLOG_HAL_E("%s: SecureElement serviceDied!!!", __func__); in serviceDied()
462 STLOG_HAL_E("%s: seHalDeInit Faliled!!!", __func__); in serviceDied()
478 STLOG_HAL_E("%s: SecureElement open failed!!!", __func__); in seHalInit()
[all …]
/aosp12/hardware/st/secure_element/1.1/
H A DSecureElement.cpp139 STLOG_HAL_E("%s: transmit failed!!!", __func__); in transmit()
165 STLOG_HAL_E("%s: seHalInit Failed!!!", __func__); in openLogicalChannel()
219 STLOG_HAL_E("%s: Exit - manage channel failed!!", __func__); in openLogicalChannel()
279 STLOG_HAL_E("%s: closeChannel Failed", __func__); in openLogicalChannel()
303 STLOG_HAL_E("%s: seHalInit Failed!!!", __func__); in openBasicChannel()
371 STLOG_HAL_E("%s: closeChannel Failed", __func__); in openBasicChannel()
395 STLOG_HAL_E("%s: invalid channel!!!", __func__); in closeChannel()
445 STLOG_HAL_E("%s: SecureElement serviceDied!!!", __func__); in serviceDied()
448 STLOG_HAL_E("%s: seHalDeInit Faliled!!!", __func__); in serviceDied()
464 STLOG_HAL_E("%s: SecureElement open failed!!!", __func__); in seHalInit()
[all …]
/aosp12/hardware/st/secure_element/ese-spi-driver/utils-lib/
H A DDataMgmt.cc44 STLOG_HAL_E("%s total_len = %d", __FUNCTION__, total_len); in DataMgmt_GetData()
49 STLOG_HAL_E("%s Error in malloc ", __FUNCTION__); in DataMgmt_GetData()
54 STLOG_HAL_E("%s DataMgmt_GetDataFromList", __FUNCTION__); in DataMgmt_GetData()
59 STLOG_HAL_E("%s Mismatch of len total_data_len %d total_len %d", in DataMgmt_GetData()
H A DAtp.cc73 STLOG_HAL_E("Error computing CRC"); in Atp_setAtp()
84 STLOG_HAL_E("Unexpected value of checksum type."); in Atp_setAtp()
H A Dandroid_logmsg.h61 #define STLOG_HAL_E(...) \ macro
/aosp12/hardware/st/nfc/1.0/adaptation/
H A Di2clayer.c100 STLOG_HAL_E("error in poll call\n"); in I2cWorkerThread()
149 STLOG_HAL_E("! didn't read expected bytes from i2c\n"); in I2cWorkerThread()
154 STLOG_HAL_E("! didn't read 3 requested bytes from i2c\n"); in I2cWorkerThread()
187STLOG_HAL_E("! received bigger data than expected!! Data not transmitted to NFCC \n"); in I2cWorkerThread()
252 STLOG_HAL_E("failed to create NFC HAL Core \n"); in I2cOpenLayer()
/aosp12/hardware/st/nfc/1.0/
H A Dhal_wrapper.c125 STLOG_HAL_E("NFC-NCI HAL: %s HalSendDownstreamTimer failed", __func__); in halWrapperDataCallback()
145 STLOG_HAL_E("NFC-NCI HAL: %s SendDownstream failed", __func__); in halWrapperDataCallback()
180 STLOG_HAL_E("NFC-NCI HAL: %s SendDownstream failed", __func__); in halWrapperCallback()
H A Dnfc_nci_st21nfc.c114 STLOG_HAL_E("NFC-NCI HAL: %s SendDownstream failed", __func__); in hal_write()
/aosp12/hardware/st/nfc/1.0/include/
H A Dandroid_logmsg.h67 #define STLOG_HAL_E(...) \ macro
/aosp12/hardware/st/nfc/st21nfc/include/
H A Dandroid_logmsg.h84 #define STLOG_HAL_E(...) \ macro