HomeSort by relevance Sort by last modified time
    Searched refs:ALOGW_IF (Results 1 - 25 of 29) sorted by null

1 2

  /frameworks/native/libs/ui/
GraphicBufferMapper.cpp 56 ALOGW_IF(err, "registerBuffer(%p) failed %d (%s)",
68 ALOGW_IF(err, "unregisterBuffer(%p) failed %d (%s)",
83 ALOGW_IF(err, "lock(...) failed %d (%s)", err, strerror(-err));
97 ALOGW_IF(err, "lock(...) failed %d (%s)", err, strerror(-err));
108 ALOGW_IF(err, "unlock(...) failed %d (%s)", err, strerror(-err));
GraphicBufferAllocator.cpp 107 ALOGW_IF(err, "alloc(%u, %u, %d, %08x, ...) failed %d (%s)",
139 ALOGW_IF(err, "free(...) failed %d (%s)", err, strerror(-err));
  /frameworks/native/services/surfaceflinger/DisplayHardware/
PowerHAL.cpp 31 ALOGW_IF(err, "%s module not found", POWER_HARDWARE_MODULE_ID);
  /hardware/ti/wpan/tools/FM/service/src/jni/
v4l2_JbtlLog.h 46 #define V4L2_JBTL_LOGW_IF(cond, ...) ALOGW_IF(cond, __VA_ARGS__)
  /hardware/invensense/libsensors_iio/
local_log_def.h 26 #define LOGW_IF ALOGW_IF
  /device/generic/goldfish/camera/
EmulatedCameraDevice.h 375 ALOGW_IF(mThreadControl >= 0 || mControlFD >= 0,
EmulatedCameraDevice.cpp 290 ALOGW_IF(mThreadControl >= 0 || mControlFD >= 0,
391 ALOGW_IF(fd < 0 || !FD_ISSET(fd, fds), "%s: Undefined 'select' result",
EmulatedQemuCameraDevice.cpp 221 ALOGW_IF(mPreviewFrame == NULL, "%s: No preview frame", __FUNCTION__);
  /frameworks/av/media/libmedia/
AudioTrackShared.cpp 100 ALOGW_IF(s > loopEnd, "stepServer: s %u > loopEnd %u", s, loopEnd);
AudioTrack.cpp     [all...]
AudioRecord.cpp 819 ALOGW_IF(result != NO_ERROR, "restoreRecord_l() error %d", result);
SoundPool.cpp 55 ALOGW_IF(maxChannels != mMaxChannels, "App requested %d channels", maxChannels);
ToneGenerator.cpp     [all...]
  /system/core/include/cutils/
log.h 132 #ifndef ALOGW_IF
133 #define ALOGW_IF(cond, ...) \
  /frameworks/native/opengl/libagl/
TextureObjectManager.cpp 196 ALOGW_IF(level-1 >= mNumExtraLod,
  /system/media/audio_utils/
resampler.c 138 ALOGW_IF((framesWr != framesRq) && (rsmp->frames_in != 0),
  /frameworks/wilhelm/src/android/
MediaPlayer_to_android.cpp 147 ALOGW_IF(SL_RESULT_SUCCESS != res,
177 ALOGW_IF(SL_RESULT_SUCCESS != res,
  /frameworks/native/opengl/libs/EGL/
egl_display.cpp 279 ALOGW_IF(count, "eglTerminate() called w/ %d objects remaining", count);
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 628 ALOGW_IF((output ==0), "getOutput() could not find output for stream %d, samplingRate %d,"
    [all...]
  /frameworks/native/libs/binder/
MemoryDealer.cpp 213 ALOGW_IF(err, "madvise(%p, %u, MADV_REMOVE) returned %s",
  /frameworks/native/libs/utils/
VectorImpl.cpp 60 ALOGW_IF(mCount,
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 199 ALOGW_IF(mBuiltinDisplays[type],
396 ALOGW_IF(dummy == EGL_SLOW_CONFIG, "EGL_SLOW_CONFIG selected!");
    [all...]
  /hardware/qcom/audio/voice_processing/
voice_processing.c 318 ALOGW_IF(effect_release(fx) != 0, " session_release_effect() failed for id %d", fx->id);
  /frameworks/native/libs/gui/
BufferQueue.cpp 798 ALOGW_IF(!mQueue.isEmpty(),
    [all...]
Surface.cpp 798 ALOGW_IF(res, "failed locking buffer (handle = %p)",

Completed in 750 milliseconds

1 2