Searched defs:readEvents (Results 1 – 3 of 3) sorted by relevance
181 public static native void readEvents(Collection<SecurityEvent> output) throws IOException; in readEvents() method in SecurityLog
226 public static native void readEvents(int[] tags, Collection<Event> output) in readEvents() method in EventLog
129 static void readEvents(JNIEnv* env, int loggerMode, jlong startTime, jobject out) { in readEvents() function