Searched refs:readEvents (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/jni/ |
D | android_app_admin_SecurityLog.cpp | 129 static void readEvents(JNIEnv* env, int loggerMode, jlong startTime, jobject out) { in readEvents() function 201 readEvents(env, ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, 0, out); in android_app_admin_SecurityLog_readEvents() 212 readEvents(env, ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, timestamp, out); in android_app_admin_SecurityLog_readEventsSince() 222 readEvents(env, ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK | ANDROID_LOG_PSTORE, 0, out); in android_app_admin_SecurityLog_readPreviousEvents() 232 readEvents(env, ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK | ANDROID_LOG_WRAP, timestamp, out); in android_app_admin_SecurityLog_readEventsOnWrapping()
|
/frameworks/base/core/java/android/app/admin/ |
D | SecurityLog.java | 181 public static native void readEvents(Collection<SecurityEvent> output) throws IOException; in readEvents() method in SecurityLog
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | SecurityLogMonitor.java | 158 SecurityLog.readEvents(logs); in run()
|
/frameworks/base/core/java/android/util/ |
D | EventLog.java | 226 public static native void readEvents(int[] tags, Collection<Event> output) in readEvents() method in EventLog
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 31459 …method public static void readEvents(int[], java.util.Collection<android.util.EventLog.Event>) thr…
|
/frameworks/base/api/ |
D | current.txt | 40124 …method public static void readEvents(int[], java.util.Collection<android.util.EventLog.Event>) thr…
|
D | test-current.txt | 40203 …method public static void readEvents(int[], java.util.Collection<android.util.EventLog.Event>) thr…
|
D | system-current.txt | 43124 …method public static void readEvents(int[], java.util.Collection<android.util.EventLog.Event>) thr…
|