Searched refs:ALOGI_IF (Results 1 – 9 of 9) sorted by relevance
/frameworks/ex/framesequence/jni/utils/ |
D | log.h | 97 #ifndef ALOGI_IF 98 #define ALOGI_IF(cond, ...) \ macro
|
/frameworks/base/cmds/bootanimation/ |
D | bootanimation_main.cpp | 40 ALOGI_IF(noBootAnimation, "boot animation disabled"); in main()
|
/frameworks/av/media/libstagefright/ |
D | AudioPlayer.cpp | 135 ALOGI_IF(numChannels > 2, in start()
|
D | MediaSync.cpp | 615 ALOGI_IF(mPlaybackRate != 0.f, "still waiting to release a buffer before acquire"); in onFrameAvailableFromInput()
|
D | ACodec.cpp | 1870 ALOGI_IF(err != OK, "falling back to non-native_handles"); in configureCodec()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerDecoder.cpp | 208 ALOGI_IF(err, "codec setSurface returned: %d", err); in onMessageReceived()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger_hwc1.cpp | 183 ALOGI_IF(mDebugRegion, "showupdates enabled"); in SurfaceFlinger() 184 ALOGI_IF(mDebugDDMS, "DDMS debugging enabled"); in SurfaceFlinger()
|
D | SurfaceFlinger.cpp | 184 ALOGI_IF(mDebugRegion, "showupdates enabled"); in SurfaceFlinger() 185 ALOGI_IF(mDebugDDMS, "DDMS debugging enabled"); in SurfaceFlinger()
|
/frameworks/av/media/libstagefright/omx/ |
D | OMXNodeInstance.cpp | 55 ALOGI_IF(DEBUG >= (level), #fn "(%x:%s, " fmt ")", mNodeID, mName, ##__VA_ARGS__)
|