OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:for_each_pid_func
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/cmds/dumpstate/
dumpstate.h
27
typedef void (
for_each_pid_func
)(int, const char *);
typedef
49
void for_each_pid(
for_each_pid_func
func, const char *header);
utils.c
89
for_each_pid_func
*func = arg;
93
void for_each_pid(
for_each_pid_func
func, const char *header) {
Completed in 42 milliseconds