Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
Dbootanimation_main.cpp41 ALOGI_IF(noBootAnimation, "boot animation disabled"); in main()
/frameworks/base/services/core/jni/
Dcom_android_server_utils_AnrTimer.cpp418 ALOGI_IF(DEBUG_ERROR && pid == 0, "error: zero-pid %s", toString().c_str()); in Timer()
575 ALOGI_IF(DEBUG_TIMER, "event %s %s name=%s", in event()
578 ALOGI_IF(DEBUG_TIMER, "event %s id=%u", tag, id); in event()
706 ALOGI_IF(DEBUG_TICKER, "monitor exited"); in run()
761 ALOGI_IF(DEBUG_TICKER, "restarted timerfd for %ld.%09ld", sec, ns); in restartLocked()
769 ALOGI_IF(DEBUG_TICKER, "drained timer list"); in restartLocked()
824 ALOGI_IF(DEBUG_TIMER, "initialized %s", label); in AnrTimerService()
914 ALOGI_IF(DEBUG_ERROR, "error: unable to release (%u)", id); in release()
/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/binder/liblog_stub/include/log/
Dlog.h81 #define ALOGI_IF(cond, ...) ALOG_IF(cond, LOG_INFO, LOG_TAG, __VA_ARGS__) macro
/frameworks/av/services/audiopolicy/service/
DAudioRecordClient.cpp148 ALOGI_IF(hasIt != mHasOp.load(), in checkOp()
DSpatializer.cpp718 ALOGI_IF(angle != physicalToLogicalAngle, in setDisplayOrientation()
738 ALOGI_IF(angle != hingeAngle, in setHingeAngle()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DFramebufferSurface.cpp187 ALOGI_IF(wasLimited, "Framebuffer size has been limited to [%dx%d] from [%dx%d]", in limitSizeInternal()
/frameworks/native/libs/input/
DVelocityTracker.cpp171 ALOGI_IF(DEBUG_STRATEGY, "Initializing impulse strategy"); in createStrategy()
178 ALOGI_IF(DEBUG_STRATEGY && !DEBUG_IMPULSE, "Initializing lsq2 strategy"); in createStrategy()
/frameworks/av/cmds/stagefright/
DAudioPlayer.cpp144 ALOGI_IF(numChannels > 2, in start()
/frameworks/av/services/mediametrics/
DAudioPowerUsage.cpp520 ALOGI_IF(mDisabled, "AudioPowerUsage is disabled."); in AudioPowerUsage()
/frameworks/av/media/libstagefright/
DMediaSync.cpp602 ALOGI_IF(mPlaybackRate != 0.f, "still waiting to release a buffer before acquire"); in onFrameAvailableFromInput()
/frameworks/native/libs/binder/
DRpcSession.cpp555 ALOGI_IF(outgoingConnections != 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/inputflinger/reader/
DEventHub.cpp1623 ALOGI_IF(associatedDeviceChanged, in obtainAssociatedDeviceLocked()
/frameworks/base/media/jni/
Dandroid_media_MediaCodec.cpp3055 ALOGI_IF(err != OK, "queueEncryptedLinearBlock returned err = %d", err); in android_media_MediaCodec_native_queueLinearBlock()
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp2587 ALOGI_IF(mMasterMute, "%s: applying mute from HAL %s", __func__, name); in loadHwModule_ll()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp482 ALOGI_IF(mBackpressureGpuComposition, "Enabling backpressure for GPU composition"); in SurfaceFlinger()
487 ALOGI_IF(!mSupportsBlur, "Disabling blur effects, they are not supported."); in SurfaceFlinger()