• Home
  • Raw
  • Download

Lines Matching refs:reply

119     virtual int handleResponse(WifiEvent& reply) {  in handleResponse()  argument
123 if (reply.get_cmd() != NL80211_CMD_VENDOR) { in handleResponse()
124 ALOGD("Ignoring reply with cmd = %d", reply.get_cmd()); in handleResponse()
128 int id = reply.get_vendor_id(); in handleResponse()
129 int subcmd = reply.get_vendor_subcmd(); in handleResponse()
131 void *data = reply.get_vendor_data(); in handleResponse()
132 int len = reply.get_vendor_data_len(); in handleResponse()
185 virtual int handleResponse(WifiEvent& reply) { in handleResponse() argument
189 if (reply.get_cmd() != NL80211_CMD_VENDOR) { in handleResponse()
190 ALOGD("Ignoring reply with cmd = %d", reply.get_cmd()); in handleResponse()
194 int id = reply.get_vendor_id(); in handleResponse()
195 int subcmd = reply.get_vendor_subcmd(); in handleResponse()
198 nlattr *vendor_data = reply.get_attribute(NL80211_ATTR_VENDOR_DATA); in handleResponse()
199 int len = reply.get_vendor_data_len(); in handleResponse()
362 virtual int handleResponse(WifiEvent& reply) { in handleResponse() argument
644 virtual int handleResponse(WifiEvent& reply) { in handleResponse() argument
844 virtual int handleResponse(WifiEvent& reply) { in handleResponse() argument
847 if (reply.get_cmd() != NL80211_CMD_VENDOR) { in handleResponse()
848 ALOGD("Ignoring reply with cmd = %d", reply.get_cmd()); in handleResponse()
852 int id = reply.get_vendor_id(); in handleResponse()
853 int subcmd = reply.get_vendor_subcmd(); in handleResponse()
864 nlattr *vendor_data = reply.get_attribute(NL80211_ATTR_VENDOR_DATA); in handleResponse()
865 int len = reply.get_vendor_data_len(); in handleResponse()
1056 virtual int handleResponse(WifiEvent& reply) { in handleResponse() argument
1265 virtual int handleResponse(WifiEvent& reply) { in handleResponse() argument