Searched refs:stopClatd (Results 1 – 3 of 3) sorted by relevance
51 int stopClatd(const std::string& interface) EXCLUDES(mutex);
597 int ClatdController::stopClatd(const std::string& interface) { in stopClatd() function in android::net::ClatdController
802 int res = gCtls->clatdCtrl.stopClatd(ifName.c_str()); in clatdStop()