Home
last modified time | relevance | path

Searched refs:ALOGI_IF (Results 1 – 15 of 15) 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/services/surfaceflinger/DisplayHardware/
DFramebufferSurface.cpp193 ALOGI_IF(wasLimited, "framebuffer size has been limited to [%dx%d] from [%dx%d]", in limitSizeInternal()
/frameworks/av/cmds/stagefright/
DAudioPlayer.cpp144 ALOGI_IF(numChannels > 2, in start()
/frameworks/av/services/mediametrics/
DAudioPowerUsage.cpp511 ALOGI_IF(mDisabled, "AudioPowerUsage is disabled."); in AudioPowerUsage()
/frameworks/av/services/audiopolicy/service/
DSpatializer.cpp655 ALOGI_IF(angle != physicalToLogicalAngle, in setDisplayOrientation()
675 ALOGI_IF(angle != hingeAngle, in setHingeAngle()
DAudioPolicyService.cpp1914 ALOGI_IF(hasIt != mHasOp.load(), in checkOp()
/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/native/libs/binder/
DRpcSession.cpp503 ALOGI_IF(outgoingThreads != numThreadsAvailable, in setupClient()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoder.cpp251 ALOGI_IF(err, "codec setSurface returned: %d", err); in onMessageReceived()
/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp65 ALOGI_IF(DEBUG >= (level), #fn "(%p:%s, " fmt ")", mHandle, mName, ##__VA_ARGS__)
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp391 ALOGI_IF(debugDdms, "DDMS debugging not supported"); in SurfaceFlinger()
395 ALOGI_IF(mPropagateBackpressureClientComposition, in SurfaceFlinger()
401 ALOGI_IF(!mSupportsBlur, "Disabling blur effects, they are not supported."); in SurfaceFlinger()
/frameworks/base/media/jni/
Dandroid_media_MediaCodec.cpp2454 ALOGI_IF(err != OK, "queueEncryptedLinearBlock returned err = %d", err); in android_media_MediaCodec_native_queueLinearBlock()