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

  /frameworks/native/cmds/dumpstate/
dumpstate.h 389 void for_each_pid(for_each_pid_func func, const char *header);
dumpstate.cpp 144 // for_each_pid() callback to get mount info about a process.
175 for_each_pid(do_mountinfo, nullptr);
    [all...]
utils.cpp 347 void for_each_pid(for_each_pid_func func, const char *header) { function
348 std::string title = header == nullptr ? "for_each_pid"
349 : android::base::StringPrintf("for_each_pid(%s)", header);
    [all...]

Completed in 95 milliseconds