Searched refs:sendCommandInit_ (Results 1 - 2 of 2) sorted by last modified time

/system/netd/
H A DInterfaceController.cpp65 sendCommandInit_ = (int (*)(void))dlsym(libh_, set_cmd_init_func_name);
66 if (sendCommandInit_ == NULL) {
69 } else if (sendCommandInit_()) {
H A DInterfaceController.h44 int (*sendCommandInit_)(void); member in class:InterfaceController

Completed in 53 milliseconds