Searched refs:push_eventlog_int (Results 1 – 1 of 1) sorted by relevance
1334 static bool push_eventlog_int(char** pos, const char* end, jint val) { in push_eventlog_int() function1381 if (!push_eventlog_int(&pos, end, code)) return; in conditionally_log_binder_call()1382 if (!push_eventlog_int(&pos, end, duration_ms)) return; in conditionally_log_binder_call()1384 if (!push_eventlog_int(&pos, end, sample_percent)) return; in conditionally_log_binder_call()