Searched refs:LOGD (Results 1 – 9 of 9) sorted by relevance
/device/google/contexthub/firmware/os/drivers/window_orientation/ |
D | window_orientation.c | 49 #define LOGD(fmt, ...) do { \ macro 170 LOGD("current %d, new %d, orientation %d", in isOrientationAngleAcceptable() 234 LOGD("settle_time_needed ~%llu (msec), settle_time ~%llu (msec)", in isPredictedRotationAcceptable() 239 LOGD("...rejected by settle_time"); in isPredictedRotationAcceptable() 246 LOGD("...rejected by flat_time"); in isPredictedRotationAcceptable() 253 LOGD("...rejected by swing_time"); in isPredictedRotationAcceptable() 260 LOGD("...rejected by acceleration_time"); in isPredictedRotationAcceptable() 452 LOGD("Ignoring sensor data, magnitude too close to zero."); in add_samples() 493 LOGD("Ignoring sensor data, device is overhead: %d", (int)tilt_angle); in add_samples() 496 LOGD("Ignoring sensor data, tilt angle too high: %d", (int)tilt_angle); in add_samples() [all …]
|
/device/google/contexthub/util/nanotool/ |
D | androidcontexthub.cpp | 185 LOGD("Lock sleep complete"); in Initialize() 219 LOGD("Writing %zu bytes", message.size()); in WriteEvent() 230 LOGD("Successfully sent event"); in WriteEvent() 252 LOGD("Poll timed out"); in ReadEvent() 264 LOGD("Data ready on sensors device file"); in ReadEvent() 266 LOGD("Data ready on comms device file"); in ReadEvent() 369 LOGD("Calling into read()"); in ReadEventFromFd()
|
D | calibrationfile.cpp | 70 LOGD("Parsed JSONObject from file:\n%s", in Initialize() 121 LOGD("Saving JSONObject to file (%zd bytes):\n%s", json_str.size(), in Save()
|
D | contexthub.cpp | 262 LOGD("Disabling all active sensors"); in DisableActiveSensors() 295 LOGD("Ignored event from unexpected app"); in PrintBridgeVersion() 300 LOGD("Ignored bridge event with unexpected message ID %u", rsp->msgId); in PrintBridgeVersion() 549 LOGD("Ignoring non-app-to-host event"); in ReadAppEvents() 575 LOGD("Ignoring non-sensor event"); in ReadSensorEvents()
|
D | log.h | 35 #define LOGD(fmt, ...) Log::Debug(fmt, ##__VA_ARGS__) macro
|
/device/linaro/dragonboard/qcom/qrtr/lib/ |
D | logging.h | 19 #define LOGD(fmt, ...) qlog(LOG_DEBUG, fmt, ##__VA_ARGS__) macro
|
/device/linaro/dragonboard/qcom/qrtr/src/ |
D | ns.c | 162 LOGD("advertising new server [%d:%x]@[%d:%d]\n", in service_announce_new() 186 LOGD("advertising removal of server [%d:%x]@[%d:%d]\n", in service_announce_del() 274 LOGD("add server [%d:%x]@[%d:%d]\n", srv->service, srv->instance, in server_add() 603 LOGD("%s from %d:%d\n", ctrl_pkt_strings[cmd], sq.sq_node, sq.sq_port); in ctrl_port_fn() 605 LOGD("UNK (%08x) from %d:%d\n", cmd, sq.sq_node, sq.sq_port); in ctrl_port_fn()
|
/device/generic/goldfish-opengl/ |
D | Android.mk | 98 EMUGL_COMMON_CFLAGS += -DALOGD=LOGD
|
/device/google/contexthub/firmware/os/algos/calibration/nano_calibration/ |
D | nano_calibration.cc | 38 #define NANO_CAL_LOGD(tag, format, ...) LOGD("%s " format, tag, ##__VA_ARGS__)
|