Searched refs:findForwardingDownstream (Results 1 – 2 of 2) sorted by relevance
642 TetherController::ForwardingDownstream* TetherController::findForwardingDownstream( in findForwardingDownstream() function in android::net::TetherController654 ForwardingDownstream* existingEntry = findForwardingDownstream(intIface, extIface); in addForwardingPair()668 ForwardingDownstream* existingEntry = findForwardingDownstream(intIface, extIface); in markForwardingPairDisabled()678 ForwardingDownstream* existingEntry = findForwardingDownstream(intIface, extIface); in isForwardingPairEnabled()706 return findForwardingDownstream(iface1, iface2) != nullptr in tetherCountingRuleExists()707 || findForwardingDownstream(iface2, iface1) != nullptr; in tetherCountingRuleExists()
161 ForwardingDownstream* findForwardingDownstream(const std::string& intIface,