Home
last modified time | relevance | path

Searched refs:ALOGI_IF (Results 1 – 14 of 14) sorted by relevance

/frameworks/ex/framesequence/jni/utils/
Dlog.h97 #ifndef ALOGI_IF
98 #define ALOGI_IF(cond, ...) \ macro
/frameworks/base/cmds/bootanimation/
Dbootanimation_main.cpp41 ALOGI_IF(noBootAnimation, "boot animation disabled"); in main()
/frameworks/native/libs/vr/libpdx/
Dservice_dispatcher.cpp132 ALOGI_IF(TRACE, "Dispatching message: fd=%d\n", in ReceiveAndDispatch()
164 ALOGI_IF(TRACE, "Dispatching message: fd=%d\n", in EnterDispatchLoop()
/frameworks/native/libs/vr/libvrflinger/
Ddisplay_service.cpp252 ALOGI_IF(TRACE, "DisplayService::OnCreateSurface: cid=%d", in OnCreateSurface()
260 ALOGI_IF(TRACE, in OnCreateSurface()
Dhardware_composer.cpp1040 ALOGI_IF( in UpdateLayerConfig()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DFramebufferSurface.cpp201 ALOGI_IF(wasLimited, "framebuffer size has been limited to [%dx%d] from [%dx%d]", in limitSizeInternal()
/frameworks/av/services/mediametrics/
DAudioPowerUsage.cpp383 ALOGI_IF(mDisabled, "AudioPowerUsage is disabled."); in AudioPowerUsage()
/frameworks/av/cmds/stagefright/
DAudioPlayer.cpp144 ALOGI_IF(numChannels > 2, in start()
/frameworks/av/media/libstagefright/
DMediaSync.cpp602 ALOGI_IF(mPlaybackRate != 0.f, "still waiting to release a buffer before acquire"); in onFrameAvailableFromInput()
/frameworks/native/libs/vr/libbufferhubqueue/
Dbuffer_hub_queue_client.cpp162 ALOGI_IF(TRACE, in WaitForBuffers()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoder.cpp252 ALOGI_IF(err, "codec setSurface returned: %d", err); in onMessageReceived()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp428 ALOGI_IF(mDebugRegion, "showupdates enabled"); in SurfaceFlinger()
433 ALOGI_IF(debugDdms, "DDMS debugging not supported"); in SurfaceFlinger()
437 ALOGI_IF(mPropagateBackpressureClientComposition, in SurfaceFlinger()
443 ALOGI_IF(!mSupportsBlur, "Disabling blur effects, they are not supported."); in SurfaceFlinger()
/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp65 ALOGI_IF(DEBUG >= (level), #fn "(%p:%s, " fmt ")", mHandle, mName, ##__VA_ARGS__)
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.cpp1511 ALOGI_IF(hasIt != mHasOp.load(), in checkOp()