/external/skia/platform_tools/android/apps/arcore/src/main/cpp/ |
D | hello_ar_application.cc | 66 LOGI("OnCreate()"); in HelloArApplication() 77 LOGI("OnPause()"); in OnPause() 84 LOGI("OnResume()"); in OnResume() 127 LOGI("OnSurfaceCreated()"); in OnSurfaceCreated() 136 LOGI("OnSurfaceChanged(%d, %d)", width, height); in OnDisplayGeometryChanged() 148 LOGI("OnObjectRotationChanged(%d)", rotation); in OnObjectRotationChanged() 153 LOGI("OnAction(%.6f)", value); in OnAction() 473 LOGI("Entered OnTouchedFirst"); in OnTouchedFirst() 550 LOGI("Size of anchor list: %d", (int) anchors.size()); in OnTouchedFirst() 554 LOGI("CHECKING: Anchor #%d", i); in OnTouchedFirst() [all …]
|
D | util.cc | 259 LOGI( in Log4x4Matrix() 294 LOGI("Plane orientation: %s", type); in LogOrientation() 295 LOGI("Cross dotted with zDir:", rotationDirection); in LogOrientation() 297 LOGI("Counter Clockwise %.6f degrees rotation: ", glm::degrees(angleRad)); in LogOrientation() 299 LOGI("Clockwise %.6f degrees rotation: ", glm::degrees(angleRad)); in LogOrientation()
|
D | util.h | 34 #ifndef LOGI 35 #define LOGI(...) \ macro
|
/external/skqp/platform_tools/android/apps/arcore/src/main/cpp/ |
D | hello_ar_application.cc | 66 LOGI("OnCreate()"); in HelloArApplication() 77 LOGI("OnPause()"); in OnPause() 84 LOGI("OnResume()"); in OnResume() 127 LOGI("OnSurfaceCreated()"); in OnSurfaceCreated() 136 LOGI("OnSurfaceChanged(%d, %d)", width, height); in OnDisplayGeometryChanged() 148 LOGI("OnObjectRotationChanged(%d)", rotation); in OnObjectRotationChanged() 153 LOGI("OnAction(%.6f)", value); in OnAction() 473 LOGI("Entered OnTouchedFirst"); in OnTouchedFirst() 550 LOGI("Size of anchor list: %d", (int) anchors.size()); in OnTouchedFirst() 554 LOGI("CHECKING: Anchor #%d", i); in OnTouchedFirst() [all …]
|
D | util.cc | 259 LOGI( in Log4x4Matrix() 294 LOGI("Plane orientation: %s", type); in LogOrientation() 295 LOGI("Cross dotted with zDir:", rotationDirection); in LogOrientation() 297 LOGI("Counter Clockwise %.6f degrees rotation: ", glm::degrees(angleRad)); in LogOrientation() 299 LOGI("Clockwise %.6f degrees rotation: ", glm::degrees(angleRad)); in LogOrientation()
|
D | util.h | 34 #ifndef LOGI 35 #define LOGI(...) \ macro
|
/external/webrtc/webrtc/modules/audio_device/ios/ |
D | audio_device_ios.mm | 40 #define LOGI() LOG(LS_INFO) << "AudioDeviceIOS::" 217 LOGI() << "ActivateAudioSession"; 242 LOGI() << "DeactivateAudioSession"; 298 LOGI() << "ctor" << ios::GetCurrentThreadDescription(); 302 LOGI() << "~dtor" << ios::GetCurrentThreadDescription(); 308 LOGI() << "AttachAudioBuffer"; 315 LOGI() << "Init"; 339 LOGI() << "Terminate"; 358 LOGI() << "InitPlayout"; 374 LOGI() << "InitRecording"; [all …]
|
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/ |
D | logging.h | 103 #define LOGI(...) LogPrintF(ANDROID_LOG_INFO, __VA_ARGS__); macro 115 #define LOGI(...) LOG(INFO) << tensorflow::strings::Printf(__VA_ARGS__); macro
|
D | tracked_object.cc | 128 LOGI("Not relocalizing since new match is worse: %.6f < %.6f + %.6f", in OnDetection() 134 LOGI("Relocalizing! From (%.1f, %.1f)[%.1fx%.1f] to " in OnDetection()
|
D | object_tracker_jni.cc | 148 LOGI("Initializing object tracker. %dx%d @%p", width, height, thiz); in OBJECT_TRACKER_METHOD() 156 LOGI("Initialized!"); in OBJECT_TRACKER_METHOD() 175 LOGI("Registering the position of %s at %.2f,%.2f,%.2f,%.2f", id_str, x1, y1, in OBJECT_TRACKER_METHOD() 198 LOGI( in OBJECT_TRACKER_METHOD() 215 LOGI("Registering the position of %s at %.2f,%.2f,%.2f,%.2f", id_str, x1, y1, in OBJECT_TRACKER_METHOD()
|
/external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/ |
D | main.c | 29 #define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, "native-activity", __VA_ARGS__)) macro 280 LOGI("accelerometer: x=%f y=%f z=%f", in android_main()
|
/external/toolchain-utils/android_bench_suite/ |
D | panorama.diff | 315 - LOGI("Allocate mosaic image for blending - size: %d x %d", Mwidth, Mheight); 641 - LOGI("Program Linked!"); 642 + LOGI("Program Linked (%d)!", program);
|