Home
last modified time | relevance | path

Searched refs:msg1 (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/wifi/1.4/
DIWifiNanIface.hal44 * @param msg1 Instance of |NanEnableRequest|.
54 enableRequest_1_4(CommandIdShort cmdId, NanEnableRequest msg1,
66 * @param msg1 Instance of |NanConfigRequest|.
67 * @param msg1 Instance of |NanConfigRequestSupplemental|.
76 configRequest_1_4(CommandIdShort cmdId, NanConfigRequest msg1,
/hardware/interfaces/wifi/1.2/
DIWifiNanIface.hal62 * @param msg1 Instance of |NanEnableRequest|.
71 enableRequest_1_2(CommandIdShort cmdId, NanEnableRequest msg1,
84 * @param msg1 Instance of |NanConfigRequest|.
85 * @param msg1 Instance of |NanConfigRequestSupplemental|.
93 configRequest_1_2(CommandIdShort cmdId, NanConfigRequest msg1,
/hardware/interfaces/wifi/1.5/
DIWifiNanIface.hal45 * @param msg1 Instance of |NanEnableRequest|.
55 enableRequest_1_5(CommandIdShort cmdId, NanEnableRequest msg1,
67 * @param msg1 Instance of |NanConfigRequest|.
77 configRequest_1_5(CommandIdShort cmdId, NanConfigRequest msg1,
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/1/android/hardware/wifi/
DIWifiNanIface.aidl38 …void configRequest(in char cmdId, in android.hardware.wifi.NanConfigRequest msg1, in android.hardw… in configRequest() argument
42 …void enableRequest(in char cmdId, in android.hardware.wifi.NanEnableRequest msg1, in android.hardw… in enableRequest() argument
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/current/android/hardware/wifi/
DIWifiNanIface.aidl38 …void configRequest(in char cmdId, in android.hardware.wifi.NanConfigRequest msg1, in android.hardw… in configRequest() argument
42 …void enableRequest(in char cmdId, in android.hardware.wifi.NanEnableRequest msg1, in android.hardw… in enableRequest() argument
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/2/android/hardware/wifi/
DIWifiNanIface.aidl38 …void configRequest(in char cmdId, in android.hardware.wifi.NanConfigRequest msg1, in android.hardw… in configRequest() argument
42 …void enableRequest(in char cmdId, in android.hardware.wifi.NanEnableRequest msg1, in android.hardw… in enableRequest() argument
/hardware/interfaces/wifi/aidl/android/hardware/wifi/
DIWifiNanIface.aidl75 in char cmdId, in NanConfigRequest msg1, in NanConfigRequestSupplemental msg2); in configRequest() argument
129 in char cmdId, in NanEnableRequest msg1, in NanConfigRequestSupplemental msg2); in enableRequest() argument
/hardware/interfaces/wifi/1.6/
DIWifiNanIface.hal102 * @param msg1 Instance of |NanEnableRequest|.
112 enableRequest_1_6(CommandIdShort cmdId, NanEnableRequest msg1,
124 * @param msg1 Instance of |NanConfigRequest|.
134 configRequest_1_6(CommandIdShort cmdId, NanConfigRequest msg1,
/hardware/interfaces/wifi/aidl/default/
Dwifi_nan_iface.h104 ndk::ScopedAStatus enableRequestInternal(char16_t cmd_id, const NanEnableRequest& msg1,
106 ndk::ScopedAStatus configRequestInternal(char16_t cmd_id, const NanConfigRequest& msg1,
Dwifi_nan_iface.cpp836 const NanEnableRequest& msg1, in enableRequestInternal() argument
839 if (!aidl_struct_util::convertAidlNanEnableRequestToLegacy(msg1, msg2, &legacy_msg)) { in enableRequestInternal()
848 const NanConfigRequest& msg1, in configRequestInternal() argument
851 if (!aidl_struct_util::convertAidlNanConfigRequestToLegacy(msg1, msg2, &legacy_msg)) { in configRequestInternal()