HomeSort by relevance Sort by last modified time
    Searched refs:resp (Results 76 - 100 of 328) sorted by null

1 2 34 5 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,
279 if (gas_query_append(query, resp, len) < 0)
    [all...]
  /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),
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatService.java 173 // Don't send Terminal Resp if command detail is not available
244 ResponseData resp; local
247 resp = new DTTZResponseData(null);
248 sendTerminalResponse(cmdParams.mCmdDet, ResultCode.OK, false, 0, resp);
251 resp = new LanguageResponseData(Locale.getDefault().getLanguage());
252 sendTerminalResponse(cmdParams.mCmdDet, ResultCode.OK, false, 0, resp);
349 int additionalInfo, ResponseData resp) {
398 if (resp != null) {
399 resp.format(buf);
658 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...]
eap.c 804 struct wpabuf *resp; local
811 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_EXPANDED,
813 if (resp == NULL)
816 wpabuf_put_be24(resp, EAP_VENDOR_IETF);
817 wpabuf_put_be32(resp, EAP_TYPE_NAK);
827 wpabuf_put_u8(resp, EAP_TYPE_EXPANDED);
828 wpabuf_put_be24(resp, m->vendor);
829 wpabuf_put_be32(resp, m->method);
836 wpabuf_put_u8(resp, EAP_TYPE_EXPANDED);
837 wpabuf_put_be24(resp, EAP_VENDOR_IETF)
849 struct wpabuf *resp; local
1109 struct wpabuf *resp; local
1193 struct wpabuf *resp; local
2229 struct wpabuf *resp; local
    [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
557 u8 *resp = NULL; local
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_psk.c 219 const struct eap_psk_hdr_2 *resp; local
232 if (cpos == NULL || left < sizeof(*resp)) {
236 resp = (const struct eap_psk_hdr_2 *) cpos;
237 cpos = (const u8 *) (resp + 1);
238 left -= sizeof(*resp);
295 resp->rand_p, EAP_PSK_RAND_LEN);
296 os_memcpy(data->rand_p, resp->rand_p, EAP_PSK_RAND_LEN);
318 wpa_hexdump(MSG_DEBUG, "EAP-PSK: MAC_P", resp->mac_p, EAP_PSK_MAC_LEN);
319 if (os_memcmp(mac, resp->mac_p, EAP_PSK_MAC_LEN) != 0) {
335 const struct eap_psk_hdr_4 *resp; local
    [all...]
eap_server.c 35 static void eap_sm_parseEapResp(struct eap_sm *sm, const struct wpabuf *resp);
879 static void eap_sm_parseEapResp(struct eap_sm *sm, const struct wpabuf *resp)
891 if (resp == NULL || wpabuf_len(resp) < sizeof(*hdr)) {
892 wpa_printf(MSG_DEBUG, "EAP: parseEapResp: invalid resp=%p "
893 "len=%lu", resp,
894 resp ? (unsigned long) wpabuf_len(resp) : 0);
898 hdr = wpabuf_head(resp);
900 if (plen > wpabuf_len(resp)) {
952 struct eap_hdr *resp; local
970 struct eap_hdr *resp; local
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
EasAccountService.java 194 * @param resp the EasResponse from the current POST
197 private boolean canHandleAccountMailboxRedirect(EasResponse resp) {
201 if (ha != null && getValidateRedirect(resp, ha)) {
256 EasResponse resp = sendHttpClientOptions(); local
258 int code = resp.getStatus();
261 Header header = resp.getHeader("MS-ASProtocolCommands");
263 header = resp.getHeader("ms-asprotocolversions");
288 } else if (code == EAS_REDIRECT_CODE && canHandleAccountMailboxRedirect(resp)) {
296 resp.close();
326 EasResponse resp = sendHttpClientPost("FolderSync", s.toByteArray()) local
670 EasResponse resp = local
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverServer.java 195 NdefMessage resp = mHandoverManager.tryHandoverRequest(handoverRequestMsg); local
196 if (resp == null) {
203 byte[] buffer = resp.toByteArray();
  /external/openssl/crypto/bn/
bn_div.c 186 BN_ULONG *resp,*wnump; local
288 resp= &(res->d[loop-1]);
302 *resp=1;
309 * the resp pointer */
313 resp--;
315 for (i=0; i<loop-1; i++, wnump--, resp--)
426 *resp = q;

Completed in 839 milliseconds

1 2 34 5 6 7 8 91011>>