Home
last modified time | relevance | path

Searched refs:ALOGW (Results 1 – 22 of 22) sorted by relevance

/external/libese/libese/include/ese/
Dlog.h61 #ifndef ALOGW
62 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) macro
/external/libese/libese-teq1/
Dteq1.c286 ALOGW("Got seq %d expected %d", in teq1_frame_error_check()
312 ALOGW("incoming frame failed the error check"); in teq1_rules()
431 ALOGW("Rule 7.1,7.5,7.6: bad rx - sending error R: %x = %s", in teq1_rules()
447 ALOGW("Rule 7.1,7.5,7.6: weird rx - sending error R: %x = %s", in teq1_rules()
531 ALOGW("Unexpected frame. Marking error and re-evaluating."); in teq1_rules()
/external/webrtc/webrtc/modules/audio_device/android/
Daudio_device_template.h23 #define ALOGW(...) __android_log_print(ANDROID_LOG_WARN, TAG, __VA_ARGS__) macro
169 ALOGW("The application should use MODE_IN_COMMUNICATION audio mode!"); in StartPlayout()
188 ALOGW("The application should use MODE_IN_COMMUNICATION audio mode!"); in StartRecording()
Dopensles_player.cc26 #define ALOGW(...) __android_log_print(ANDROID_LOG_WARN, TAG, __VA_ARGS__) macro
426 ALOGW("Buffer callback in non-playing state!"); in FillBufferQueue()
439 ALOGW("Bad OpenSL ES playout timing, dT=%u [ms]", diff); in EnqueuePlayoutData()
Daudio_manager.cc27 #define ALOGW(...) __android_log_print(ANDROID_LOG_WARN, TAG, __VA_ARGS__) macro
Daudio_record_jni.cc26 #define ALOGW(...) __android_log_print(ANDROID_LOG_WARN, TAG, __VA_ARGS__) macro
Daudio_track_jni.cc26 #define ALOGW(...) __android_log_print(ANDROID_LOG_WARN, TAG, __VA_ARGS__) macro
/external/drm_hwcomposer/
Dglworker.cpp493 ALOGW("EGL_KHR_image_base extension not supported"); in Init()
496 ALOGW("EGL_ANDROID_image_native_buffer extension not supported"); in Init()
499 ALOGW("EGL_ANDROID_native_fence_sync extension not supported"); in Init()
524 ALOGW("GL_OES_EGL_image extension not supported"); in Init()
527 ALOGW("GL_OES_EGL_image_external extension not supported"); in Init()
Dvsyncworker.cpp99 ALOGW("Vsync worker active with conn=%p refresh=%f\n", conn, in SyntheticWaitVBlank()
Dplatformnv.cpp66 ALOGW("Using non-NVIDIA gralloc module: %s/%s\n", gralloc_->common.name, in Init()
Ddrmdisplaycomposition.cpp168 ALOGW( in SeparateLayers()
Dhwcomposer.cpp669 ALOGW("Query for deprecated vsync value, returning 60Hz"); in hwc_query()
Ddrmdisplaycompositor.cpp627 ALOGW("Acquire fence %d wait %d failed (%d). Total time %d", in CommitFrame()
/external/webrtc/talk/app/webrtc/java/jni/
Dandroidmediacodeccommon.h51 #define ALOGW LOG_TAG(rtc::LS_WARNING, TAG) macro
Dandroidmediaencoder_jni.cc574 ALOGW << "Encoder drop frame - failed callback."; in EncodeOnCodecThread()
631 ALOGW << "Encoder drop frame - no input buffers available"; in EncodeOnCodecThread()
1143 ALOGW << "NULL VideoDecoder EGL context - HW surface encoding is disabled."; in SetEGLContext()
1150 ALOGW << "No HW video encoder for type " << (int)type; in CreateVideoEncoder()
1162 ALOGW << "Can not find HW video encoder for type " << (int)type; in CreateVideoEncoder()
Dandroidmediadecoder_jni.cc884 ALOGW << "NULL VideoDecoder EGL context - HW surface decoding is disabled."; in SetEGLContext()
891 ALOGW << "No HW video decoder for type " << (int)type; in CreateVideoDecoder()
901 ALOGW << "Can not find HW video decoder for type " << (int)type; in CreateVideoDecoder()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_android.c661 #ifndef ALOGW
662 #define ALOGW LOGW macro
682 ALOGW("%s", msg); in droid_log()
/external/libese/libese-hw/nxp/pn80t/
Dcommon.c146 ALOGW("polling timed out."); in nxp_pn80t_poll()
/external/drm_gralloc/
Dgralloc_drm_nouveau.c342 ALOGW("failed to create nouveau channel"); in gralloc_drm_drv_create_for_nouveau()
Dgralloc_drm_pipe.c353 ALOGW("failed to create screen for %s", pm->driver); in pipe_init_screen()
/external/sonivox/arm-wt-22k/lib_src/
Deas_wtsynth.c565 ALOGW("%p phaseIncrement=%d", pWTVoice, (int)intFrame.frame.phaseIncrement); in WT_UpdateVoice()
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.cpp981ALOGW("%s badness unsupported HAL format=%x", __FUNCTION__, nativeBuffer ? nativeBuffer->format : … in CreateImageKHR()