/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/oboe/src/aaudio/ |
D | AAudioExtensions.h | 134 LOGI("%s() could not find " LIB_AAUDIO_NAME, __func__); in loadSymbols() 141 LOGI("%s() could not find " FUNCTION_IS_MMAP, __func__); in loadSymbols() 148 LOGI("%s() could not find " FUNCTION_SET_MMAP_POLICY, __func__); in loadSymbols() 155 LOGI("%s() could not find " FUNCTION_GET_MMAP_POLICY, __func__); in loadSymbols()
|
D | AAudioLoader.cpp | 37 LOGI("%s() dlclose(%s) not called, OK", __func__, LIB_AAUDIO_NAME); in ~AAudioLoader() 54 LOGI("AAudioLoader::open() could not find " LIB_AAUDIO_NAME); in open()
|
/external/oboe/src/common/ |
D | QuirksManager.cpp | 156 LOGI("QuirksManager::%s() avoid setFramesPerCallback(n>0)", __func__); in isConversionNeeded() 182 LOGI("QuirksManager::%s() forcing internal format to I16 for low latency", __func__); in isConversionNeeded() 197 LOGI("QuirksManager::%s() using mono internally for low latency on O", __func__); in isConversionNeeded() 211 LOGI("QuirksManager::%s() using stereo internally to avoid broken mono", __func__); in isConversionNeeded()
|
D | AudioStreamBuilder.cpp | 97 LOGI("%s() %s -------- %s --------", in openStream() 140 LOGI("%s() create a FilterAudioStream for data conversion.", __func__); in openStream()
|
D | OboeDebug.h | 28 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, MODULE_NAME, __VA_ARGS__) macro
|
D | DataConversionFlowGraph.cpp | 92 LOGI("%s() flowgraph converts channels: %d to %d, format: %d to %d" in configure()
|
/external/oboe/apps/OboeTester/app/src/main/cpp/ |
D | android_debug.h | 26 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, MODULE_NAME, __VA_ARGS__) macro 35 #define LOGI(...) macro
|
/external/oboe/samples/debug-utils/ |
D | logging_macros.h | 28 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, MODULE_NAME, __VA_ARGS__) macro 38 #define LOGI(...) macro
|
/external/oboe/apps/fxlab/app/src/main/cpp/ |
D | logging_macros.h | 28 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, MODULE_NAME, __VA_ARGS__) macro 38 #define LOGI(...) macro
|
/external/webrtc/sdk/objc/native/src/audio/ |
D | audio_device_ios.mm | 40 #define LOGI() RTC_LOG(LS_INFO) << "AudioDeviceIOS::" 116 LOGI() << "ctor" << ios::GetCurrentThreadDescription(); 126 LOGI() << "~dtor" << ios::GetCurrentThreadDescription(); 132 LOGI() << "AttachAudioBuffer"; 139 LOGI() << "Init"; 168 LOGI() << "Terminate"; 185 LOGI() << "InitPlayout"; 211 LOGI() << "InitRecording"; 227 LOGI() << "StartPlayout"; 249 LOGI() << "StopPlayout"; [all …]
|
/external/tensorflow/tensorflow/tools/android/test/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/oboe/samples/RhythmGame/src/main/cpp/utils/ |
D | logging.h | 26 #define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, APP_NAME, __VA_ARGS__)) macro
|
/external/oboe/samples/shared/ |
D | DefaultErrorCallback.h | 44 LOGI("Restarting AudioStream"); in onErrorAfterClose()
|
/external/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/oboe/samples/RhythmGame/src/main/cpp/audio/ |
D | FFMpegExtractor.cpp | 256 LOGI("avcodec_receive_frame returned EAGAIN"); in decode()
|
/external/oboe/src/opensles/ |
D | AudioStreamOpenSLES.cpp | 72 LOGI("AudioStreamOpenSLES::open() chans=%d, rate=%d", mChannelCount, mSampleRate); in open()
|
/external/angle/util/android/third_party/ |
D | android_native_app_glue.c | 29 #define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, "threaded_app", __VA_ARGS__)) macro
|
/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);
|
/external/angle/src/tests/test_utils/third_party/ |
D | vulkan_command_buffer_utils.h | 83 # define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, "VK-SAMPLE", __VA_ARGS__)) macro
|
/external/oboe/docs/ |
D | GettingStarted.md | 208 LOGI("AudioStream format is %s", oboe::convertToText(format));
|