Searched defs:INFO (Results 1 - 5 of 5) sorted by last modified time

/frameworks/base/core/java/android/util/
H A DLog.java32 * ERROR, WARN, INFO, DEBUG, VERBOSE. Verbose should never be compiled
68 public static final int INFO = 4; field in class:Log
153 * Send an {@link #INFO} log message.
159 return println_native(LOG_ID_MAIN, INFO, tag, msg);
163 * Send a {@link #INFO} log message and log the exception.
170 return println_native(LOG_ID_MAIN, INFO, tag, msg + '\n' + getStackTraceString(tr));
197 * The default level of any tag is set to INFO. This means that any level above and including
198 * INFO will be logged. Before you make any calls to a logging method you should check to see
201 * Where level is either VERBOSE, DEBUG, INFO, WARN, ERROR, ASSERT, or SUPPRESS. SUPPRESS will
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A DarmCOMM_s.h72 INFO 1,"Please switch to using M_VARIANTS" variable
131 INFO 1, "No match found for CPU '$_CPU'"
144 INFO 1, "Unrecognized variant '$var'"
167 INFO 1, "No variant match found for CPU '$_CPU'"
692 INFO 1, "Unrecognized saved r register limit '$rreg'"
742 INFO 1, "Unrecognized saved d register limit '$dreg'"
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM_s.h72 INFO 1,"Please switch to using M_VARIANTS" variable
134 INFO 1, "No match found for CPU '$_CPU'"
147 INFO 1, "Unrecognized variant '$var'"
170 INFO 1, "No variant match found for CPU '$_CPU'"
695 INFO 1, "Unrecognized saved r register limit '$rreg'"
745 INFO 1, "Unrecognized saved d register limit '$dreg'"
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_cavlc.c60 #define INFO(vlc) (((vlc) >> 4) & 0xF) /* 4 MSB bits contain information */ macro
714 if (INFO(value) > zerosLeft)
870 zerosLeft = INFO(zerosLeft);
884 run[i] = INFO(tmp);
/frameworks/av/services/camera/tests/CameraServiceTest/
H A DCameraServiceTest.cpp44 #define INFO(...) \ macro
52 INFO("assertion failed at file %s, line %d, function %s:",
54 INFO("%s", expr);
60 INFO("assertion failed at file %s, line %d, function %s:",
62 INFO("(expected) %s != (actual) %d", expr, actual);
243 INFO("%s", __func__);
255 INFO("%s", __func__);
257 INFO("data type = %d, size = %d", msgType, dataSize);
281 INFO("waitNotify: %d, %d, %d", msgType, op, count);
293 INFO("waitDat
[all...]

Completed in 5324 milliseconds