Home
last modified time | relevance | path

Searched refs:LOGW (Results 1 – 6 of 6) sorted by relevance

/external/avahi/avahi-core/
Dlog.c38 #define LOGW(...) __android_log_print(ANDROID_LOG_WARN,LOG_TAG,__VA_ARGS__) macro
50 LOGW("%s", txt); in avahi_log_ap()
/external/mesa3d/src/gallium/state_trackers/egl/android/
Dnative_android.cpp185 LOGW("importing unsupported buffer as render target"); in import_buffer()
190 LOGW("importing unsupported buffer as sampler view"); in import_buffer()
272 LOGW("cache full: buf %p, width %d, height %d, format %d, usage 0x%x", in android_surface_add_cache()
523 LOGW("native window format 0x%x != config format 0x%x", in android_display_create_window_surface()
625 LOGW("failed to create DRM screen"); in android_display_init_drm()
626 LOGW("will fall back to other EGL drivers if any"); in android_display_init_drm()
839 LOGW("%s", msg); in android_log()
/external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/
Dmain.c30 #define LOGW(...) ((void)__android_log_print(ANDROID_LOG_WARN, "native-activity", __VA_ARGS__)) macro
105 LOGW("Unable to eglMakeCurrent"); in engine_init_display()
/external/opencv3/modules/ts/include/opencv2/ts/
Dts_perf.hpp10 #if !(defined(LOGD) || defined(LOGI) || defined(LOGW) || defined(LOGE))
17 # define LOGW(...) ((void)__android_log_print(ANDROID_LOG_WARN, PERF_TESTS_LOG_TAG, __VA_ARGS__)) macro
22 # define LOGW(_str, ...) do{printf(_str , ## __VA_ARGS__); printf("\n");fflush(stdout);} while(0) macro
/external/opencv3/modules/objdetect/src/
Ddetection_based_tracker.cpp91 #define LOGW(_str, ...) LOGW0(_str , ## __VA_ARGS__) macro
96 #define LOGW(...) macro
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_android.c662 #define ALOGW LOGW