Home
last modified time | relevance | path

Searched refs:LOG_ERROR (Results 1 – 25 of 28) sorted by relevance

12

/device/google/contexthub/firmware/os/cpu/cortexm4/
Dcpu.c125 osLog(LOG_ERROR, " R%02lu = 0x%08lX R%02lu = 0x%08lX\n", in cpuDbxDump()
130 osLog(LOG_ERROR, " xPSR = 0x%08lX HFSR = 0x%08lX\n", sr, hfsr); in cpuDbxDump()
131 osLog(LOG_ERROR, " CFSR = 0x%08lX BITS = 0x%08lX\n", cfsr, dbx->bits); in cpuDbxDump()
139 …osLog(LOG_ERROR, " TID = 0x%04" PRIX16 " TRIG = 0x%04" PRIX16 " [%s]\n\n", tid_trig.tid, tid_tr… in cpuDbxDump()
154 level = LOG_ERROR; in cpuInitLate()
293 osLog(LOG_ERROR, "*HARD FAULT*\n"); in logHardFault()
DappSupport.c162 osLog(LOG_ERROR, "Relocs are invalid in this app. Aborting app load\n"); in cpuAppLoad()
/device/google/contexthub/firmware/os/algos/util/
Dnano_assert.h16 #define ASSERT_LOG_FUNC(fmt, ...) eOsLog(LOG_ERROR, fmt, ##__VA_ARGS__)
19 #define ASSERT_LOG_FUNC(fmt, ...) chreLog(LOG_ERROR, fmt, ##__VA_ARGS__)
/device/google/contexthub/firmware/os/drivers/bosch_bmp280/
Dbosch_bmp280.c198 osLog(LOG_ERROR, "[BMP280]: Ran out of i2c buffers!"); in allocXfer()
234 osLog(LOG_ERROR, "[BMP280] slabAllocatorAlloc() failed\n"); in baroAllocateEvt()
378 osLog(LOG_ERROR, "[BMP280] cannot calibrate while baro or temp are active\n"); in sensorCalibrateBaro()
676 osLog(LOG_ERROR, "[BMP280] failed to enqueue baro sample\n"); in handleI2cEvent()
775 osLog(LOG_ERROR, "[BMP280] slabAllocatorNew() failed\n"); in startTask()
/device/generic/goldfish-opengl/fuchsia/include/cutils/
Dlog.h42 #define ALOGE(...) ((void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__))
/device/google/contexthub/firmware/os/core/
Dseos.c179 osLog(LOG_ERROR, "List: %s (%p) [%u;%u]\n", in dumpListItems()
189 osLog(LOG_ERROR, " item %d: task=%p TID=%04X [%u;%u;%u]\n", in dumpListItems()
203 osLog(LOG_ERROR, "%s: pool: %p; task=%p [%u;%u;%u]; listHead=%p [%u;%u]\n", in dumpTaskList()
375 … osLog(LOG_ERROR, "ERROR: Failed to find task to free event: evtType=%08" PRIX32 "\n", evtType); in osPrivateEvtFreeF()
406 … osLog(LOG_ERROR, "ERROR: Failed to find task to free event: evtType=%08" PRIX32 "\n", evtType); in handleEventFreeing()
568 osLog(LOG_ERROR, "osWriteShared: blProgramShared return false\n"); in osWriteShared()
659 osLog(LOG_ERROR, "%s: can't erase segment: app=%p; seg=%p" in osAppWipeData()
923 osLog(LOG_ERROR, "External area is damaged. Erasing\n"); in osScanExternal()
1135 osLog(LOG_ERROR, "Abort called"); in abort()
1370 … osLog(LOG_ERROR, "[seos] ERROR: osEnqueuePrivateEvtEx: call to slabAllocatorAlloc() failed\n"); in osEnqueuePrivateEvtEx()
DappSec.c277 osLog(LOG_ERROR, "%s: Secret key not found\n", __func__); in appSecProcessIncomingHdr()
293 osLog(LOG_ERROR, "%s: sig data size does not match encrypted data\n", __func__); in appSecProcessIncomingHdr()
301 osLog(LOG_ERROR, "%s: only signed images can be uploaded\n", __func__); in appSecProcessIncomingHdr()
520 osLog(LOG_ERROR, "%s: failed: state=%" PRIu32 "; err=%" PRIu32 "\n", in appSecRxData()
Dnanohub_chre.c145 osLog(LOG_ERROR, "APP ID=0x%" PRIX64 " TID=0x%" PRIX16 " aborted [code 0x%" PRIX32 "]", in osChreAbort()
148 osLog(LOG_ERROR, "APP ID=NULL TID=0x%" PRIX16 " aborted [code 0x%" PRIX32 "]", in osChreAbort()
153 osLog(LOG_ERROR, "osChreAbort called with no current task [code 0x%" PRIX32 "]", in osChreAbort()
755 osLog(LOG_ERROR, "Failed to export CHRE OS API"); in osChreApiExport()
DhostIntf.c398 hostIntfDeferErrLog(LOG_ERROR, HOSTINTF_ERR_RECEIVE, __func__); in hostIntfRxDone()
479 hostIntfDeferErrLog(LOG_ERROR, HOSTINTF_ERR_ACK, __func__); in hostIntfTxAckDone()
520 hostIntfDeferErrLog(LOG_ERROR, HOSTINTF_ERR_SEND, __func__); in hostIntfTxPayloadDone()
591 …osLog(LOG_ERROR, "hostIntfPacketDequeue: sensor(%d)->curSamples=%d != buffer->numSamples=%d\n", se… in hostIntfPacketDequeue()
681 osLog(LOG_ERROR, "initSensors: %s not ready - skipping!\n", si->sensorName); in initSensors()
743 osLog(LOG_ERROR, "initSensors: failed to allocate data buffer queue!\n"); in initSensors()
749 osLog(LOG_ERROR, "initSensors: failed to allocate active sensor table!\n"); in initSensors()
Dspi.c31 osLog(LOG_ERROR, "%s " fmt, "[spi] ERROR:", ##__VA_ARGS__); \
DnanohubCommand.c347 osLog(LOG_ERROR, "%s: could not set marker on OS image\n", __func__); in deferredUpdateOs()
1266 osLog(LOG_ERROR, "%s: reply=%" PRIu32 "\n", __func__, reply); in halLegacyContUpload()
1813 osLog(LOG_ERROR, "%s: reply=%" PRIu32 "\n", __func__, reply); in halContUpload()
DosApi.c634 osLog(LOG_ERROR, "Failed to export OS base API"); in osApiExport()
/device/google/contexthub/firmware/os/drivers/leds/
Dleds_lp3943.c161 osLog(LOG_ERROR, "[LP3943]: Ran out of i2c buffers!"); in allocXfer()
/device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
Drohm_rpr0521.c151 osLog(LOG_ERROR, "[Rohm RPR-0521] " fmt, ##__VA_ARGS__); \
331 osLog(LOG_ERROR, "[BMP280]: Ran out of i2c buffers!"); in allocXfer()
/device/google/contexthub/firmware/os/inc/
Dseos.h302 LOG_ERROR = 'E', enumerator
/device/google/contexthub/firmware/os/drivers/intersil_isl29034/
Disl29034.c99 osLog(LOG_ERROR, "%s " fmt, "[ISL29034]", ##__VA_ARGS__); \
/device/google/contexthub/firmware/os/drivers/st_hts221/
Dhts221.c88 osLog(LOG_ERROR, "%s " fmt, "[HTS221]", ##__VA_ARGS__); \
/device/google/contexthub/firmware/os/drivers/si_si7034/
Dsi7034a10.c62 osLog(LOG_ERROR, "%s " fmt, "[SI7034]", ##__VA_ARGS__); \
/device/google/contexthub/firmware/os/drivers/orientation/
Dorientation.c317 osLog(LOG_ERROR, "ORIENTATION: BAD_INDEX\n"); in addSample()
867 osLog(LOG_ERROR, "ORIENTATION: slabAllocatorNew() FAILED\n"); in fusionStart()
/device/google/contexthub/firmware/os/drivers/synaptics_s3708/
Dsynaptics_s3708.c81 #define ERROR_PRINT(fmt, ...) osLog(LOG_ERROR, "[DoubleTouch] " fmt, ##__VA_ARGS__)
/device/google/contexthub/firmware/os/drivers/st_acc44/
Dst_acc44.c163 osLog(LOG_ERROR, "%s " fmt, "[ST_ACC44]", ##__VA_ARGS__); \
/device/google/contexthub/firmware/os/drivers/st_lps22hb/
Dlps22hb.c79 osLog(LOG_ERROR, "%s " fmt, "[LPS22HB]", ##__VA_ARGS__); \
/device/google/contexthub/firmware/os/drivers/ams_tmd2772/
Dams_tmd2772.c244 osLog(LOG_ERROR, DRIVER_NAME "Ran out of i2c buffers!"); in allocXfer()
/device/google/contexthub/firmware/os/drivers/st_mag40/
Dst_mag40.c184 osLog(LOG_ERROR, "%s " fmt, "[ST_MAG40]", ##__VA_ARGS__); \
/device/google/contexthub/firmware/os/platform/stm32/
Di2c.c696 osLog(LOG_ERROR, "Unexpected I2C ERR interrupt: SR1 = %04lX, SR2 = %04lX\n", in stmI2cMasterUnexpectedError()

12