/frameworks/base/cmds/bootanimation/ |
D | bootanimation_main.cpp | 41 ALOGI_IF(noBootAnimation, "boot animation disabled"); in main()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_utils_AnrTimer.cpp | 418 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/ |
D | service_dispatcher.cpp | 132 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/ |
D | log.h | 81 #define ALOGI_IF(cond, ...) ALOG_IF(cond, LOG_INFO, LOG_TAG, __VA_ARGS__) macro
|
/frameworks/av/services/audiopolicy/service/ |
D | AudioRecordClient.cpp | 148 ALOGI_IF(hasIt != mHasOp.load(), in checkOp()
|
D | Spatializer.cpp | 718 ALOGI_IF(angle != physicalToLogicalAngle, in setDisplayOrientation() 738 ALOGI_IF(angle != hingeAngle, in setHingeAngle()
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | FramebufferSurface.cpp | 187 ALOGI_IF(wasLimited, "Framebuffer size has been limited to [%dx%d] from [%dx%d]", in limitSizeInternal()
|
/frameworks/native/libs/input/ |
D | VelocityTracker.cpp | 171 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/ |
D | AudioPlayer.cpp | 144 ALOGI_IF(numChannels > 2, in start()
|
/frameworks/av/services/mediametrics/ |
D | AudioPowerUsage.cpp | 520 ALOGI_IF(mDisabled, "AudioPowerUsage is disabled."); in AudioPowerUsage()
|
/frameworks/av/media/libstagefright/ |
D | MediaSync.cpp | 602 ALOGI_IF(mPlaybackRate != 0.f, "still waiting to release a buffer before acquire"); in onFrameAvailableFromInput()
|
/frameworks/native/libs/binder/ |
D | RpcSession.cpp | 555 ALOGI_IF(outgoingConnections != numThreadsAvailable, in setupClient()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerDecoder.cpp | 251 ALOGI_IF(err, "codec setSurface returned: %d", err); in onMessageReceived()
|
/frameworks/av/media/libstagefright/omx/ |
D | OMXNodeInstance.cpp | 65 ALOGI_IF(DEBUG >= (level), #fn "(%p:%s, " fmt ")", mHandle, mName, ##__VA_ARGS__)
|
/frameworks/native/services/inputflinger/reader/ |
D | EventHub.cpp | 1623 ALOGI_IF(associatedDeviceChanged, in obtainAssociatedDeviceLocked()
|
/frameworks/base/media/jni/ |
D | android_media_MediaCodec.cpp | 3055 ALOGI_IF(err != OK, "queueEncryptedLinearBlock returned err = %d", err); in android_media_MediaCodec_native_queueLinearBlock()
|
/frameworks/av/services/audioflinger/ |
D | AudioFlinger.cpp | 2587 ALOGI_IF(mMasterMute, "%s: applying mute from HAL %s", __func__, name); in loadHwModule_ll()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 482 ALOGI_IF(mBackpressureGpuComposition, "Enabling backpressure for GPU composition"); in SurfaceFlinger() 487 ALOGI_IF(!mSupportsBlur, "Disabling blur effects, they are not supported."); in SurfaceFlinger()
|