/external/libese/libese/include/ese/ |
D | log.h | 61 #ifndef ALOGW 62 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) macro
|
/external/libese/libese-teq1/ |
D | teq1.c | 286 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/ |
D | audio_device_template.h | 23 #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()
|
D | opensles_player.cc | 26 #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()
|
D | audio_manager.cc | 27 #define ALOGW(...) __android_log_print(ANDROID_LOG_WARN, TAG, __VA_ARGS__) macro
|
D | audio_record_jni.cc | 26 #define ALOGW(...) __android_log_print(ANDROID_LOG_WARN, TAG, __VA_ARGS__) macro
|
D | audio_track_jni.cc | 26 #define ALOGW(...) __android_log_print(ANDROID_LOG_WARN, TAG, __VA_ARGS__) macro
|
/external/drm_hwcomposer/ |
D | glworker.cpp | 493 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()
|
D | vsyncworker.cpp | 99 ALOGW("Vsync worker active with conn=%p refresh=%f\n", conn, in SyntheticWaitVBlank()
|
D | platformnv.cpp | 66 ALOGW("Using non-NVIDIA gralloc module: %s/%s\n", gralloc_->common.name, in Init()
|
D | drmdisplaycomposition.cpp | 168 ALOGW( in SeparateLayers()
|
D | hwcomposer.cpp | 669 ALOGW("Query for deprecated vsync value, returning 60Hz"); in hwc_query()
|
D | drmdisplaycompositor.cpp | 627 ALOGW("Acquire fence %d wait %d failed (%d). Total time %d", in CommitFrame()
|
/external/webrtc/talk/app/webrtc/java/jni/ |
D | androidmediacodeccommon.h | 51 #define ALOGW LOG_TAG(rtc::LS_WARNING, TAG) macro
|
D | androidmediaencoder_jni.cc | 574 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()
|
D | androidmediadecoder_jni.cc | 884 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/ |
D | platform_android.c | 661 #ifndef ALOGW 662 #define ALOGW LOGW macro 682 ALOGW("%s", msg); in droid_log()
|
/external/libese/libese-hw/nxp/pn80t/ |
D | common.c | 146 ALOGW("polling timed out."); in nxp_pn80t_poll()
|
/external/drm_gralloc/ |
D | gralloc_drm_nouveau.c | 342 ALOGW("failed to create nouveau channel"); in gralloc_drm_drv_create_for_nouveau()
|
D | gralloc_drm_pipe.c | 353 ALOGW("failed to create screen for %s", pm->driver); in pipe_init_screen()
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_wtsynth.c | 565 ALOGW("%p phaseIncrement=%d", pWTVoice, (int)intFrame.frame.phaseIncrement); in WT_UpdateVoice()
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | libEGL.cpp | 981 …ALOGW("%s badness unsupported HAL format=%x", __FUNCTION__, nativeBuffer ? nativeBuffer->format : … in CreateImageKHR()
|