Home
last modified time | relevance | path

Searched refs:for_each_tid_func (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/cmds/dumpstate/
Ddumpstate.h28 typedef void (for_each_tid_func)(int, int, const char *); typedef
56 void for_each_tid(for_each_tid_func func, const char *header);
Dutils.c126 for_each_tid_func *func = arg; in for_each_tid_helper()
170 void for_each_tid(for_each_tid_func func, const char *header) { in for_each_tid()