Home
last modified time | relevance | path

Searched refs:LOGI (Results 1 – 25 of 25) sorted by relevance

/external/skqp/platform_tools/android/apps/arcore/src/main/cpp/
Dhello_ar_application.cc66 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 …]
Dutil.cc259 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()
Dutil.h34 #ifndef LOGI
35 #define LOGI(...) \ macro
/external/oboe/src/aaudio/
DAAudioExtensions.h134 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()
DAAudioLoader.cpp37 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/
DQuirksManager.cpp156 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()
DAudioStreamBuilder.cpp97 LOGI("%s() %s -------- %s --------", in openStream()
140 LOGI("%s() create a FilterAudioStream for data conversion.", __func__); in openStream()
DOboeDebug.h28 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, MODULE_NAME, __VA_ARGS__) macro
DDataConversionFlowGraph.cpp92 LOGI("%s() flowgraph converts channels: %d to %d, format: %d to %d" in configure()
/external/oboe/apps/OboeTester/app/src/main/cpp/
Dandroid_debug.h26 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, MODULE_NAME, __VA_ARGS__) macro
35 #define LOGI(...) macro
/external/oboe/apps/fxlab/app/src/main/cpp/
Dlogging_macros.h28 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, MODULE_NAME, __VA_ARGS__) macro
38 #define LOGI(...) macro
/external/oboe/samples/debug-utils/
Dlogging_macros.h28 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, MODULE_NAME, __VA_ARGS__) macro
38 #define LOGI(...) macro
/external/webrtc/sdk/objc/native/src/audio/
Daudio_device_ios.mm40 #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/
Dlogging.h103 #define LOGI(...) LogPrintF(ANDROID_LOG_INFO, __VA_ARGS__); macro
115 #define LOGI(...) LOG(INFO) << tensorflow::strings::Printf(__VA_ARGS__); macro
Dtracked_object.cc128 LOGI("Not relocalizing since new match is worse: %.6f < %.6f + %.6f", in OnDetection()
134 LOGI("Relocalizing! From (%.1f, %.1f)[%.1fx%.1f] to " in OnDetection()
Dobject_tracker_jni.cc148 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/
Dlogging.h26 #define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, APP_NAME, __VA_ARGS__)) macro
/external/oboe/samples/shared/
DDefaultErrorCallback.h44 LOGI("Restarting AudioStream"); in onErrorAfterClose()
/external/webrtc/modules/audio_processing/test/android/apmtest/jni/
Dmain.c29 #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/
DFFMpegExtractor.cpp256 LOGI("avcodec_receive_frame returned EAGAIN"); in decode()
/external/oboe/src/opensles/
DAudioStreamOpenSLES.cpp72 LOGI("AudioStreamOpenSLES::open() chans=%d, rate=%d", mChannelCount, mSampleRate); in open()
/external/angle/util/android/third_party/
Dandroid_native_app_glue.c29 #define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, "threaded_app", __VA_ARGS__)) macro
/external/toolchain-utils/android_bench_suite/
Dpanorama.diff315 - 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/
Dvulkan_command_buffer_utils.h83 # define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, "VK-SAMPLE", __VA_ARGS__)) macro
/external/oboe/docs/
DGettingStarted.md208 LOGI("AudioStream format is %s", oboe::convertToText(format));