Home
last modified time | relevance | path

Searched refs:notifyConfigResponse (Results 1 – 12 of 12) sorted by relevance

/aosp12/hardware/interfaces/wifi/1.5/default/tests/
H A Dwifi_nan_iface_unit_tests.cpp64 MOCK_METHOD2(notifyConfigResponse,
/aosp12/hardware/interfaces/wifi/1.4/
H A DIWifiNanIface.hal60 * Asynchronous response is with |IWifiNanIfaceEventCallback.notifyConfigResponse|.
/aosp12/hardware/interfaces/wifi/1.2/
H A DIWifiNanIface.hal78 * Asynchronous response is with |IWifiNanIfaceEventCallback.notifyConfigResponse|.
/aosp12/hardware/interfaces/wifi/1.5/
H A DIWifiNanIface.hal61 * Asynchronous response is with |IWifiNanIfaceEventCallback.notifyConfigResponse|.
/aosp12/hardware/interfaces/wifi/1.0/vts/functional/
H A Dwifi_nan_iface_hidl_test.cpp159 Return<void> notifyConfigResponse( in notifyConfigResponse() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/aosp12/hardware/interfaces/wifi/1.2/vts/functional/
H A Dwifi_nan_iface_hidl_test.cpp168 Return<void> notifyConfigResponse( in notifyConfigResponse() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/aosp12/hardware/interfaces/wifi/1.0/
H A DIWifiNanIface.hal79 * Asynchronous response is with |IWifiNanIfaceEventCallback.notifyConfigResponse|.
H A DIWifiNanIfaceEventCallback.hal67 oneway notifyConfigResponse(CommandIdShort id, WifiNanStatus status);
/aosp12/hardware/interfaces/wifi/1.4/vts/functional/
H A Dwifi_nan_iface_hidl_test.cpp170 Return<void> notifyConfigResponse( in notifyConfigResponse() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/aosp12/hardware/interfaces/wifi/1.5/vts/functional/
H A Dwifi_nan_iface_hidl_test.cpp186 Return<void> notifyConfigResponse( in notifyConfigResponse() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareNativeCallback.java257 public void notifyConfigResponse(short id, WifiNanStatus status) { in notifyConfigResponse() method in WifiAwareNativeCallback
/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dwifi_nan_iface.cpp153 if (!callback->notifyConfigResponse(id, wifiNanStatus) in WifiNanIface()