Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/1.4/
DIWifiNanIface.hal40 * Note: supersedes the @1.2::IWifiNanIface.enableRequest() method which is deprecated as of
59 * |IWifiNanIface.enableRequest| already submitted and succeeded).
Dtypes.hal243 * Enable requests for NAN: start-up configuration |IWifiNanIface.enableRequest|.
/hardware/interfaces/wifi/1.2/
DIWifiNanIface.hal58 * Note: supersedes the @1.0::IWifiNanIface.enableRequest() method which is deprecated as of
77 * |IWifiNanIface.enableRequest| already submitted and succeeded).
/hardware/interfaces/wifi/1.5/
DIWifiNanIface.hal41 * Note: supersedes the @1.4::IWifiNanIface.enableRequest() method which is deprecated as of
60 * |IWifiNanIface.enableRequest| already submitted and succeeded).
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/current/android/hardware/wifi/
DIWifiNanIface.aidl42 …void enableRequest(in char cmdId, in android.hardware.wifi.NanEnableRequest msg1, in android.hardw… in enableRequest() method
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/2/android/hardware/wifi/
DIWifiNanIface.aidl42 …void enableRequest(in char cmdId, in android.hardware.wifi.NanEnableRequest msg1, in android.hardw… in enableRequest() method
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/1/android/hardware/wifi/
DIWifiNanIface.aidl42 …void enableRequest(in char cmdId, in android.hardware.wifi.NanEnableRequest msg1, in android.hardw… in enableRequest() method
/hardware/interfaces/wifi/aidl/android/hardware/wifi/
DIWifiNanIface.aidl128 void enableRequest( in enableRequest() method
/hardware/interfaces/wifi/1.6/
DIWifiNanIface.hal98 * Note: supersedes the @1.5::IWifiNanIface.enableRequest() method which is deprecated as of
117 * |IWifiNanIface.enableRequest| already submitted and succeeded).
/hardware/interfaces/wifi/1.0/
DIWifiNanIface.hal73 enableRequest(CommandIdShort cmdId, NanEnableRequest msg)
78 * |IWifiNanIface.enableRequest| already submitted and succeeded).
DREADME-NAN.md53 * enableRequest
108 * NanConfigRequest: same as for <i>enableRequest</i>
DIWifiNanIfaceEventCallback.hal44 * Asynchronous callback invoked in response to an enable request |IWifiNanIface.enableRequest|.
Dtypes.hal892 * Enable requests for NAN: start-up configuration |IWifiNanIface.enableRequest|.
/hardware/interfaces/wifi/aidl/vts/functional/
Dwifi_nan_iface_aidl_test.cpp461 wifi_nan_iface_->enableRequest(inputCmdId, nanEnableRequest, nanConfigRequestSupp); in TEST_P()
504 wifi_nan_iface_->enableRequest(inputCmdId, nanEnableRequest, nanConfigRequestSupp); in TEST_P()
624 auto status = wifi_nan_iface_->enableRequest(inputCmdId, req, nanConfigRequestSupp); in TEST_P()
/hardware/interfaces/wifi/aidl/default/
Dwifi_nan_iface.h58 ndk::ScopedAStatus enableRequest(char16_t in_cmdId, const NanEnableRequest& in_msg1,
Dwifi_nan_iface.cpp696 ndk::ScopedAStatus WifiNanIface::enableRequest(char16_t in_cmdId, const NanEnableRequest& in_msg1, in enableRequest() function in aidl::android::hardware::wifi::WifiNanIface