Searched refs:findForwardingDownstream (Results 1 – 2 of 2) sorted by relevance
671 TetherController::ForwardingDownstream* TetherController::findForwardingDownstream( in findForwardingDownstream() function in android::net::TetherController683 ForwardingDownstream* existingEntry = findForwardingDownstream(intIface, extIface); in addForwardingPair()697 ForwardingDownstream* existingEntry = findForwardingDownstream(intIface, extIface); in markForwardingPairDisabled()707 ForwardingDownstream* existingEntry = findForwardingDownstream(intIface, extIface); in isForwardingPairEnabled()735 return findForwardingDownstream(iface1, iface2) != nullptr in tetherCountingRuleExists()736 || findForwardingDownstream(iface2, iface1) != nullptr; in tetherCountingRuleExists()
183 ForwardingDownstream* findForwardingDownstream(const std::string& intIface,