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.h385 typedef void(for_each_tid_func)(int, int, const char*); typedef
426 void for_each_tid(for_each_tid_func func, const char *header);
Dutils.cpp335 for_each_tid_func *func = (for_each_tid_func *) arg; in for_each_tid_helper()
379 void for_each_tid(for_each_tid_func func, const char *header) { in for_each_tid()