Searched defs:onInterfaceLinkStateChanged (Results 1 – 4 of 4) sorted by relevance
121 void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() method
11 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() method
28 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() method
132 binder::Status TestUnsolService::onInterfaceLinkStateChanged(const std::string& ifName, bool) { in onInterfaceLinkStateChanged() function in android::net::TestUnsolService