OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:do_monitor
(Results
1 - 2
of
2
) sorted by null
/system/vold/
vdc.c
36
static int
do_monitor
(int sock, int stop_after_cmd);
53
exit(
do_monitor
(sock, 0));
81
return
do_monitor
(sock, 1);
84
static int
do_monitor
(int sock, int stop_after_cmd) {
function
/system/netd/
ndc.c
35
static int
do_monitor
(int sock, int stop_after_cmd);
63
exit(
do_monitor
(sock, 0));
114
return
do_monitor
(sock, 1);
117
static int
do_monitor
(int sock, int stop_after_cmd) {
function
Completed in 1518 milliseconds