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/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoder.cpp208 ALOGI_IF(err, "codec setSurface returned: %d", err); in onMessageReceived()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger_hwc1.cpp183 ALOGI_IF(mDebugRegion, "showupdates enabled"); in SurfaceFlinger()
184 ALOGI_IF(mDebugDDMS, "DDMS debugging enabled"); in SurfaceFlinger()
DSurfaceFlinger.cpp184 ALOGI_IF(mDebugRegion, "showupdates enabled"); in SurfaceFlinger()
185 ALOGI_IF(mDebugDDMS, "DDMS debugging enabled"); in SurfaceFlinger()
/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp55 ALOGI_IF(DEBUG >= (level), #fn "(%x:%s, " fmt ")", mNodeID, mName, ##__VA_ARGS__)