Home
last modified time | relevance | path

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

12

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

12