HomeSort by relevance Sort by last modified time
    Searched refs:resp (Results 101 - 125 of 422) sorted by null

1 2 3 45 6 7 8 91011>>

  /hardware/ti/wpan/ti_st/uim-sysfs/
uim.c 204 command_complete_t resp; local
209 if (read_hci_event(fd, (unsigned char *)&resp, sizeof(resp)) < 0) {
215 if (resp.uart_prefix != HCI_EVENT_PKT) {
218 resp.uart_prefix);
223 if (resp.hci_hdr.evt != EVT_CMD_COMPLETE) {
227 resp.hci_hdr.evt);
231 if (resp.hci_hdr.plen < 4) {
234 resp.hci_hdr.plen);
238 if (resp.cmd_complete.opcode != (unsigned short)opcode)
    [all...]
  /external/elfutils/lib/
system.h 64 extern int crc32_file (int fd, uint32_t *resp);
  /external/wpa_supplicant_8/wpa_supplicant/
gas_query.h 40 const struct wpabuf *resp, u16 status_code),
interworking.h 19 const struct wpabuf *resp, u16 status_code);
gas_query.c 39 struct wpabuf *resp; member in struct:gas_query_pending
43 const struct wpabuf *resp, u16 status_code);
90 query->adv_proto, query->resp, query->status_code);
92 wpabuf_free(query->resp);
132 if (wpabuf_resize(&query->resp, len) < 0) {
136 wpabuf_put_data(query->resp, data, len);
208 const u8 *adv_proto, const u8 *resp,
228 if (gas_query_append(query, resp, len) < 0) {
239 const u8 *adv_proto, const u8 *resp,
284 if (gas_query_append(query, resp, len) < 0)
    [all...]
  /external/chromium_org/content/browser/loader/
stream_resource_handler.cc 43 ResourceResponse* resp,
49 ResourceResponse* resp,
  /external/libffi/testsuite/libffi.call/
cls_1_1byte.c 31 cls_struct_1_1byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
40 *(cls_struct_1_1byte*)resp = cls_struct_1_1byte_fn(a1, a2);
cls_2byte.c 31 cls_struct_2byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
40 *(cls_struct_2byte*)resp = cls_struct_2byte_fn(a1, a2);
cls_3byte1.c 31 cls_struct_3byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
40 *(cls_struct_3byte*)resp = cls_struct_3byte_fn(a1, a2);
cls_3byte2.c 31 cls_struct_3byte_gn1(ffi_cif* cif __UNUSED__, void* resp, void** args,
40 *(cls_struct_3byte_1*)resp = cls_struct_3byte_fn1(a1, a2);
cls_4byte.c 31 cls_struct_4byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
40 *(cls_struct_4byte*)resp = cls_struct_4byte_fn(a1, a2);
cls_8byte.c 30 cls_struct_8byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
39 *(cls_struct_8byte*)resp = cls_struct_8byte_fn(a1, a2);
cls_9byte1.c 32 static void cls_struct_9byte_gn(ffi_cif* cif __UNUSED__, void* resp,
40 *(cls_struct_9byte*)resp = cls_struct_9byte_fn(b1, b2);
cls_9byte2.c 32 static void cls_struct_9byte_gn(ffi_cif* cif __UNUSED__, void* resp,
40 *(cls_struct_9byte*)resp = cls_struct_9byte_fn(b1, b2);
  /external/speex/libspeex/
cb_search_sse.h 54 static void compute_weighted_codebook(const signed char *shape_cb, const spx_sig_t *_r, float *resp, __m128 *resp2, __m128 *E, int shape_cb_size, int subvect_size, char *stack)
66 float *_res = resp+i*subvect_size;
  /external/chromium/net/spdy/
spdy_http_stream_unittest.cc 62 scoped_ptr<spdy::SpdyFrame> resp(ConstructSpdyGetSynReply(NULL, 0, 1));
64 CreateMockRead(*resp, 2),
116 scoped_ptr<spdy::SpdyFrame> resp(ConstructSpdyPostSynReply(NULL, 0));
118 CreateMockRead(*resp, 4),
176 scoped_ptr<spdy::SpdyFrame> resp(ConstructSpdyGetSynReply(NULL, 0, 1));
178 CreateMockRead(*resp, 2),
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
chrome_browser_backend.py 141 resp = json.loads(data)
142 if 'Protocol-Version' in resp:
143 self._inspector_protocol_version = resp['Protocol-Version']
145 if 'Browser' in resp:
147 resp['Browser'])
151 resp['User-Agent'])
  /external/wpa_supplicant_8/src/p2p/
p2p_dev_disc.c 136 struct wpabuf *resp; local
138 resp = p2p_build_dev_disc_resp(dialog_token, status);
139 if (resp == NULL)
149 wpabuf_head(resp), wpabuf_len(resp), 200) < 0) {
153 wpabuf_free(resp);
  /packages/apps/Exchange/src/com/android/exchange/service/
EasMeetingResponder.java 197 final EasResponse resp = sendHttpClientPost("MeetingResponse", s.toByteArray()); local
199 final int status = resp.getStatus();
201 if (!resp.isEmpty()) {
203 new MeetingResponseParser(resp.getInputStream()).parse();
215 } else if (resp.isAuthError()) {
223 resp.close();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatService.java 176 // Don't send Terminal Resp if command detail is not available
247 ResponseData resp; local
250 resp = new DTTZResponseData(null);
251 sendTerminalResponse(cmdParams.mCmdDet, ResultCode.OK, false, 0, resp);
254 resp = new LanguageResponseData(Locale.getDefault().getLanguage());
255 sendTerminalResponse(cmdParams.mCmdDet, ResultCode.OK, false, 0, resp);
368 int additionalInfo, ResponseData resp) {
417 if (resp != null) {
418 resp.format(buf);
677 ResponseData resp = null local
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_ikev2.c 134 struct wpabuf *resp; local
177 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_IKEV2, plen,
179 if (resp == NULL)
182 wpabuf_put_u8(resp, flags); /* Flags */
184 wpabuf_put_be32(resp, wpabuf_len(data->out_buf));
186 wpabuf_put_data(resp, wpabuf_head_u8(data->out_buf) + data->out_used,
191 const u8 *msg = wpabuf_head(resp);
192 size_t len = wpabuf_len(resp);
196 msg, len, wpabuf_put(resp, icv_len));
243 return resp;
    [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
SFTPv3Client.java 388 byte[] resp = receiveMessage(34000);
390 TypesReader tr = new TypesReader(resp);
427 byte[] resp = receiveMessage(34000);
429 TypesReader tr = new TypesReader(resp);
503 byte[] resp = receiveMessage(34000);
505 TypesReader tr = new TypesReader(resp);
541 byte[] resp = receiveMessage(34000);
543 TypesReader tr = new TypesReader(resp);
663 byte[] resp = receiveMessage(34000);
665 TypesReader tr = new TypesReader(resp);
    [all...]
  /external/wpa_supplicant_8/src/ap/
beacon.c 195 struct ieee80211_mgmt *resp; local
211 resp = os_zalloc(buflen);
212 if (resp == NULL)
215 epos = ((u8 *) resp) + MAX_PROBERESP_LEN;
217 resp->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
220 os_memcpy(resp->da, req->sa, ETH_ALEN);
221 os_memcpy(resp->sa, hapd->own_addr, ETH_ALEN);
223 os_memcpy(resp->bssid, hapd->own_addr, ETH_ALEN);
224 resp->u.probe_resp.beacon_int =
228 resp->u.probe_resp.capab_info
357 u8 *resp; local
578 u8 *resp = NULL; local
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_psk.c 217 const struct eap_psk_hdr_2 *resp; local
230 if (cpos == NULL || left < sizeof(*resp)) {
234 resp = (const struct eap_psk_hdr_2 *) cpos;
235 cpos = (const u8 *) (resp + 1);
236 left -= sizeof(*resp);
293 resp->rand_p, EAP_PSK_RAND_LEN);
294 os_memcpy(data->rand_p, resp->rand_p, EAP_PSK_RAND_LEN);
316 wpa_hexdump(MSG_DEBUG, "EAP-PSK: MAC_P", resp->mac_p, EAP_PSK_MAC_LEN);
317 if (os_memcmp(mac, resp->mac_p, EAP_PSK_MAC_LEN) != 0) {
333 const struct eap_psk_hdr_4 *resp; local
    [all...]
eap_server_sake.c 239 struct eap_sake_hdr *resp; local
250 resp = (struct eap_sake_hdr *) pos;
251 version = resp->version;
252 session_id = resp->session_id;
253 subtype = resp->subtype;
413 struct eap_sake_hdr *resp; local
422 resp = (struct eap_sake_hdr *) pos;
424 subtype = resp->subtype;
425 pos = (u8 *) (resp + 1);

Completed in 2167 milliseconds

1 2 3 45 6 7 8 91011>>