HomeSort by relevance Sort by last modified time
    Searched refs:ERROR_PRINT (Results 1 - 6 of 6) sorted by null

  /device/google/contexthub/firmware/os/drivers/vsync/
vsync.c 56 #define ERROR_PRINT(fmt, ...) INFO_PRINT("%s" fmt, "ERROR: ", ##__VA_ARGS__); \
87 ERROR_PRINT("slabAllocatorAlloc() failed\n");
116 ERROR_PRINT("osEnqueueEvtOrFree() failed\n");
206 ERROR_PRINT("slabAllocatorNew() failed\n");
  /device/google/contexthub/firmware/os/drivers/synaptics_s3708/
synaptics_s3708.c 80 #define ERROR_PRINT(fmt, ...) osLog(LOG_ERROR, "[DoubleTouch] " fmt, ##__VA_ARGS__)
200 ERROR_PRINT("i2c error (tx: %d, rx: %d, err: %d)\n", tx, rx, err);
224 ERROR_PRINT("Ran out of I2C buffers!");
235 ERROR_PRINT("txBytes and rxBytes must be less than %d", MAX_I2C_TRANSFER_SIZE);
246 ERROR_PRINT("I2C transfer was not successful (error %d)!", ret);
294 ERROR_PRINT("failed to allocate timer");
297 ERROR_PRINT("could not communicate with touch controller");
517 ERROR_PRINT("i2cMasterRequest() failed!");
  /device/google/contexthub/firmware/os/core/
timer.c 38 #define ERROR_PRINT(fmt, ...) INFO_PRINT("%s" fmt, "ERROR: ", ##__VA_ARGS__)
92 ERROR_PRINT("Could not enqueue private timer event\n");
96 ERROR_PRINT("Could not allocate an internal event\n");
166 ERROR_PRINT("no free timers\n");
spi.c 30 #define ERROR_PRINT(fmt, ...) do { \
123 ERROR_PRINT("Cannot do delayed spi, timer depleted\n");
  /device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c 81 #define ERROR_PRINT(fmt, ...) do { \
768 ERROR_PRINT("SPI in use, cannot queue write\n");
787 ERROR_PRINT("SPI in use, cannot queue read %d %d\n", (int)addr, (int)size);
806 ERROR_PRINT("NO enough SPI buffer space, dropping transaction.\n");
810 ERROR_PRINT("spiBatchTxRx too many packets!\n");
823 ERROR_PRINT("spiMasterRxTx failed!\n");
851 ERROR_PRINT("bmi160Isr2: osEnqueuePrivateEvt() failed\n");
861 ERROR_PRINT("sensorSpiCallback: osEnqueuePrivateEvt() failed\n");
867 ERROR_PRINT("sensorTimerCallback: osEnqueuePrivateEvt() failed\n")
873 ERROR_PRINT("timeSyncCallback: osEnqueuePrivateEvt() failed\n")
    [all...]
  /device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
st_lsm6dsm.c 480 #define ERROR_PRINT(fmt, ...) \
    [all...]

Completed in 6342 milliseconds