Home
last modified time | relevance | path

Searched refs:eventDataPathRequest (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/wifi/1.4/default/tests/
Dwifi_nan_iface_unit_tests.cpp100 MOCK_METHOD1(eventDataPathRequest,
/hardware/interfaces/wifi/1.0/vts/functional/
Dwifi_nan_iface_hidl_test.cpp396 Return<void> eventDataPathRequest( in eventDataPathRequest() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/hardware/interfaces/wifi/1.4/vts/functional/
Dwifi_nan_iface_hidl_test.cpp390 Return<void> eventDataPathRequest( in eventDataPathRequest() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/hardware/interfaces/wifi/1.2/vts/functional/
Dwifi_nan_iface_hidl_test.cpp389 Return<void> eventDataPathRequest( in eventDataPathRequest() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/hardware/interfaces/wifi/1.2/
DREADME-NAN.md221 * eventDataPathRequest
/hardware/interfaces/wifi/1.0/
DREADME-NAN.md213 * eventDataPathRequest
DIWifiNanIfaceEventCallback.hal297 oneway eventDataPathRequest(NanDataPathRequestInd event);
Dtypes.hal1122 * Specifies whether data-path requests |IWifiNanIfaceEventCallback.eventDataPathRequest| (in
1287 * |IWifiNanIfaceEventCallback.eventDataPathRequest|.
/hardware/interfaces/wifi/1.4/default/
Dwifi_nan_iface.cpp423 if (!callback->eventDataPathRequest(hidl_struct).isOk()) { in WifiNanIface()