Home
last modified time | relevance | path

Searched refs:isSoftapStarted (Results 1 – 3 of 3) sorted by relevance

/system/netd/server/
DSoftapController.h37 bool isSoftapStarted();
DSoftapController.cpp110 bool SoftapController::isSoftapStarted() { in isSoftapStarted() function in SoftapController
DCommandListener.cpp795 (sSoftapCtrl->isSoftapStarted() ? "is" : "is not")); in runCommand()