HomeSort by relevance Sort by last modified time
    Searched defs:DEBUG_PRINT (Results 1 - 25 of 25) sorted by null

  /external/strace/tests/
nsyscalls-d.c 1 #define DEBUG_PRINT 1
nsyscalls.c 47 #ifndef DEBUG_PRINT
48 # define DEBUG_PRINT 0
58 #if DEBUG_PRINT
78 #if DEBUG_PRINT
103 #if DEBUG_PRINT
  /external/strace/tests-m32/
nsyscalls-d.c 1 #define DEBUG_PRINT 1
nsyscalls.c 47 #ifndef DEBUG_PRINT
48 # define DEBUG_PRINT 0
58 #if DEBUG_PRINT
78 #if DEBUG_PRINT
103 #if DEBUG_PRINT
  /external/strace/tests-mx32/
nsyscalls-d.c 1 #define DEBUG_PRINT 1
nsyscalls.c 47 #ifndef DEBUG_PRINT
48 # define DEBUG_PRINT 0
58 #if DEBUG_PRINT
78 #if DEBUG_PRINT
103 #if DEBUG_PRINT
  /external/libmpeg2/decoder/
impeg2d_api.h 48 #define DEBUG_PRINT printf
  /external/libavc/encoder/
ih264e_config.h 47 #define DEBUG_PRINT 0
  /device/google/contexthub/firmware/os/drivers/vsync/
vsync.c 62 #define DEBUG_PRINT(fmt, ...) do { \
  /external/mesa3d/src/gallium/winsys/sw/kms-dri/
