/device/google/contexthub/firmware/os/cpu/cortexm4/ |
D | cpu.c | 125 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()
|
D | appSupport.c | 162 osLog(LOG_ERROR, "Relocs are invalid in this app. Aborting app load\n"); in cpuAppLoad()
|
/device/google/contexthub/firmware/os/algos/util/ |
D | nano_assert.h | 16 #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/ |
D | bosch_bmp280.c | 198 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/ |
D | log.h | 42 #define ALOGE(...) ((void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__))
|
/device/google/contexthub/firmware/os/core/ |
D | seos.c | 179 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()
|
D | appSec.c | 277 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()
|
D | nanohub_chre.c | 145 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()
|
D | hostIntf.c | 398 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()
|
D | spi.c | 31 osLog(LOG_ERROR, "%s " fmt, "[spi] ERROR:", ##__VA_ARGS__); \
|
D | nanohubCommand.c | 347 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()
|
D | osApi.c | 634 osLog(LOG_ERROR, "Failed to export OS base API"); in osApiExport()
|
/device/google/contexthub/firmware/os/drivers/leds/ |
D | leds_lp3943.c | 161 osLog(LOG_ERROR, "[LP3943]: Ran out of i2c buffers!"); in allocXfer()
|
/device/google/contexthub/firmware/os/drivers/rohm_rpr0521/ |
D | rohm_rpr0521.c | 151 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/ |
D | seos.h | 302 LOG_ERROR = 'E', enumerator
|
/device/google/contexthub/firmware/os/drivers/intersil_isl29034/ |
D | isl29034.c | 99 osLog(LOG_ERROR, "%s " fmt, "[ISL29034]", ##__VA_ARGS__); \
|
/device/google/contexthub/firmware/os/drivers/st_hts221/ |
D | hts221.c | 88 osLog(LOG_ERROR, "%s " fmt, "[HTS221]", ##__VA_ARGS__); \
|
/device/google/contexthub/firmware/os/drivers/si_si7034/ |
D | si7034a10.c | 62 osLog(LOG_ERROR, "%s " fmt, "[SI7034]", ##__VA_ARGS__); \
|
/device/google/contexthub/firmware/os/drivers/orientation/ |
D | orientation.c | 317 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/ |
D | synaptics_s3708.c | 81 #define ERROR_PRINT(fmt, ...) osLog(LOG_ERROR, "[DoubleTouch] " fmt, ##__VA_ARGS__)
|
/device/google/contexthub/firmware/os/drivers/st_acc44/ |
D | st_acc44.c | 163 osLog(LOG_ERROR, "%s " fmt, "[ST_ACC44]", ##__VA_ARGS__); \
|
/device/google/contexthub/firmware/os/drivers/st_lps22hb/ |
D | lps22hb.c | 79 osLog(LOG_ERROR, "%s " fmt, "[LPS22HB]", ##__VA_ARGS__); \
|
/device/google/contexthub/firmware/os/drivers/ams_tmd2772/ |
D | ams_tmd2772.c | 244 osLog(LOG_ERROR, DRIVER_NAME "Ran out of i2c buffers!"); in allocXfer()
|
/device/google/contexthub/firmware/os/drivers/st_mag40/ |
D | st_mag40.c | 184 osLog(LOG_ERROR, "%s " fmt, "[ST_MAG40]", ##__VA_ARGS__); \
|
/device/google/contexthub/firmware/os/platform/stm32/ |
D | i2c.c | 696 osLog(LOG_ERROR, "Unexpected I2C ERR interrupt: SR1 = %04lX, SR2 = %04lX\n", in stmI2cMasterUnexpectedError()
|