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

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

Completed in 31 milliseconds