Searched refs:readEvents (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_app_admin_SecurityLog.cpp129 static void readEvents(JNIEnv* env, int loggerMode, jlong startTime, jobject out) { function in namespace:android
201 readEvents(env, ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, 0, out);
212 readEvents(env, ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, timestamp, out);
222 readEvents(env, ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK | ANDROID_LOG_PSTORE, 0, out);
232 readEvents(env, ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK | ANDROID_LOG_WRAP, timestamp, out);
252 { "readEvents",
H A Dandroid_util_EventLog.cpp147 static void readEvents(JNIEnv* env, int loggerMode, jintArray tags, jlong startTime, jobject out) { function in namespace:android
228 * static native void readEvents(int[] tags, Collection<Event> output)
241 readEvents(env, ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, tags, 0, out);
257 readEvents(env, ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK | ANDROID_LOG_WRAP,
277 { "readEvents",
/frameworks/base/core/java/android/metrics/
H A DMetricsReader.java77 mReader.readEvents(LOGTAGS, horizonMs, nativeEvents);
205 public void readEvents(int[] tags, long horizonMs, Collection<Event> events) method in class:MetricsReader.LogReader
/frameworks/base/core/java/android/app/admin/
H A DSecurityLog.java209 public static native void readEvents(Collection<SecurityEvent> output) throws IOException; method in class:SecurityLog
/frameworks/base/core/tests/coretests/src/android/metrics/
H A DMetricsReaderTest.java48 public void readEvents(int[] tags, long horizonMs, Collection<Event> events) { method in class:MetricsReaderTest.FakeLogReader
/frameworks/base/core/java/android/util/
H A DEventLog.java292 public static native void readEvents(int[] tags, Collection<Event> output) method in class:EventLog
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DSecurityLogMonitor.java231 if (DEBUG) Slog.d(TAG, "SecurityLog.readEvents");
232 SecurityLog.readEvents(newLogs);

Completed in 140 milliseconds