OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sendCommandInit_
(Results
1 - 2
of
2
) sorted by null
/system/netd/
InterfaceController.h
44
int (*
sendCommandInit_
)(void);
InterfaceController.cpp
65
sendCommandInit_
= (int (*)(void))dlsym(libh_, set_cmd_init_func_name);
66
if (
sendCommandInit_
== NULL) {
69
} else if (
sendCommandInit_
()) {
Completed in 58 milliseconds