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

/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp1012 static bool push_eventlog_int(char** pos, const char* end, jint val) { function
1057 if (!push_eventlog_int(&pos, end, code)) return;
1058 if (!push_eventlog_int(&pos, end, duration_ms)) return;
1060 if (!push_eventlog_int(&pos, end, sample_percent)) return;

Completed in 78 milliseconds