Home
last modified time | relevance | path

Searched defs:native_set_value (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/jni/
Dandroid_os_PerfettoTrackEventExtra.cpp494 {"native_set_value", "(JJ)V", (void*)android_os_PerfettoTrackEventExtraArgInt64_set_value}, in native_set_value() method
503 {"native_set_value", "(JZ)V", (void*)android_os_PerfettoTrackEventExtraArgBool_set_value}, in native_set_value() method
512 {"native_set_value", "(JD)V", (void*)android_os_PerfettoTrackEventExtraArgDouble_set_value}, in native_set_value() method
521 {"native_set_value", "(JLjava/lang/String;)V", in native_set_value() method
530 {"native_set_value", "(JJJ)V", in native_set_value() method
539 {"native_set_value", "(JJD)V", in native_set_value() method
548 {"native_set_value", "(JJLjava/lang/String;)V", in native_set_value() method
590 {"native_set_value", "(JJ)V", in native_init() method
598 {"native_set_value", "(JD)V", in native_init() method
/frameworks/base/core/java/android/os/
DPerfettoTrackEventExtra.java867 private static native void native_set_value(long ptr, long value); in native_set_value() method in PerfettoTrackEventExtra.CounterInt64
900 private static native void native_set_value(long ptr, double value); in native_set_value() method in PerfettoTrackEventExtra.CounterDouble
945 private static native void native_set_value(long ptr, long val); in native_set_value() method in PerfettoTrackEventExtra.ArgInt64
988 private static native void native_set_value(long ptr, boolean val); in native_set_value() method in PerfettoTrackEventExtra.ArgBool
1031 private static native void native_set_value(long ptr, double val); in native_set_value() method in PerfettoTrackEventExtra.ArgDouble
1074 private static native void native_set_value(long ptr, String val); in native_set_value() method in PerfettoTrackEventExtra.ArgString
1153 private static native void native_set_value(long ptr, long id, long val); in native_set_value() method in PerfettoTrackEventExtra.FieldInt64
1189 private static native void native_set_value(long ptr, long id, double val); in native_set_value() method in PerfettoTrackEventExtra.FieldDouble
1225 private static native void native_set_value(long ptr, long id, String val); in native_set_value() method in PerfettoTrackEventExtra.FieldString