OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sendCommandFini_
(Results
1 - 2
of
2
) sorted by null
/system/netd/
InterfaceController.h
45
int (*
sendCommandFini_
)(void);
InterfaceController.cpp
73
sendCommandFini_
= (int (*)(void))dlsym(libh_, set_cmd_fini_func_name);
74
if (
sendCommandFini_
== NULL) {
88
if (
sendCommandFini_
) {
89
if (
sendCommandFini_
()) {
Completed in 23 milliseconds