Home
last modified time | relevance | path

Searched refs:ALOGI_IF (Results 1 – 9 of 9) 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.cpp40 ALOGI_IF(noBootAnimation, "boot animation disabled"); in main()
/frameworks/av/media/libstagefright/
DAudioPlayer.cpp135 ALOGI_IF(numChannels > 2, in start()
DMediaSync.cpp615 ALOGI_IF(mPlaybackRate != 0.f, "still waiting to release a buffer before acquire"); in onFrameAvailableFromInput()
DACodec.cpp1870 ALOGI_IF(err != OK, "falling back to non-native_handles"); in configureCodec()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp180 ALOGI_IF(mDebugRegion, "showupdates enabled"); in SurfaceFlinger()
181 ALOGI_IF(mDebugDDMS, "DDMS debugging enabled"); in SurfaceFlinger()
185 ALOGI_IF(!mPropagateBackpressure, "Disabling backpressure propagation"); in SurfaceFlinger()
189 ALOGI_IF(!mUseHwcVirtualDisplays, "Disabling HWC virtual displays"); in SurfaceFlinger()
DSurfaceFlinger_hwc1.cpp182 ALOGI_IF(mDebugRegion, "showupdates enabled"); in SurfaceFlinger()
183 ALOGI_IF(mDebugDDMS, "DDMS debugging enabled"); in SurfaceFlinger()
187 ALOGI_IF(!mUseHwcVirtualDisplays, "Disabling HWC virtual displays"); in SurfaceFlinger()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoder.cpp222 ALOGI_IF(err, "codec setSurface returned: %d", err); in onMessageReceived()
/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp55 ALOGI_IF(DEBUG >= (level), #fn "(%x:%s, " fmt ")", mNodeID, mName, ##__VA_ARGS__)