HomeSort by relevance Sort by last modified time
    Searched refs:onIfaceAdded (Results 1 - 5 of 5) sorted by null

  /hardware/interfaces/wifi/1.0/
IWifiChipEventCallback.hal 47 oneway onIfaceAdded(IfaceType type, string name);
  /hardware/interfaces/wifi/1.2/vts/functional/
wifi_chip_hidl_test.cpp 79 Return<void> onIfaceAdded(IfaceType type __unused, const hidl_string& name __unused) {
  /hardware/interfaces/wifi/1.2/default/
wifi_chip.cpp 751 if (!callback->onIfaceAdded(IfaceType::AP, ifname).isOk()) {
752 LOG(ERROR) << "Failed to invoke onIfaceAdded callback";
798 if (!callback->onIfaceAdded(IfaceType::NAN, ifname).isOk()) {
799 LOG(ERROR) << "Failed to invoke onIfaceAdded callback";
830 LOG(ERROR) << "Failed to invoke onIfaceAdded callback";
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiVendorHal.java     [all...]
HalDeviceManager.java 804 public void onIfaceAdded(int type, String name)
806 Log.d(TAG, "onIfaceAdded: type=" + type + ", name=" + name);
    [all...]

Completed in 424 milliseconds