HomeSort by relevance Sort by last modified time
    Searched refs:for_each_pid_func (Results 1 - 2 of 2) sorted by null

  /frameworks/native/cmds/dumpstate/
dumpstate.h 381 // for_each_pid_func = void (*)(int, const char*);
384 typedef void(for_each_pid_func)(int, const char*); typedef
423 void for_each_pid(for_each_pid_func func, const char *header);
utils.cpp 318 for_each_pid_func *func = (for_each_pid_func*) arg;
322 void for_each_pid(for_each_pid_func func, const char *header) {
    [all...]

Completed in 77 milliseconds