Searched refs:applyDnsInterfaces (Results 1 – 3 of 3) sorted by relevance
310 applyDnsInterfaces(); in startTethering()431 bool TetherController::applyDnsInterfaces() { in applyDnsInterfaces() function in android::net::TetherController468 if (!applyDnsInterfaces()) { in tetherInterface()485 return applyDnsInterfaces() ? 0 : -EREMOTEIO; in untetherInterface()
97 bool applyDnsInterfaces();
473 *ret = gCtls->tetherCtrl.applyDnsInterfaces(); in tetherApplyDnsInterfaces()