Searched refs:ALOGW_IF (Results 1 - 25 of 40) sorted by relevance

12

/frameworks/native/libs/ui/
H A DGraphicBufferMapper.cpp63 ALOGW_IF(err, "registerBuffer(%p) failed %d (%s)",
75 ALOGW_IF(err, "unregisterBuffer(%p) failed %d (%s)",
90 ALOGW_IF(err, "lock(...) failed %d (%s)", err, strerror(-err));
108 ALOGW_IF(err, "lock(...) failed %d (%s)", err, strerror(-err));
119 ALOGW_IF(err, "unlock(...) failed %d (%s)", err, strerror(-err));
143 ALOGW_IF(err, "lockAsync(...) failed %d (%s)", err, strerror(-err));
173 ALOGW_IF(err, "lock(...) failed %d (%s)", err, strerror(-err));
189 ALOGW_IF(err, "unlockAsync(...) failed %d (%s)", err, strerror(-err));
H A DGraphicBufferAllocator.cpp116 ALOGW_IF(err, "alloc(%u, %u, %d, %08x, ...) failed %d (%s)",
143 ALOGW_IF(err, "free(...) failed %d (%s)", err, strerror(-err));
/frameworks/ex/framesequence/jni/utils/
H A Dlog.h111 #ifndef ALOGW_IF
112 #define ALOGW_IF(cond, ...) \ macro
/frameworks/av/services/audiopolicy/common/include/
H A DVolume.h102 ALOGW_IF(popcount(device) != 1,
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderPassThrough.cpp55 ALOGW_IF(renderer == NULL, "expect a non-NULL renderer");
91 ALOGW_IF(renderer != mRenderer,
H A DNuPlayerDecoder.cpp284 ALOGW_IF(err != OK, "failed to disconnect from surface: %d", err);
420 ALOGW_IF(error != NO_ERROR,
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImpl.cpp169 ALOGW_IF(uid != (uid_t)-1 && uid != callingUid,
290 ALOGW_IF(uid != (uid_t)-1 && uid != callingUid,
298 ALOGW_IF(pid != (pid_t)-1 && pid != callingPid,
/frameworks/native/opengl/libagl/
H A DTextureObjectManager.cpp196 ALOGW_IF(level-1 >= mNumExtraLod,
/frameworks/native/vulkan/libvulkan/
H A Dswapchain.cpp453 ALOGW_IF(err != 0, "native_window_api_disconnect failed: %s (%d)",
457 ALOGW_IF(err != 0, "native_window_api_connect failed: %s (%d)",
741 ALOGW_IF(swapchain.surface.swapchain_handle != swapchain_handle,
774 ALOGW_IF(
H A Dlayers_extensions.cpp331 ALOGW_IF(err != ENOENT, "failed to open layer directory '%s': %s",
/frameworks/wilhelm/src/android/
H A DMediaPlayer_to_android.cpp147 ALOGW_IF(SL_RESULT_SUCCESS != res,
177 ALOGW_IF(SL_RESULT_SUCCESS != res,
/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp275 ALOGW_IF(count, "eglTerminate() called w/ %zu objects remaining", count);
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.cpp239 ALOGW_IF(event->data_size != 0 && event->data_offset !=
246 ALOGW_IF(event->data_size != 0 && event->data_offset !=
253 ALOGW_IF(event->data_size != 0 && event->data_offset !=
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DConfigParsingUtils.cpp209 ALOGW_IF(!profile->hasSupportedDevices(), "load%s() invalid supported devices",
/frameworks/native/libs/binder/
H A DMemoryDealer.cpp215 ALOGW_IF(err, "madvise(%p, %zu, MADV_REMOVE) returned %s",
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp396 ALOGW_IF(caveat == EGL_SLOW_CONFIG, "EGL_SLOW_CONFIG selected!");
/frameworks/av/media/libstagefright/
H A DACodec.cpp1298 ALOGW_IF(res != OK, "FENCE TIMEOUT for %d in %s", fd, dbg);
1340 ALOGW_IF(err != 0, "[%s] can not return buffer %u to native window",
1983 ALOGW_IF(err != OK,
3271 ALOGW_IF(err == ERROR_UNSUPPORTED && mDescribeColorAspectsIndex,
3432 ALOGW_IF(triesLeft == 0, "[%s] Codec repeatedly changed requested ColorAspects.",
3482 ALOGW_IF(triesLeft == 0, "[%s] Codec repeatedly changed requested ColorAspects.",
3547 ALOGW_IF(err == ERROR_UNSUPPORTED && mDescribeHDRStaticInfoIndex,
3559 ALOGW_IF(err == ERROR_UNSUPPORTED && mDescribeHDRStaticInfoIndex,
6132 ALOGW_IF(err != NO_ERROR, "failed to set crop: %d", err);
6141 ALOGW_IF(er
[all...]
/frameworks/av/services/audioflinger/
H A DBufferProviders.cpp270 ALOGW_IF(!sIsMultichannelCapable, "unable to find downmix effect");
H A DAudioFlinger.cpp597 ALOGW_IF(pid != -1 && pid != callingPid,
1488 ALOGW_IF((uid_t)clientUid != callingUid,
1496 ALOGW_IF(pid != -1 && pid != callingPid,
2387 ALOGW_IF(caller != getpid_cached, "session id %d not found for pid %d", audioSession, caller);
2496 ALOGW_IF(retry != 0, "unique ID overflow for use %d", use);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.cpp36 #define VDS_LOGW_IF(cond, msg, ...) ALOGW_IF(cond, "[%s] " msg, \
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp786 ALOGW_IF(create_info->size > kMaxDeviceMemory,
845 ALOGW_IF(size > kMaxDeviceMemory,
/frameworks/av/media/libmedia/
H A DAudioTrack.cpp474 ALOGW_IF(mNotificationsPerBufferReq != (uint32_t) -notificationFrames,
2375 ALOGW_IF(mPreviousLocation == ExtendedTimestamp::LOCATION_KERNEL,
2450 ALOGW_IF(!mTimestampStartupGlitchReported,
/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.cpp556 ALOGW_IF(triesLeft == 0, "Codec repeatedly changed requested ColorAspects.");
/frameworks/base/media/jni/soundpool/
H A DSoundPool.cpp60 ALOGW_IF(maxChannels != mMaxChannels, "App requested %d channels", maxChannels);
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp270 ALOGW_IF(mBuiltinDisplays[type],
2128 ALOGW_IF(err == TIMED_OUT, "setTransactionState timed out "
2188 ALOGW_IF(err == TIMED_OUT, "setTransactionState timed out!");
3494 ALOGW_IF(eglErr != EGL_SUCCESS,

Completed in 574 milliseconds

12