Lines Matching refs:reply
157 virtual int handleResponse(WifiEvent& reply) { in handleResponse() argument
161 if (reply.get_cmd() != NL80211_CMD_VENDOR) { in handleResponse()
162 ALOGD("Ignoring reply with cmd = %d", reply.get_cmd()); in handleResponse()
166 int id = reply.get_vendor_id(); in handleResponse()
167 int subcmd = reply.get_vendor_subcmd(); in handleResponse()
169 void *data = reply.get_vendor_data(); in handleResponse()
170 int len = reply.get_vendor_data_len(); in handleResponse()
205 virtual int handleResponse(WifiEvent& reply) { in handleResponse() argument
209 if (reply.get_cmd() != NL80211_CMD_VENDOR) { in handleResponse()
210 ALOGD("Ignoring reply with cmd = %d", reply.get_cmd()); in handleResponse()
214 int id = reply.get_vendor_id(); in handleResponse()
215 int subcmd = reply.get_vendor_subcmd(); in handleResponse()
217 void *data = reply.get_vendor_data(); in handleResponse()
218 int len = reply.get_vendor_data_len(); in handleResponse()
256 virtual int handleResponse(WifiEvent& reply) { in handleResponse() argument
260 if (reply.get_cmd() != NL80211_CMD_VENDOR) { in handleResponse()
261 ALOGD("Ignoring reply with cmd = %d", reply.get_cmd()); in handleResponse()
265 int id = reply.get_vendor_id(); in handleResponse()
266 int subcmd = reply.get_vendor_subcmd(); in handleResponse()
268 void *data = reply.get_vendor_data(); in handleResponse()
269 int len = reply.get_vendor_data_len(); in handleResponse()
303 virtual int handleResponse(WifiEvent& reply) { in handleResponse() argument
520 virtual int handleResponse(WifiEvent& reply) { in handleResponse() argument