OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:error_print
(Results
1 - 12
of
12
) sorted by null
/libcore/ojluni/src/test/
gen-test-list
31
function
error_print
{
function
44
[[ $? -ne 0 ]] &&
error_print
"File $file_name missing package declaration."
/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/st_mag40/
st_mag40.c
181
#define
ERROR_PRINT
(fmt, ...) \
290
ERROR_PRINT
("Failed to allocate mag event memory");
316
ERROR_PRINT
("Ran out of i2c buffers!");
352
ERROR_PRINT
("Cannot do delayed i2cCallback\n");
367
ERROR_PRINT
("i2c error (tx: %d, rx: %d, err: %d)\n", tx, rx, err);
440
ERROR_PRINT
("ODR not valid! Choosed smallest ODR available\n");
524
ERROR_PRINT
("Couldn't alloc test result packet");
535
ERROR_PRINT
("Couldn't send test result packet");
638
ERROR_PRINT
("cannot test mag because sensor is busy\n");
681
ERROR_PRINT
("st_mag40_int1_isr: osEnqueuePrivateEvt() failed\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/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
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
87
#define
ERROR_PRINT
(fmt, ...) do { \
816
ERROR_PRINT
("SPI in use, cannot queue write\n");
835
ERROR_PRINT
("SPI in use, cannot queue read %d %d\n", (int)addr, (int)size);
858
ERROR_PRINT
("NO enough SPI buffer space, dropping transaction.\n");
862
ERROR_PRINT
("spiBatchTxRx too many packets!\n");
880
ERROR_PRINT
("spiMasterRxTx failed!\n");
909
ERROR_PRINT
("bmi160Isr2: osEnqueuePrivateEvt() failed\n");
919
ERROR_PRINT
("sensorSpiCallback: osEnqueuePrivateEvt() failed\n");
925
ERROR_PRINT
("sensorTimerCallback: osEnqueuePrivateEvt() failed\n")
931
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/st_lsm6dsm/
st_lsm6dsm.c
584
#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 128 milliseconds