Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/ios/
Daudio_device_ios.mm40 #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/opencv3/modules/objdetect/src/
Ddetection_based_tracker.cpp90 #define LOGI(_str, ...) LOGI0(_str , ## __VA_ARGS__) macro
95 #define LOGI(...) macro
423LOGI("DetectionBasedTracker::SeparateDetectionWork::workcycleObjectDetector() --- objects num==%d,… in workcycleObjectDetector()
449 LOGI("DetectionBasedTracker::SeparateDetectionWork::workcycleObjectDetector: Returning"); in workcycleObjectDetector()
673 LOGI("DetectionBasedTracker::process: tracked objects num==%d", (int)trackedObjects.size()); in process()
893LOGI("DetectionBasedTracker::calcTrackedObjectPositionToShow: trackedObjects[%d].numDetectedFrames… in calcTrackedObjectPositionToShow()
/external/webrtc/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/mesa3d/src/gallium/state_trackers/egl/android/
Dnative_android.cpp580 LOGI("skip unsupported native format 0x%x", native_formats[i]); in android_display_init_configs()
621 LOGI("using DRM screen"); in android_display_init_drm()
644 LOGI("using SW screen"); in android_display_init_sw()
836 LOGI("%s", msg); in android_log()
/external/opencv3/modules/ts/include/opencv2/ts/
Dts_perf.hpp10 #if !(defined(LOGD) || defined(LOGI) || defined(LOGW) || defined(LOGE))
16 # define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, PERF_TESTS_LOG_TAG, __VA_ARGS__)) macro
21 # define LOGI(_str, ...) do{printf(_str , ## __VA_ARGS__); printf("\n");fflush(stdout);} while(0) macro
/external/skia/platform_tools/android/third_party/native_app_glue/
Dandroid_native_app_glue.c28 #define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, "threaded_app", __VA_ARGS__)) macro
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_android.c668 #define ALOGI LOGI
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
Dgki_ulinux.c38 #define LOGI(format, ...) fprintf (stdout, LOG_TAG format, ## __VA_ARGS__) macro
/external/libnfc-nci/src/gki/ulinux/
Dgki_ulinux.c37 #define LOGI(format, ...) fprintf (stdout, LOG_TAG format, ## __VA_ARGS__) macro
/external/opencv3/modules/ts/src/
Dts_perf.cpp1582 LOGI("\tTest was skipped"); in TearDown()