Searched defs:reply (Results 126 - 150 of 193) sorted by relevance

12345678

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DSpdyConnection.java373 final boolean reply, final int payload1, final int payload2, final Ping ping) {
378 writePing(reply, payload1, payload2, ping);
385 private void writePing(boolean reply, int payload1, int payload2, Ping ping) throws IOException { argument
389 frameWriter.ping(reply, payload1, payload2);
699 @Override public void ping(boolean reply, int payload1, int payload2) { argument
700 if (reply) {
706 // Send a reply to a client ping if this is a server and vice versa.
372 writePingLater( final boolean reply, final int payload1, final int payload2, final Ping ping) argument
/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DConfigureForm.java285 * @return Who should get the reply
300 * @param reply Defines who should get the reply
302 public void setItemReply(ItemReply reply) argument
305 setAnswer(ConfigureNodeFields.itemreply.getFieldName(), getListSingle(reply.toString()));
512 * Iterator over the multi user chat rooms that are specified as reply rooms.
514 * @return The reply room JID's
522 * Sets the multi user chat rooms that are specified as reply rooms.
524 * @param replyRooms The multi user chat room to use as reply rooms
533 * Gets the specific JID's for reply t
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_privsep.c45 void *reply, size_t *reply_len)
66 if (reply) {
82 res = recv(drv->cmd_socket, reply, *reply_len, 0);
90 "for reply (cmd=%d)", cmd);
280 u8 reply[sizeof(int) + 32]; local
281 size_t len = sizeof(reply);
283 res = wpa_priv_cmd(drv, PRIVSEP_CMD_GET_SSID, NULL, 0, reply, &len);
286 os_memcpy(&ssid_len, reply, sizeof(int));
288 wpa_printf(MSG_DEBUG, "privsep: Invalid get SSID reply");
291 os_memcpy(ssid, &reply[sizeo
43 wpa_priv_cmd(struct wpa_driver_privsep_data *drv, int cmd, const void *data, size_t data_len, void *reply, size_t *reply_len) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp_web.c414 struct wpabuf **reply, const char **replyname)
449 *reply = wps_get_msg(peer->wps, &op_code);
450 if (*reply == NULL) {
455 *reply = NULL;
456 if (*reply == NULL) {
467 struct wpabuf **reply, const char **replyname)
492 *reply = NULL;
494 *reply = wps_get_msg(iface->peer.wps, &op_code);
496 if (*reply == NULL)
505 struct wpabuf **reply, cons
413 web_process_get_device_info(struct upnp_wps_device_sm *sm, struct wpabuf **reply, const char **replyname) argument
466 web_process_put_message(struct upnp_wps_device_sm *sm, char *data, struct wpabuf **reply, const char **replyname) argument
504 web_process_put_wlan_response(struct upnp_wps_device_sm *sm, char *data, struct wpabuf **reply, const char **replyname) argument
629 web_process_set_selected_registrar(struct upnp_wps_device_sm *sm, struct sockaddr_in *cli, char *data, struct wpabuf **reply, const char **replyname) argument
685 web_connection_send_reply(struct http_request *req, enum http_reply_code ret, const char *action, int action_len, const struct wpabuf *reply, const char *replyname) argument
858 struct wpabuf *reply = NULL; /* data for the reply */ local
[all...]
H A Dwps_er.c534 struct wpabuf *reply)
536 /* Note: reply includes null termination after the buffer data */
537 const char *tmp, *data = wpabuf_head(reply);
541 wpabuf_head(reply), wpabuf_len(reply));
614 struct wpabuf *reply; local
619 reply = http_client_get_body(c);
620 if (reply == NULL)
622 wps_er_parse_device_description(ap, reply);
1645 struct wpabuf *reply; local
533 wps_er_parse_device_description(struct wps_er_ap *ap, struct wpabuf *reply) argument
1822 struct wpabuf *reply; local
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_privsep.c45 void *reply, size_t *reply_len)
66 if (reply) {
82 res = recv(drv->cmd_socket, reply, *reply_len, 0);
90 "for reply (cmd=%d)", cmd);
280 u8 reply[sizeof(int) + 32]; local
281 size_t len = sizeof(reply);
283 res = wpa_priv_cmd(drv, PRIVSEP_CMD_GET_SSID, NULL, 0, reply, &len);
286 os_memcpy(&ssid_len, reply, sizeof(int));
288 wpa_printf(MSG_DEBUG, "privsep: Invalid get SSID reply");
291 os_memcpy(ssid, &reply[sizeo
43 wpa_priv_cmd(struct wpa_driver_privsep_data *drv, int cmd, const void *data, size_t data_len, void *reply, size_t *reply_len) argument
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp_web.c414 struct wpabuf **reply, const char **replyname)
449 *reply = wps_get_msg(peer->wps, &op_code);
450 if (*reply == NULL) {
455 *reply = NULL;
456 if (*reply == NULL) {
467 struct wpabuf **reply, const char **replyname)
492 *reply = NULL;
494 *reply = wps_get_msg(iface->peer.wps, &op_code);
496 if (*reply == NULL)
505 struct wpabuf **reply, cons
413 web_process_get_device_info(struct upnp_wps_device_sm *sm, struct wpabuf **reply, const char **replyname) argument
466 web_process_put_message(struct upnp_wps_device_sm *sm, char *data, struct wpabuf **reply, const char **replyname) argument
504 web_process_put_wlan_response(struct upnp_wps_device_sm *sm, char *data, struct wpabuf **reply, const char **replyname) argument
629 web_process_set_selected_registrar(struct upnp_wps_device_sm *sm, struct sockaddr_in *cli, char *data, struct wpabuf **reply, const char **replyname) argument
685 web_connection_send_reply(struct http_request *req, enum http_reply_code ret, const char *action, int action_len, const struct wpabuf *reply, const char *replyname) argument
858 struct wpabuf *reply = NULL; /* data for the reply */ local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_privsep.c45 void *reply, size_t *reply_len)
66 if (reply) {
82 res = recv(drv->cmd_socket, reply, *reply_len, 0);
90 "for reply (cmd=%d)", cmd);
280 u8 reply[sizeof(int) + 32]; local
281 size_t len = sizeof(reply);
283 res = wpa_priv_cmd(drv, PRIVSEP_CMD_GET_SSID, NULL, 0, reply, &len);
286 os_memcpy(&ssid_len, reply, sizeof(int));
288 wpa_printf(MSG_DEBUG, "privsep: Invalid get SSID reply");
291 os_memcpy(ssid, &reply[sizeo
43 wpa_priv_cmd(struct wpa_driver_privsep_data *drv, int cmd, const void *data, size_t data_len, void *reply, size_t *reply_len) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_upnp_web.c414 struct wpabuf **reply, const char **replyname)
449 *reply = wps_get_msg(peer->wps, &op_code);
450 if (*reply == NULL) {
455 *reply = NULL;
456 if (*reply == NULL) {
467 struct wpabuf **reply, const char **replyname)
492 *reply = NULL;
494 *reply = wps_get_msg(iface->peer.wps, &op_code);
496 if (*reply == NULL)
505 struct wpabuf **reply, cons
413 web_process_get_device_info(struct upnp_wps_device_sm *sm, struct wpabuf **reply, const char **replyname) argument
466 web_process_put_message(struct upnp_wps_device_sm *sm, char *data, struct wpabuf **reply, const char **replyname) argument
504 web_process_put_wlan_response(struct upnp_wps_device_sm *sm, char *data, struct wpabuf **reply, const char **replyname) argument
629 web_process_set_selected_registrar(struct upnp_wps_device_sm *sm, struct sockaddr_in *cli, char *data, struct wpabuf **reply, const char **replyname) argument
685 web_connection_send_reply(struct http_request *req, enum http_reply_code ret, const char *action, int action_len, const struct wpabuf *reply, const char *replyname) argument
858 struct wpabuf *reply = NULL; /* data for the reply */ local
[all...]
/external/chromium_org/cc/resources/
H A Dtile_manager.cc49 const base::Callback<void(const PicturePileImpl::Analysis&, bool)>& reply,
62 reply_(reply) {}
189 const base::Callback<void(bool was_canceled)>& reply)
193 reply_(reply) {}
37 RasterTaskImpl( const Resource* resource, PicturePileImpl* picture_pile, const gfx::Rect& content_rect, float contents_scale, RasterMode raster_mode, TileResolution tile_resolution, int layer_id, const void* tile_id, int source_frame_number, bool analyze_picture, RenderingStatsInstrumentation* rendering_stats, const base::Callback<void(const PicturePileImpl::Analysis&, bool)>& reply, ImageDecodeTask::Vector* dependencies) argument
186 ImageDecodeTaskImpl(SkPixelRef* pixel_ref, int layer_id, RenderingStatsInstrumentation* rendering_stats, const base::Callback<void(bool was_canceled)>& reply) argument
/external/chromium_org/chromeos/dbus/
H A Dfake_cryptohome_client.cc468 cryptohome::BaseReply reply; local
469 reply.MutableExtension(cryptohome::GetKeyDataReply::reply);
470 ReturnProtobufMethodCallback(reply, callback);
478 cryptohome::BaseReply reply; local
479 ReturnProtobufMethodCallback(reply, callback);
487 cryptohome::BaseReply reply; local
489 reply.MutableExtension(cryptohome::MountReply::reply);
491 ReturnProtobufMethodCallback(reply, callbac
499 cryptohome::BaseReply reply; local
508 cryptohome::BaseReply reply; local
517 cryptohome::BaseReply reply; local
524 cryptohome::BaseReply reply; local
534 cryptohome::BaseReply reply; local
541 cryptohome::BaseReply reply; local
562 ReturnProtobufMethodCallback( const cryptohome::BaseReply& reply, const ProtobufMethodCallback& callback) argument
[all...]
/external/chromium_org/components/nacl/browser/
H A Dnacl_process_host.cc477 IPC::Message* reply = attach_debug_exception_handler_reply_msg_.release(); local
478 NaClProcessMsg_AttachDebugExceptionHandler::WriteReplyParams(reply, success);
479 Send(reply);
/external/chromium_org/content/common/gpu/
H A Dgpu_channel.cc109 IPC::Message* reply = IPC::SyncMessage::GenerateReply(&message); variable
112 reply->set_reply_error();
113 Send(reply); variable
118 reply->set_reply_error();
119 Send(reply); variable
123 GpuCommandBufferMsg_InsertSyncPoint::WriteReplyParams(reply, sync_point);
124 Send(reply); variable
729 IPC::Message* reply = IPC::SyncMessage::GenerateReply(&*message); local
730 reply->set_reply_error();
731 Send(reply);
[all...]
H A Dgpu_command_buffer_stub.cc51 WaitForCommandState(int32 start, int32 end, IPC::Message* reply) argument
52 : start(start), end(end), reply(reply) {}
56 scoped_ptr<IPC::Message> reply; member in struct:content::WaitForCommandState
239 // here. This is so the reply can be delayed if the scheduler is unscheduled.
404 Send(wait_for_token_->reply.release());
408 Send(wait_for_get_offset_->reply.release());
732 wait_for_token_->reply.get(), state);
733 Send(wait_for_token_->reply.release());
743 wait_for_get_offset_->reply
[all...]
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
H A Dplatform_x11.c98 xcb_get_geometry_reply_t *reply; local
103 reply = xcb_get_geometry_reply (dri2_dpy->conn, cookie, &error);
104 if (reply == NULL)
111 *w = reply->width;
112 *h = reply->height;
114 free(reply);
152 xcb_get_image_reply_t *reply; local
157 reply = xcb_get_image_reply (dri2_dpy->conn, cookie, &error);
158 if (reply == NULL)
165 uint32_t bytes = xcb_get_image_data_length(reply);
185 xcb_get_geometry_reply_t *reply; local
381 xcb_dri2_get_buffers_reply_t *reply; local
414 xcb_dri2_get_buffers_with_format_reply_t *reply; local
710 xcb_dri2_swap_buffers_reply_t *reply; local
[all...]
/external/fio/
H A Dclient.c1003 struct fio_net_cmd_reply *reply = NULL; local
1007 reply = flist_entry(entry, struct fio_net_cmd_reply, list);
1009 if (cmd->tag == (uintptr_t) reply)
1012 reply = NULL;
1015 if (!reply) {
1020 flist_del(&reply->list);
1021 cmd->tag = reply->saved_tag;
1022 free(reply);
1028 struct fio_net_cmd_reply *reply = NULL; local
1032 reply
1407 struct fio_net_cmd_reply *reply; local
[all...]
/external/kernel-headers/original/uapi/drm/
H A Dvia_drm.h247 struct drm_wait_vblank_reply reply; member in union:drm_via_irqwait
/external/libnl/lib/netfilter/
H A Dct_obj.c119 static void dump_icmp(struct nl_dump_params *p, struct nfnl_ct *ct, int reply) argument
121 if (nfnl_ct_test_icmp_type(ct, reply))
122 nl_dump(p, "icmp type %d ", nfnl_ct_get_icmp_type(ct, reply));
124 if (nfnl_ct_test_icmp_type(ct, reply))
125 nl_dump(p, "code %d ", nfnl_ct_get_icmp_code(ct, reply));
127 if (nfnl_ct_test_icmp_type(ct, reply))
128 nl_dump(p, "id %d ", nfnl_ct_get_icmp_id(ct, reply));
/external/libvterm/src/
H A Dstate.c748 int reply; local
752 reply = state->mode.cursor;
756 reply = state->mode.screen;
760 reply = state->mode.origin;
764 reply = state->mode.autowrap;
768 reply = state->mode.cursor_blink;
772 reply = state->mode.cursor_visible;
776 reply = state->mode.leftrightmargin;
780 reply = state->mouse_flags == MOUSE_WANT_CLICK;
784 reply
1375 int reply; local
[all...]
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp342 error.SetErrorString("invalid reply port from UDP connection");
895 // TODO: parse the stop reply packet
1030 DataExtractor reply; local
1034 reply,
1041 packet.PutBytesAsRawHex8(reply.GetDataStart(),
1042 reply.GetByteSize(),
/external/mesa3d/src/egl/drivers/dri2/
H A Dplatform_x11.c98 xcb_get_geometry_reply_t *reply; local
103 reply = xcb_get_geometry_reply (dri2_dpy->conn, cookie, &error);
104 if (reply == NULL)
111 *w = reply->width;
112 *h = reply->height;
114 free(reply);
152 xcb_get_image_reply_t *reply; local
157 reply = xcb_get_image_reply (dri2_dpy->conn, cookie, &error);
158 if (reply == NULL)
165 uint32_t bytes = xcb_get_image_data_length(reply);
185 xcb_get_geometry_reply_t *reply; local
381 xcb_dri2_get_buffers_reply_t *reply; local
414 xcb_dri2_get_buffers_with_format_reply_t *reply; local
710 xcb_dri2_swap_buffers_reply_t *reply; local
[all...]
/external/qemu/android/camera/
H A Dcamera-service.c387 /* Success, no data to send in reply. */
389 /* Failure, no data to send in reply. */
391 /* Success, there are data to send in reply. */
393 /* Failure, there are data to send in reply. */
396 /* Builds and sends a reply to a query.
402 * qc - Qemu client to send the reply to.
448 * qc - Qemu client to send the reply to.
460 * qc - Qemu client to send the reply to.
488 char* reply = NULL; local
497 /* "Stringify" each camera information into the reply strin
[all...]
/external/qemu/
H A Dgdbstub.c467 printf("reply='%s'\n", buf);
2075 uint8_t reply; local
2133 reply = '-';
2134 put_buffer(s, &reply, 1);
2137 reply = '+';
2138 put_buffer(s, &reply, 1);
/external/wpa_supplicant_8/hostapd/
H A Dctrl_iface.c286 char *cmd, char *reply,
304 res = wpa_snprintf_hex_uppercase(reply, max_len, wpabuf_head(buf),
306 reply[res++] = '\n';
307 reply[res] = '\0';
316 char *reply, size_t max_len,
326 res = wpa_snprintf_hex_uppercase(reply, max_len, wpabuf_head(buf),
328 reply[res++] = '\n';
329 reply[res] = '\0';
338 char *cmd, char *reply,
342 return hostapd_ctrl_iface_wps_nfc_token_gen(hapd, reply,
285 hostapd_ctrl_iface_wps_nfc_config_token(struct hostapd_data *hapd, char *cmd, char *reply, size_t max_len) argument
315 hostapd_ctrl_iface_wps_nfc_token_gen(struct hostapd_data *hapd, char *reply, size_t max_len, int ndef) argument
337 hostapd_ctrl_iface_wps_nfc_token(struct hostapd_data *hapd, char *cmd, char *reply, size_t max_len) argument
361 hostapd_ctrl_iface_nfc_get_handover_sel(struct hostapd_data *hapd, char *cmd, char *reply, size_t max_len) argument
1283 hostapd_ctrl_iface_mib(struct hostapd_data *hapd, char *reply, int reply_size, const char *param) argument
1303 struct wpabuf *reply; local
1361 char *reply; local
1828 char reply[24]; local
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11.c265 struct ieee80211_mgmt *reply; local
269 rlen = IEEE80211_HDRLEN + sizeof(reply->u.auth) + ies_len;
274 reply = (struct ieee80211_mgmt *) buf;
275 reply->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
277 os_memcpy(reply->da, dst, ETH_ALEN);
278 os_memcpy(reply->sa, hapd->own_addr, ETH_ALEN);
279 os_memcpy(reply->bssid, bssid, ETH_ALEN);
281 reply->u.auth.auth_alg = host_to_le16(auth_alg);
282 reply->u.auth.auth_transaction = host_to_le16(auth_transaction);
283 reply
1143 struct ieee80211_mgmt reply; local
1167 struct ieee80211_mgmt *reply; local
[all...]

Completed in 513 milliseconds

12345678