Searched refs:DelegateImpl (Results 1 – 2 of 2) sorted by relevance
72 class NetworkController::DelegateImpl : public PhysicalNetwork::Delegate { class in android::net::NetworkController74 explicit DelegateImpl(NetworkController* networkController);75 virtual ~DelegateImpl();92 NetworkController::DelegateImpl::DelegateImpl(NetworkController* networkController) : in DelegateImpl() function in android::net::NetworkController::DelegateImpl96 NetworkController::DelegateImpl::~DelegateImpl() { in ~DelegateImpl()99 int NetworkController::DelegateImpl::modifyFallthrough(unsigned vpnNetId, in modifyFallthrough()122 int NetworkController::DelegateImpl::addFallthrough(const std::string& physicalInterface, in addFallthrough()127 int NetworkController::DelegateImpl::removeFallthrough(const std::string& physicalInterface, in removeFallthrough()132 int NetworkController::DelegateImpl::modifyFallthrough(const std::string& physicalInterface, in modifyFallthrough()145 mDelegateImpl(new NetworkController::DelegateImpl(this)), mDefaultNetId(NETID_UNSET), in NetworkController()
160 class DelegateImpl; variable161 DelegateImpl* const mDelegateImpl;