HomeSort by relevance Sort by last modified time
    Searched refs:reply (Results 201 - 225 of 470) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webkit/Source/WebKit2/UIProcess/Plugins/
PluginProcessProxy.cpp 76 void PluginProcessProxy::getPluginProcessConnection(PassRefPtr<Messages::WebProcessProxy::GetPluginProcessConnection::DelayedReply> reply)
78 m_pendingConnectionReplies.append(reply);
85 // Ask the plug-in process to create a connection. Since the plug-in can be waiting for a synchronous reply
86 // we need to make sure that this message is always processed, even when the plug-in is waiting for a synchronus reply.
132 RefPtr<Messages::WebProcessProxy::GetPluginProcessConnection::DelayedReply> reply = m_pendingConnectionReplies.takeFirst(); local
135 reply->send(CoreIPC::MachPort(0, MACH_MSG_TYPE_MOVE_SEND));
222 // Grab the first pending connection reply.
223 RefPtr<Messages::WebProcessProxy::GetPluginProcessConnection::DelayedReply> reply = m_pendingConnectionReplies.takeFirst(); local
225 reply->send(CoreIPC::MachPort(machPort.port(), MACH_MSG_TYPE_MOVE_SEND));
  /external/wpa_supplicant_8/src/wps/
wps_upnp_web.c 415 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)
490 *reply = NULL;
492 *reply = wps_get_msg(iface->peer.wps, &op_code);
494 if (*reply == NULL)
503 struct wpabuf **reply, const char **replyname
856 struct wpabuf *reply = NULL; \/* data for the reply *\/ local
    [all...]
  /frameworks/native/cmds/service/
service.cpp 36 Parcel data, reply; local
37 status_t err = service->transact(IBinder::INTERFACE_TRANSACTION, data, &reply);
39 return reply.readString16();
122 Parcel data, reply; local
237 service->transact(code, data, &reply);
238 aout << "Result: " << reply << endl;
  /system/extras/tests/binder/benchmarks/
binderAddInts.cpp 84 const Parcel& data, Parcel* reply,
260 Parcel send, reply; local
276 send, &reply)) != 0) {
290 int result = reply.readInt32();
313 Parcel* reply, uint32_t flags) {
334 reply->writeInt32(val1 + val2);
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 72 DBusMessage *reply = NULL; local
132 return reply;
138 reply = wpas_dbus_error_invalid_args(message, entry.key);
139 return reply;
284 DBusMessage *reply = NULL; local
331 reply =
339 reply = wpas_dbus_error_invalid_args(
351 reply = wpas_dbus_error_unknown_error(
363 return reply;
367 reply = wpas_dbus_error_invalid_args(message, NULL)
407 DBusMessage *reply = NULL; local
424 DBusMessage *reply = NULL; local
562 DBusMessage *reply = NULL; local
1612 DBusMessage *reply = NULL; local
1694 DBusMessage *reply = NULL; local
2059 DBusMessage *reply = NULL; local
2144 DBusMessage *reply = NULL; local
2245 DBusMessage *reply = NULL; local
2339 DBusMessage *reply = NULL; local
    [all...]
dbus_new_introspect.c 251 DBusMessage *reply; local
270 reply = dbus_message_new_method_return(message);
271 if (reply) {
273 dbus_message_append_args(reply, DBUS_TYPE_STRING, &intro_str,
278 return reply;
  /external/chromium/third_party/libevent/
evrpc.c 295 /* at this point, we have a well formed request, prepare the reply */
297 rpc_state->reply = rpc->reply_new();
298 if (rpc_state->reply == NULL)
324 if (rpc_state->reply != NULL)
325 rpc->reply_free(rpc_state->reply);
337 if (rpc->reply_complete(rpc_state->reply) == -1) {
338 /* the reply was not completely filled in. error out */
347 /* serialize the reply */
348 rpc->reply_marshal(data, rpc_state->reply);
557 (*ctx->cb)(&status, ctx->request, ctx->reply, ctx->cb_arg)
    [all...]
  /frameworks/native/libs/binder/
IPCThreadState.cpp 166 out << "Unknown reply: " << code << endl;
510 Parcel* reply, uint32_t flags)
525 (flags & TF_ONE_WAY) == 0 ? "READ REPLY" : "ONE WAY");
530 if (reply) reply->setError(err);
542 if (reply) {
543 err = waitForResponse(reply);
560 if (reply) alog << indent << *reply << dedent << endl;
656 status_t IPCThreadState::sendReply(const Parcel& reply, uint32_t flags
1022 Parcel reply; local
    [all...]
  /external/smack/src/org/jivesoftware/smackx/
MultipleRecipientManager.java 91 * indicating that they can reply to any address.
93 * indicating that they can reply to any address.
94 * @param noReply true means that receivers should not reply to the message.
120 * Sends a reply to a previously received packet that was sent to multiple recipients. Before
121 * attempting to send the reply message some checkings are performed. If any of those checkings
124 * @param connection the connection to use to send the reply.
126 * @param reply the new message to send as a reply.
128 * original message cannot be replied or reply should be sent to a room.
130 public static void reply(Connection connection, Message original, Message reply method in class:MultipleRecipientManager
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c 4175 Reply *reply = (Reply *)ARG1; local
4210 Reply *reply = (Reply *)ARG1; local
4239 Reply *reply = (Reply *)ARG1; local
4273 Reply *reply = (Reply *)ARG1; local
4468 Reply *reply = (Reply *)ARG1; local
4504 Reply *reply = (Reply *)ARG1; local
4556 Reply *reply = (Reply *)ARG1; local
4605 Reply *reply = (Reply *)ARG1; local
4654 Reply *reply = (Reply *)ARG1; local
4746 Reply *reply = (Reply *)ARG1; local
4791 Reply *reply = (Reply *)ARG1; local
5042 Reply *reply = (Reply *)ARG1; local
5107 Reply *reply = (Reply *)ARG1; local
5148 Reply *reply = (Reply *)ARG1; local
5219 Reply *reply = (Reply *)ARG1; local
5303 Reply *reply = (Reply *)ARG1; local
5363 Reply *reply = (Reply *)ARG1; local
5420 Reply *reply = (Reply *)ARG1; local
5476 Reply *reply = (Reply *)ARG1; local
5618 Reply *reply = (Reply *)ARG1; local
5673 Reply *reply = (Reply *)ARG1; local
5735 Reply *reply = (Reply *)ARG1; local
5812 Reply *reply = (Reply *)ARG1; local
5867 Reply *reply = (Reply *)ARG1; local
5910 Reply *reply = (Reply *)ARG1; local
5953 Reply *reply = (Reply *)ARG1; local
5998 Reply *reply = (Reply *)ARG1; local
6057 Reply *reply = (Reply *)ARG1; local
6113 Reply *reply = (Reply *)ARG1; local
6166 Reply *reply = (Reply *)ARG1; local
6214 Reply *reply = (Reply *)ARG1; local
6277 Reply *reply = (Reply *)ARG1; local
6329 Reply *reply = (Reply *)ARG1; local
6454 Reply *reply = (Reply *)ARG1; local
6588 Reply *reply = (Reply *)ARG1; local
6697 Reply *reply = (Reply *)ARG1; local
6740 Reply *reply = (Reply *)ARG1; local
    [all...]
  /frameworks/base/core/java/android/content/
AsyncQueryHandler.java 111 Message reply = args.handler.obtainMessage(token); local
112 reply.obj = args;
113 reply.arg1 = msg.arg1;
117 + ", reply.what=" + reply.what);
120 reply.sendToTarget();
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 182 public int onConnect(final HeaderSet request, HeaderSet reply) {
201 reply.setHeader(HeaderSet.WHO, uuid);
211 reply.setHeader(HeaderSet.TARGET, remote);
243 public int onAbort(HeaderSet request, HeaderSet reply) {
256 public int onSetPath(final HeaderSet request, final HeaderSet reply, final boolean backup,
313 HeaderSet reply = new HeaderSet(); local
405 return pullVcardListing(appParam, appParamValue, reply, op);
413 return pullPhonebook(appParam, appParamValue, reply, op, name);
641 private final int pushHeader(final Operation op, final HeaderSet reply) {
645 if (D) Log.d(TAG, reply.toString())
    [all...]
  /external/chromium/chrome/browser/
upgrade_detector.cc 109 std::string reply; local
110 if (!base::GetAppOutput(command_line, &reply)) {
115 installed_version.reset(Version::GetVersionFromString(reply));
  /external/chromium/net/tools/testserver/
chromiumsync.py 736 serialized reply to the command.
776 commit_response: A sync_pb.CommitResponse protobuf into which a reply
790 reply = commit_response.entryresponse.add()
792 reply.response_type = sync_pb2.CommitResponse.CONFLICT
793 reply.error_message = 'Conflict.'
796 reply.response_type = sync_pb2.CommitResponse.SUCCESS
800 reply.id_string = server_entry.id_string
804 reply.position_in_parent = server_entry.position_in_parent
805 reply.version = server_entry.version
806 reply.name = server_entry.nam
    [all...]
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/spdy/
SpdyServer.java 112 stream.reply(responseHeaders, true);
123 stream.reply(responseHeaders, true);
135 stream.reply(
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_named_pipe.c 282 char *reply = NULL, *send_buf; local
306 reply = wpa_supplicant_ctrl_iface_process(wpa_s, buf,
310 if (reply) {
311 send_buf = reply;
325 os_free(reply);
329 os_free(reply);
717 char *reply = NULL, *send_buf; local
726 reply = wpa_supplicant_global_ctrl_iface_process(global, buf,
728 if (reply) {
729 send_buf = reply;
    [all...]
  /frameworks/av/cmds/stagefright/
sf2.cpp 418 sp<AMessage> reply; local
419 CHECK(msg->findMessage("reply", &reply));
422 reply->setInt32("err", ERROR_END_OF_STREAM);
423 reply->post();
521 reply->setInt32("err", mFinalResult);
522 reply->post();
527 reply->setBuffer("buffer", outBuffer);
528 reply->post();
537 sp<AMessage> reply; local
    [all...]
  /frameworks/base/tests/BandwidthTests/src/com/android/tests/bandwidthenforcement/
BandwidthEnforcementTestService.java 164 final byte[] reply = new byte[query.length];
165 final DatagramPacket replyPacket = new DatagramPacket(reply, reply.length);
  /external/valgrind/main/gdbserver_tests/
mcinfcallWSRU.stderrB.exp 29 Could not write register "xxx"; remote failure reply 'E.
38 Could not write register "xxx"; remote failure reply 'E.
47 Could not write register "xxx"; remote failure reply 'E.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nfs_prot.x 148 * Reply status with file attributes
203 * Status OK portion of remote read reply
212 readokres reply;
275 dirlist reply;
290 statfsokres reply;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nfs_prot.x 148 * Reply status with file attributes
203 * Status OK portion of remote read reply
212 readokres reply;
275 dirlist reply;
290 statfsokres reply;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nfs_prot.x 148 * Reply status with file attributes
203 * Status OK portion of remote read reply
212 readokres reply;
275 dirlist reply;
290 statfsokres reply;
  /external/smack/src/org/jivesoftware/smackx/pubsub/
Node.java 102 Packet reply = sendPubsubPacket(Type.GET, new NodeExtension(PubSubElementType.CONFIGURE_OWNER, getId()), PubSubNamespace.OWNER); local
103 return NodeUtils.getFormFromPacket(reply, PubSubElementType.CONFIGURE_OWNER);
144 PubSub reply = (PubSub)sendPubsubPacket(Type.GET, new NodeExtension(PubSubElementType.SUBSCRIPTIONS, getId())); local
145 SubscriptionsExtension subElem = (SubscriptionsExtension)reply.getExtension(PubSubElementType.SUBSCRIPTIONS);
167 PubSub reply = (PubSub)sendPubsubPacket(Type.SET, new SubscribeExtension(jid, getId())); local
168 return (Subscription)reply.getExtension(PubSubElementType.SUBSCRIPTION);
192 PubSub reply = (PubSub)PubSubManager.sendPubsubPacket(con, jid, Type.SET, request); local
193 return (Subscription)reply.getExtension(PubSubElementType.SUBSCRIPTION);
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
ProxyInstance.h 88 std::auto_ptr<T> reply = m_instanceProxy->waitForReply<T>(requestID); local
90 // If the instance proxy was invalidated, just return a null reply.
94 return reply;
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDriver.h 54 virtual status_t invoke(const Parcel &request, Parcel *reply);
57 virtual status_t getParameter(int key, Parcel *reply);

Completed in 554 milliseconds

1 2 3 4 5 6 7 891011>>