Home
last modified time | relevance | path

Searched refs:registerEventCallback (Results 1 – 16 of 16) sorted by relevance

/hardware/interfaces/wifi/1.0/
DIWifi.hal44 registerEventCallback(IWifiEventCallback callback)
66 @callflow(next={"registerEventCallback", "start", "stop", "getChip"})
87 @callflow(next={"registerEventCallback", "start", "stop"})
DIWifiRttController.hal50 registerEventCallback(IWifiRttControllerEventCallback callback)
DIWifiNanIface.hal41 registerEventCallback(IWifiNanIfaceEventCallback callback)
DIWifiStaIface.hal109 registerEventCallback(IWifiStaIfaceEventCallback callback)
DIWifiChip.hal195 registerEventCallback(IWifiChipEventCallback callback) generates (WifiStatus status);
/hardware/interfaces/wifi/1.0/default/
Dwifi.h47 Return<void> registerEventCallback(
Dwifi_rtt_controller.h47 Return<void> registerEventCallback(
Dwifi.cpp45 Return<void> Wifi::registerEventCallback( in registerEventCallback() function in android::hardware::wifi::V1_0::implementation::Wifi
Dwifi_nan_iface.h47 Return<void> registerEventCallback(
Dwifi_sta_iface.h48 Return<void> registerEventCallback(
Dwifi_chip.h70 Return<void> registerEventCallback(
Dwifi_rtt_controller.cpp58 Return<void> WifiRttController::registerEventCallback( in registerEventCallback() function in android::hardware::wifi::V1_0::implementation::WifiRttController
Dwifi_sta_iface.cpp71 Return<void> WifiStaIface::registerEventCallback( in registerEventCallback() function in android::hardware::wifi::V1_0::implementation::WifiStaIface
Dwifi_nan_iface.cpp450 Return<void> WifiNanIface::registerEventCallback( in registerEventCallback() function in android::hardware::wifi::V1_0::implementation::WifiNanIface
Dwifi_chip.cpp86 Return<void> WifiChip::registerEventCallback( in registerEventCallback() function in android::hardware::wifi::V1_0::implementation::WifiChip
/hardware/interfaces/wifi/1.0/vts/functional/
Dwifi_nan_iface_hidl_test.cpp46 ASSERT_EQ(WifiStatusCode::SUCCESS, HIDL_INVOKE(iwifiNanIface, registerEventCallback, in SetUp()