Home
last modified time | relevance | path

Searched refs:writeEventString (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/jni/
Dandroid_util_EventLog.cpp74 { "writeEvent", "(ILjava/lang/String;)I", (void*) ELog::writeEventString },
Dandroid_app_admin_SecurityLog.cpp89 (void*) SLog::writeEventString
Deventlog_helper.h93 static jint writeEventString(JNIEnv* env, jobject clazz ATTRIBUTE_UNUSED, jint tag, in writeEventString() function