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

  /device/google/contexthub/firmware/os/drivers/vsync/
vsync.c 60 #define ERROR_PRINT(fmt, ...) INFO_PRINT("%s" fmt, "ERROR: ", ##__VA_ARGS__); \
91 ERROR_PRINT("slabAllocatorAlloc() failed\n");
120 ERROR_PRINT("osEnqueueEvtOrFree() failed\n");
210 ERROR_PRINT("slabAllocatorNew() failed\n");
  /device/google/contexthub/firmware/os/drivers/synaptics_s3708/
synaptics_s3708.c 81 #define ERROR_PRINT(fmt, ...) osLog(LOG_ERROR, "[DoubleTouch] " fmt, ##__VA_ARGS__)
201 ERROR_PRINT("i2c error (tx: %d, rx: %d, err: %d)\n", tx, rx, err);
225 ERROR_PRINT("Ran out of I2C buffers!");
236 ERROR_PRINT("txBytes and rxBytes must be less than %d", MAX_I2C_TRANSFER_SIZE);
247 ERROR_PRINT("I2C transfer was not successful (error %d)!", ret);
295 ERROR_PRINT("failed to allocate timer");
298 ERROR_PRINT("could not communicate with touch controller");
518 ERROR_PRINT("i2cMasterRequest() failed!");
  /device/google/contexthub/firmware/os/core/
timer.c 40 #define ERROR_PRINT(fmt, ...) INFO_PRINT("%s" fmt, "ERROR: ", ##__VA_ARGS__)
103 ERROR_PRINT("Could not enqueue private timer event\n");
107 ERROR_PRINT("Could not allocate an internal event\n");
181 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/st_mag40/
st_mag40.c 182 #define ERROR_PRINT(fmt, ...) \
291 ERROR_PRINT("Failed to allocate mag event memory");
317 ERROR_PRINT("Ran out of i2c buffers!");
353 ERROR_PRINT("Cannot do delayed i2cCallback\n");
368 ERROR_PRINT("i2c error (tx: %d, rx: %d, err: %d)\n", tx, rx, err);
441 ERROR_PRINT("ODR not valid! Choosed smallest ODR available\n");
535 ERROR_PRINT("magCfgData: unknown type 0x%04x, size %d", p->type, p->size);
546 ERROR_PRINT("Couldn't alloc test result packet");
557 ERROR_PRINT("Couldn't send test result packet");
660 ERROR_PRINT("cannot test mag because sensor is busy\n")
    [all...]
  /device/google/contexthub/firmware/os/drivers/st_lps22hb/
lps22hb.c 77 #define ERROR_PRINT(fmt, ...) \
195 ERROR_PRINT("Failed to allocate baro evt memory");
226 ERROR_PRINT("Ran out of i2c buffers!");
245 ERROR_PRINT("i2c error (tx: %d, rx: %d, err: %d)\n", tx, rx, err);
287 ERROR_PRINT("Couldn't alloc cal result pkt\n");
300 ERROR_PRINT("Couldn't send cal result evt\n");
413 ERROR_PRINT("cannot calibrate while baro is active\n");
715 ERROR_PRINT("Failed to allocate baroSlab memory\n");
  /device/google/contexthub/firmware/os/drivers/st_acc44/
st_acc44.c 161 #define ERROR_PRINT(fmt, ...) \
350 ERROR_PRINT("ODR not valid! Choosed smallest ODR available\n");
499 ERROR_PRINT("st_acc44_int1_isr: osEnqueuePrivateEvt() failed\n");
540 ERROR_PRINT("Failed to allocate acc event memory");
566 ERROR_PRINT("Ran out of i2c buffers!");
591 ERROR_PRINT("i2c error (tx: %d, rx: %d, err: %d)\n", tx, rx, err);
812 ERROR_PRINT("Failed to allocate accDataSlab memory\n");
  /device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c 83 #define ERROR_PRINT(fmt, ...) do { \
825 ERROR_PRINT("SPI in use, cannot queue write\n");
844 ERROR_PRINT("SPI in use, cannot queue read %d %d\n", (int)addr, (int)size);
867 ERROR_PRINT("NO enough SPI buffer space, dropping transaction.\n");
871 ERROR_PRINT("spiBatchTxRx too many packets!\n");
889 ERROR_PRINT("spiMasterRxTx failed!\n");
918 ERROR_PRINT("bmi160Isr2: osEnqueuePrivateEvt() failed\n");
928 ERROR_PRINT("sensorSpiCallback: osEnqueuePrivateEvt() failed\n");
934 ERROR_PRINT("sensorTimerCallback: osEnqueuePrivateEvt() failed\n")
940 ERROR_PRINT("timeSyncCallback: osEnqueuePrivateEvt() failed\n")
    [all...]
  /device/google/contexthub/firmware/os/drivers/si_si7034/
si7034a10.c 60 #define ERROR_PRINT(fmt, ...) \
155 ERROR_PRINT("Ran out of i2c buffers!");
174 ERROR_PRINT("i2c error (tx: %d, rx: %d, err: %d)\n", tx, rx, err);
  /device/google/contexthub/firmware/os/drivers/st_hts221/
hts221.c 86 #define ERROR_PRINT(fmt, ...) \
201 ERROR_PRINT("Ran out of i2c buffers!");
221 ERROR_PRINT("i2c error (tx: %d, rx: %d, err: %d)\n", tx, rx, err);
  /device/google/contexthub/firmware/os/drivers/intersil_isl29034/
isl29034.c 97 #define ERROR_PRINT(fmt, ...) \
196 ERROR_PRINT("Ran out of i2c buffers!");
  /device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
st_lsm6dsm.c 586 #define ERROR_PRINT(fmt, ...) \
    [all...]
  /device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
rohm_rpr0521.c 150 #define ERROR_PRINT(fmt, ...) do { \
309 ERROR_PRINT("i2c error (tx: %d, rx: %d, err: %d)\n", tx, rx, err);

Completed in 350 milliseconds