Searched refs:LOG (Results 1 – 5 of 5) sorted by relevance
/packages/screensavers/Basic/src/com/android/dreams/basic/ |
D | Colors.java | 36 public static void LOG(String fmt, Object... args) { in LOG() method in Colors 78 LOG("onSurfaceTextureAvailable(%s, %d, %d)", surface, width, height); in onSurfaceTextureAvailable() 95 LOG("onSurfaceTextureSizeChanged(%s, %d, %d)", surface, width, height); in onSurfaceTextureSizeChanged() 109 LOG("onSurfaceTextureDestroyed(%s)", surface); in onSurfaceTextureDestroyed() 125 LOG("Error while waiting for renderer", e); in onSurfaceTextureDestroyed() 133 LOG("onSurfaceTextureUpdated(%s)", surface); in onSurfaceTextureUpdated()
|
D | ColorsGLRenderer.java | 52 private static void LOG(String fmt, Object... args) { in LOG() method in ColorsGLRenderer 122 LOG("frame %d fps=%d", mFrameNum, fps); in doFrame() 125 LOG("JANK! (%d ms)", dt); in doFrame()
|
/packages/apps/MusicFX/src/com/android/musicfx/ |
D | Compatibility.java | 50 private final static boolean LOG = Log.isLoggable(TAG, Log.DEBUG); field in Compatibility 240 if (LOG) { in log()
|
/packages/apps/Gallery2/jni/filters/ |
D | filters.h | 36 #define LOG(msg...) __android_log_print(ANDROID_LOG_VERBOSE, "NativeFilters", msg) macro
|
/packages/apps/Browser/src/com/android/browser/ |
D | Tab.java | 961 case LOG:
|