kms_dri_sw_winsys.c 57 #define DEBUG_PRINT(msg, ...) fprintf(stderr, msg, __VA_ARGS__)
59 #define DEBUG_PRINT(msg, ...)
147 DEBUG_PRINT("KMS-DEBUG: created buffer %u (size %u)\n", kms_sw_dt->handle, kms_sw_dt->size);
179 DEBUG_PRINT("KMS-DEBUG: destroyed buffer %u\n", kms_sw_dt->handle);
207 DEBUG_PRINT("KMS-DEBUG: mapped buffer %u (size %u) at %p\n",
223 DEBUG_PRINT("KMS-DEBUG: imported buffer %u (size %u)\n",
280 DEBUG_PRINT("KMS-DEBUG: unmapped buffer %u (was %p)\n", kms_sw_dt->handle, kms_sw_dt->mapped);
299 DEBUG_PRINT("KMS-DEBUG: attempt to import unsupported winsys offset %d\n",
  /device/google/contexthub/firmware/os/drivers/intersil_isl29034/
isl29034.c 90 #define DEBUG_PRINT(fmt, ...) \
361 DEBUG_PRINT("sample ready: als0=%u als1=%u\n", xfer->txrxBuf[0], xfer->txrxBuf[1]);
  /device/google/contexthub/firmware/os/drivers/si_si7034/
si7034a10.c 53 #define DEBUG_PRINT(fmt, ...) \
264 DEBUG_PRINT("%s: %d\n", __func__, on);
278 DEBUG_PRINT("%s\n", __func__);
286 DEBUG_PRINT("%s %ld (%lld)\n", __func__, rate, latency);
305 DEBUG_PRINT("%s: %d\n", __func__, on);
319 DEBUG_PRINT("%s\n", __func__);
327 DEBUG_PRINT("%s %ld (%lld)\n", __func__, rate, latency);
368 DEBUG_PRINT("Not able to read ID\n");
397 DEBUG_PRINT("Humidity = %u\n", (unsigned)value);
406 DEBUG_PRINT("Temp = %u\n", (unsigned)value)
    [all...]
  /external/webrtc/webrtc/voice_engine/
voice_engine_defines.h 138 #define DEBUG_PRINT(...) \
146 #define DEBUG_PRINT(exp) ((void)0)
  /device/google/contexthub/firmware/os/drivers/st_hts221/
hts221.c 79 #define DEBUG_PRINT(fmt, ...) \
231 DEBUG_PRINT("i2c_read: len too big (len: %d)\n", len);
239 DEBUG_PRINT("i2c_read: i2cMasterTxRx operation failed (ret: %d)\n", ret);
258 DEBUG_PRINT("i2c_write: i2cMasterTx operation failed (ret: %d)\n", ret);
328 DEBUG_PRINT("humidityPower comm_tx failed\n");
384 DEBUG_PRINT("y0_H: %d - y1_H: %d\n", mTask.y0_H, mTask.y1_H);
385 DEBUG_PRINT("x0_H: %d - x1_H: %d\n", mTask.x0_H, mTask.x1_H);
400 DEBUG_PRINT("Not able to read WAI\n");
408 DEBUG_PRINT("WAI returned is: %02x\n", xfer->txrxBuf[0]);
439 DEBUG_PRINT("humidity raw data %d\n", humidity_val)
    [all...]
  /device/google/contexthub/firmware/os/drivers/st_acc44/
st_acc44.c 154 #define DEBUG_PRINT(fmt, ...) \
290 DEBUG_PRINT("switch state %" PRI_STATE "->%" PRI_STATE ", %s\n",
605 DEBUG_PRINT("st_acc44_i2c_read: i2cMasterTxRx operation failed (ret: %d)\n", ret);
625 DEBUG_PRINT("st_acc44_i2c_write: i2cMasterTx operation failed (ret: %d)\n", ret);
694 DEBUG_PRINT("Not able to read WAI\n");
702 DEBUG_PRINT("WAI returned is: %02x\n", xfer->txrxBuf[0]);
717 DEBUG_PRINT("SENSOR INIT\n");
723 DEBUG_PRINT("POWER UP\n");
731 DEBUG_PRINT("POWER DWN\n");
739 DEBUG_PRINT("CHANGE RATE\n")
    [all...]
  /device/google/contexthub/firmware/os/drivers/st_lps22hb/
lps22hb.c 70 #define DEBUG_PRINT(fmt, ...) \
257 DEBUG_PRINT("i2c_read: i2cMasterTxRx operation failed (ret: %d)\n", ret);
275 DEBUG_PRINT("i2c_write: i2cMasterTx operation failed (ret: %d)\n", ret);
375 DEBUG_PRINT("baroPower comm_tx failed\n");
443 DEBUG_PRINT("baroCfgData: comm_tx failed\n");
472 DEBUG_PRINT("tempPower comm_tx failed\n");
532 DEBUG_PRINT("Not able to read WAI\n");
540 DEBUG_PRINT("WAI returned is: %02x\n", xfer->txrxBuf[0]);
  /device/google/contexthub/firmware/os/drivers/synaptics_s3708/
synaptics_s3708.c 83 #define DEBUG_PRINT(fmt, ...) osLog(LOG_DEBUG, "[DoubleTouch] " fmt, ##__VA_ARGS__)
85 #define DEBUG_PRINT(fmt, ...) ((void)0)
199 DEBUG_PRINT("i2c error (tx: %d, rx: %d, err: %d)\n", tx, rx, err);
481 DEBUG_PRINT("Sending event");
  /external/pdfium/third_party/libtiff/
tif_fax3.c 652 #define DEBUG_PRINT(what,len) { \
680 DEBUG_PRINT("MakeUp", te->runlen);
691 DEBUG_PRINT("MakeUp", te->runlen);
699 DEBUG_PRINT(" Term", tab[span].runlen);
    [all...]
  /device/google/contexthub/firmware/os/drivers/ams_tmd4903/
ams_tmd4903.c 147 #define DEBUG_PRINT(fmt, ...) do { \
479 DEBUG_PRINT("sensorPowerAls: %d\n", on);
510 DEBUG_PRINT("sensorRateAls: rate=%ld Hz latency=%lld ns\n", rate/1024, latency);
522 DEBUG_PRINT("sensorCalibrateAls");
547 DEBUG_PRINT("sensorCfgDataAls");
569 DEBUG_PRINT("sensorPowerProx: %d\n", on);
597 DEBUG_PRINT("sensorRateProx: rate=%ld Hz latency=%lld ns\n", rate/1024, latency);
610 DEBUG_PRINT("sensorCalibrateProx");
709 DEBUG_PRINT("REVID = 0x%02x, ID = 0x%02x\n", xfer->txrxBuf[0], xfer->txrxBuf[1]);
757 DEBUG_PRINT("als sample ready: c=%u r=%u g=%u b=%u, gain=%dx, lux=%d\n", c, r, g, b
    [all...]
  /device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
rohm_rpr0521.c 154 #define DEBUG_PRINT(fmt, ...) do { \
671 DEBUG_PRINT("als sample ready: als0=%u als1=%u\n", als0, als1);
687 DEBUG_PRINT("prox sample ready: prox=%u\n", ps);
  /device/google/contexthub/firmware/os/drivers/st_mag40/
st_mag40.c 175 #define DEBUG_PRINT(fmt, ...) \
268 DEBUG_PRINT("set state %" PRI_STATE "\n", getStateName(s));\
277 DEBUG_PRINT("switch state %" PRI_STATE "->%" PRI_STATE ", %s\n",
902 DEBUG_PRINT("WAI returned is: %02x\n\n", *wai);
  /external/libhevc/encoder/
ihevce_rc_interface.c 102 #define DEBUG_PRINT 0
    [all...]
  /device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c 87 #define DEBUG_PRINT(fmt, ...) do { \
722 DEBUG_PRINT("switch state %" PRI_STATE "->%" PRI_STATE ", %s\n",
    [all...]
  /device/google/contexthub/firmware/os/drivers/invensense_icm40600/
invensense_icm40600.c 58 #define DEBUG_PRINT(fmt, ...) do { \
762 DEBUG_PRINT("switch state %" PRI_STATE "->%" PRI_STATE ", %s\n",
939 DEBUG_PRINT("Set ACC hw offset %d %d %d\n",
941 DEBUG_PRINT("Set GYR hw offset %d %d %d\n",
984 DEBUG_PRINT("Reset offset registers sensor=%d\n", idx);
    [all...]
  /device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
st_lsm6dsm.c 579 #define DEBUG_PRINT(fmt, ...) \
    [all...]

Completed in 1015 milliseconds