Home
last modified time | relevance | path

Searched refs:LOGD (Results 1 – 7 of 7) sorted by relevance

/device/google/contexthub/firmware/os/drivers/window_orientation/
Dwindow_orientation.c49 #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/
Dandroidcontexthub.cpp185 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()
Dcalibrationfile.cpp70 LOGD("Parsed JSONObject from file:\n%s", in Initialize()
121 LOGD("Saving JSONObject to file (%zd bytes):\n%s", json_str.size(), in Save()
Dcontexthub.cpp262 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()
Dlog.h35 #define LOGD(fmt, ...) Log::Debug(fmt, ##__VA_ARGS__) macro
/device/generic/goldfish-opengl/
DAndroid.mk98 EMUGL_COMMON_CFLAGS += -DALOGD=LOGD
/device/google/contexthub/firmware/os/algos/calibration/nano_calibration/
Dnano_calibration.cc61 #define NANO_CAL_LOGD(tag, format, ...) LOGD("%s " format, tag, ##__VA_ARGS__)