Searched refs:onInterfaceChanged (Results 1 – 6 of 6) sorted by relevance
113 void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() method
10 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() method
27 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() method
68 binder::Status onInterfaceChanged(const std::string& ifName, bool status) override;
127 binder::Status TestUnsolService::onInterfaceChanged(const std::string& ifName, bool status) { in onInterfaceChanged() function in android::net::TestUnsolService
244 LOG_EVENT_FUNC(BINDER_RETRY, onInterfaceChanged, ifName, up); in notifyInterfaceChanged()