Searched refs:DelegateImpl (Results 1 – 2 of 2) sorted by relevance
68 class NetworkController::DelegateImpl : public PhysicalNetwork::Delegate { class in android::net::NetworkController70 explicit DelegateImpl(NetworkController* networkController);71 virtual ~DelegateImpl();88 NetworkController::DelegateImpl::DelegateImpl(NetworkController* networkController) : in DelegateImpl() function in android::net::NetworkController::DelegateImpl92 NetworkController::DelegateImpl::~DelegateImpl() { in ~DelegateImpl()95 int NetworkController::DelegateImpl::modifyFallthrough(unsigned vpnNetId, in modifyFallthrough()118 int NetworkController::DelegateImpl::addFallthrough(const std::string& physicalInterface, in addFallthrough()123 int NetworkController::DelegateImpl::removeFallthrough(const std::string& physicalInterface, in removeFallthrough()128 int NetworkController::DelegateImpl::modifyFallthrough(const std::string& physicalInterface, in modifyFallthrough()141 mDelegateImpl(new NetworkController::DelegateImpl(this)), mDefaultNetId(NETID_UNSET), in NetworkController()
171 class DelegateImpl; variable172 DelegateImpl* const mDelegateImpl;