Home
last modified time | relevance | path

Searched refs:LOG_WARN (Results 1 – 11 of 11) sorted by relevance

/device/google/contexthub/firmware/src/cpu/cortexm4f/
Dcpu.c186 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/
Dseos.c662 …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()
DhostIntf.c230 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()
Dsensors.c434 … 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()
Dspi.c207 osLog(LOG_WARN, "%s called without callback\n", __func__); in spiSlaveCsInactive()
DosApi.c290 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/
Dams_tmd4903.c327 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/
Dbosch_bmp280.c174 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/
Dseos.h265 LOG_WARN = 'W', enumerator
/device/google/contexthub/firmware/src/platform/stm32f4xx/
Ddma.c224 osLog(LOG_WARN, "DMA %u stream %u ISR fired while disabled\n", in dmaIsr()
/device/google/contexthub/firmware/src/drivers/bosch_bmi160/
Dbosch_bmi160.c2254 osLog(LOG_WARN, "Couldn't alloc cal result pkt"); in sendCalibrationResult()
2269 osLog(LOG_WARN, "Couldn't send cal result evt"); in sendCalibrationResult()