Searched refs:findForwardingDownstream (Results 1 – 2 of 2) sorted by relevance
619 TetherController::ForwardingDownstream* TetherController::findForwardingDownstream( in findForwardingDownstream() function in android::net::TetherController631 ForwardingDownstream* existingEntry = findForwardingDownstream(intIface, extIface); in addForwardingPair()645 ForwardingDownstream* existingEntry = findForwardingDownstream(intIface, extIface); in markForwardingPairDisabled()655 ForwardingDownstream* existingEntry = findForwardingDownstream(intIface, extIface); in isForwardingPairEnabled()683 return findForwardingDownstream(iface1, iface2) != nullptr in tetherCountingRuleExists()684 || findForwardingDownstream(iface2, iface1) != nullptr; in tetherCountingRuleExists()
150 ForwardingDownstream* findForwardingDownstream(const std::string& intIface,