Searched refs:LOG_WARN (Results 1 – 11 of 11) sorted by relevance
/device/google/contexthub/firmware/src/cpu/cortexm4f/ |
D | cpu.c | 186 osLog(LOG_WARN, "Unknown SVC 0x%02lX called at 0x%08lX\n", svcNo, (unsigned long)svcPC); in syscallHandler() 188 …osLog(LOG_WARN, "Unknown syscall 0x%08lX called at 0x%08lX\n", (unsigned long)syscallNr, (unsigned… in syscallHandler()
|
/device/google/contexthub/firmware/src/ |
D | seos.c | 662 …osLog(LOG_WARN, "External app id %016" PRIX64 " @ %p cannot be used as too many apps already exist… in osLoadApp() 671 osLog(LOG_WARN, "App @ %p ID %016" PRIX64 " failed to load\n", app, app->hdr.appId); in osLoadApp() 699 … osLog(LOG_WARN, "App @ %p ID %016" PRIX64 "failed to init\n", task->app, task->app->hdr.appId); in osStartApp() 901 osLog(LOG_WARN, "Invalid internal app @ %p ID %016" PRIX64 in osStartTasks() 909 osLog(LOG_WARN, "Internal app is not marked: [%p]: flags: 0x%04" PRIX16 in osStartTasks() 916 osLog(LOG_WARN, "Internal app ID %016" PRIX64 in osStartTasks()
|
D | hostIntf.c | 230 hostIntfDeferErrLog(LOG_WARN, HOSTINTF_ERR_PKG_INCOMPELETE, __func__); in hostIntfFindHandler() 235 hostIntfDeferErrLog(LOG_WARN, HOSTINTF_ERR_PGK_SIZE, __func__); in hostIntfFindHandler() 242 hostIntfDeferErrLog(LOG_WARN, HOSTINTF_ERR_PKG_CRC, __func__); in hostIntfFindHandler() 262 hostIntfDeferErrLog(LOG_WARN, HOSTINTF_ERR_PKG_PAYLOAD_SIZE, __func__); in hostIntfFindHandler() 269 hostIntfDeferErrLog(LOG_WARN, HOSTINTF_ERR_UNKNOWN, __func__); in hostIntfFindHandler()
|
D | sensors.c | 434 … osLog(LOG_WARN, "Bad rate 0x%08" PRIX32 " for sensor %u", extraReqedRate, s->si->sensorType); in sensorCalcHwRate() 692 osLog(LOG_WARN, "Cannot send last state for onchange sensor: enqueue fail"); in sensorRequest()
|
D | spi.c | 207 osLog(LOG_WARN, "%s called without callback\n", __func__); in spiSlaveCsInactive()
|
D | osApi.c | 290 osLog(LOG_WARN, "Failed to send I2C evt to app. This might end badly for the app..."); in osExpApiI2cInternalCbk()
|
/device/google/contexthub/firmware/src/drivers/ams_tmd4903/ |
D | ams_tmd4903.c | 327 osLog(LOG_WARN, "Couldn't alloc als cal result pkt"); in sendCalibrationResultAls() 339 osLog(LOG_WARN, "Couldn't send als cal result evt"); in sendCalibrationResultAls() 347 osLog(LOG_WARN, "Couldn't alloc prox cal result pkt"); in sendCalibrationResultProx() 362 osLog(LOG_WARN, "Couldn't send prox cal result evt"); in sendCalibrationResultProx()
|
/device/google/contexthub/firmware/src/drivers/bosch_bmp280/ |
D | bosch_bmp280.c | 174 osLog(LOG_WARN, "Couldn't alloc cal result pkt"); in sendCalibrationResult() 187 osLog(LOG_WARN, "Couldn't send cal result evt"); in sendCalibrationResult()
|
/device/google/contexthub/firmware/inc/ |
D | seos.h | 265 LOG_WARN = 'W', enumerator
|
/device/google/contexthub/firmware/src/platform/stm32f4xx/ |
D | dma.c | 224 osLog(LOG_WARN, "DMA %u stream %u ISR fired while disabled\n", in dmaIsr()
|
/device/google/contexthub/firmware/src/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 2254 osLog(LOG_WARN, "Couldn't alloc cal result pkt"); in sendCalibrationResult() 2269 osLog(LOG_WARN, "Couldn't send cal result evt"); in sendCalibrationResult()
|