Searched defs:onInterfaceChanged (Results 1 – 4 of 4) 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
127 binder::Status TestUnsolService::onInterfaceChanged(const std::string& ifName, bool status) { in onInterfaceChanged() function in android::net::TestUnsolService