Home
last modified time | relevance | path

Searched defs:writeEvent (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/services/robotests/src/com/android/server/testing/shadows/
H A DShadowEventLog.java35 protected static int writeEvent(int tag, Object... values) { in writeEvent() method in ShadowEventLog
42 protected static int writeEvent(int tag, String string) { in writeEvent() method in ShadowEventLog
/aosp14/frameworks/base/core/java/android/util/
H A DEventLog.java339 public static native int writeEvent(int tag, int value); in writeEvent() method in EventLog
347 public static native int writeEvent(int tag, long value); in writeEvent() method in EventLog
355 public static native int writeEvent(int tag, float value); in writeEvent() method in EventLog
363 public static native int writeEvent(int tag, String str); in writeEvent() method in EventLog
371 public static native int writeEvent(int tag, Object... list); in writeEvent() method in EventLog
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DEvents.java339 public static void writeEvent(int tag, Object... list) { in writeEvent() method in Events
528 void writeEvent(long time, int tag, Object[] list); in writeEvent() method
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
H A DOneHandedUiEventLogger.java194 public void writeEvent(int tag) { in writeEvent() method in OneHandedUiEventLogger
/aosp14/frameworks/base/core/java/android/app/admin/
H A DSecurityLog.java974 public static native int writeEvent(@SecurityLogTag int tag, @NonNull Object... payloads); in writeEvent() method in SecurityLog
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsProto.java423 private static void writeEvent(ProtoOutputStream proto, long fieldId, final IntervalStats stats, in writeEvent() method in UsageStatsProto
H A DUsageStatsProtoV2.java388 private static void writeEvent(ProtoOutputStream proto, final long statsBeginTime, in writeEvent() method in UsageStatsProtoV2
/aosp14/frameworks/base/cmds/hid/jni/
H A Dcom_android_commands_hid_Device.cpp206 static void writeEvent(int fd, struct uhid_event& ev, const char* messageType) { in writeEvent() function
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...