Searched defs:modtag (Results 1 - 1 of 1) sorted by relevance

/system/core/nexus/
H A DController.cpp76 int Controller::unloadKernelModule(const char *modtag) { argument
81 rc = delete_module(modtag, O_NONBLOCK | O_EXCL);
89 LOGW("Unable to unload kernel driver '%s' (%s)", modtag,
95 bool Controller::isKernelModuleLoaded(const char *modtag) { argument
111 if (!strncmp(line, modtag, (endTag - line))) {

Completed in 81 milliseconds