Home
last modified time | relevance | path

Searched defs:severity (Results 1 – 17 of 17) sorted by relevance

/aosp14/system/core/libprocessgroup/
H A Dtask_profiles_test.cpp61 LogSeverity severity; member
72 const char* file, unsigned int line, const char* message) { in ScopedLogCapturer()
/aosp14/system/core/toolbox/
H A Dmodprobe.cpp80 void MyLogger(android::base::LogId id, android::base::LogSeverity severity, const char* tag, in MyLogger()
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DSmsCbHeader.java220 int severity = getCmasSeverity(); in SmsCbHeader() local
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DSmsCbCmasInfo.java288 @Severity int severity, @Urgency int urgency, @Certainty int certainty) { in SmsCbCmasInfo()
H A DSmsCbMessage.java702 int severity; in createFromCursor() local
/aosp14/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
H A Dinspect_cow.cpp31 void MyLogger(android::base::LogId, android::base::LogSeverity severity, const char*, const char*, in MyLogger()
/aosp14/frameworks/base/opengl/java/android/opengl/
H A DGLES31Ext.java267 int severity, in glDebugMessageControlKHR()
279 int severity, in glDebugMessageControlKHR()
291 int severity, in glDebugMessageInsertKHR()
298 void onMessage(int source, int type, int id, int severity, String message); in onMessage()
H A DGLES32.java272 int severity, in glDebugMessageControl()
284 int severity, in glDebugMessageControl()
296 int severity, in glDebugMessageInsert()
304 void onMessage(int source, int type, int id, int severity, String message); in onMessage()
/aosp14/frameworks/base/core/jni/
H A DLayoutlibLoader.cpp207 void LayoutlibLogger(base::LogId, base::LogSeverity severity, const char* tag, const char* file, in LayoutlibLogger()
H A Dandroid_opengl_GLES31Ext.cpp432 …(JNIEnv *_env, jobject _this, jint source, jint type, jint severity, jint count, jintArray ids_ref… in android_glDebugMessageControlKHR__IIII_3IIZ()
479 …(JNIEnv *_env, jobject _this, jint source, jint type, jint severity, jint count, jobject ids_buf, … in android_glDebugMessageControlKHR__IIIILjava_nio_IntBuffer_2Z()
520 (JNIEnv *_env, jobject _this, jint source, jint type, jint id, jint severity, jstring buf) { in android_glDebugMessageInsertKHR__IIIILjava_lang_String_2()
H A Dandroid_opengl_GLES32.cpp454 …(JNIEnv *_env, jobject _this, jint source, jint type, jint severity, jint count, jintArray ids_ref… in android_glDebugMessageControl__IIII_3IIZ()
507 …(JNIEnv *_env, jobject _this, jint source, jint type, jint severity, jint count, jobject ids_buf, … in android_glDebugMessageControl__IIIILjava_nio_IntBuffer_2Z()
554 …(JNIEnv *_env, jobject _this, jint source, jint type, jint id, jint severity, jint length, jstring… in android_glDebugMessageInsert__IIIIILjava_lang_String_2()
/aosp14/system/core/fs_mgr/
H A Dfs_mgr_remount.cpp105 void operator()(android::base::LogId id, android::base::LogSeverity severity, const char* tag, in operator ()()
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/dm-snapshot-merge/
H A Dsnapuserd.cpp668 void MyLogger(android::base::LogId, android::base::LogSeverity severity, const char*, const char*, in MyLogger()
/aosp14/system/core/init/
H A Dselinux.cpp816 android::base::LogSeverity severity = android::base::ERROR; in SelinuxKlogCallback() local
H A Dbuiltins.cpp1084 android::base::LogSeverity severity; in do_loglevel() local
/aosp14/system/core/fastboot/
H A Dfastboot.cpp2196 static void FastbootLogger(android::base::LogId /* id */, android::base::LogSeverity severity, in FastbootLogger()
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
H A DBearerData.java1967 int severity = SmsCbCmasInfo.CMAS_SEVERITY_UNKNOWN; in decodeCmasUserData() local