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

1 23 4 5 6 7 8 91011>>

  /frameworks/av/camera/
IProCameraCallbacks.cpp 56 Parcel data, reply; local
61 remote()->transact(NOTIFY_CALLBACK, data, &reply, IBinder::FLAG_ONEWAY);
66 Parcel data, reply; local
69 remote()->transact(LOCK_STATUS_CHANGED, data, &reply,
75 Parcel data, reply; local
79 remote()->transact(RESULT_RECEIVED, data, &reply, IBinder::FLAG_ONEWAY);
89 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
95 CHECK_INTERFACE(IProCameraCallbacks, data, reply);
104 CHECK_INTERFACE(IProCameraCallbacks, data, reply);
112 CHECK_INTERFACE(IProCameraCallbacks, data, reply);
    [all...]
ICameraRecordingProxyListener.cpp 41 Parcel data, reply; local
46 remote()->transact(DATA_CALLBACK_TIMESTAMP, data, &reply, IBinder::FLAG_ONEWAY);
55 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
60 CHECK_INTERFACE(ICameraRecordingProxyListener, data, reply);
68 return BBinder::onTransact(code, data, reply, flags);
ICameraServiceListener.cpp 46 Parcel data, reply; local
55 &reply,
66 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
70 CHECK_INTERFACE(ICameraServiceListener, data, reply);
80 return BBinder::onTransact(code, data, reply, flags);
  /frameworks/av/media/libmedia/
IEffectClient.cpp 44 Parcel data, reply; local
47 remote()->transact(CONTROL_STATUS_CHANGED, data, &reply, IBinder::FLAG_ONEWAY);
53 Parcel data, reply; local
56 remote()->transact(ENABLE_STATUS_CHANGED, data, &reply, IBinder::FLAG_ONEWAY);
66 Parcel data, reply; local
85 remote()->transact(COMMAND_EXECUTED, data, &reply, IBinder::FLAG_ONEWAY);
95 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
100 CHECK_INTERFACE(IEffectClient, data, reply);
107 CHECK_INTERFACE(IEffectClient, data, reply);
114 CHECK_INTERFACE(IEffectClient, data, reply);
    [all...]
IRemoteDisplayClient.cpp 43 Parcel data, reply; local
49 remote()->transact(ON_DISPLAY_CONNECTED, data, &reply, IBinder::FLAG_ONEWAY);
54 Parcel data, reply; local
56 remote()->transact(ON_DISPLAY_DISCONNECTED, data, &reply, IBinder::FLAG_ONEWAY);
61 Parcel data, reply; local
64 remote()->transact(ON_DISPLAY_ERROR, data, &reply, IBinder::FLAG_ONEWAY);
73 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
77 CHECK_INTERFACE(IRemoteDisplayClient, data, reply);
87 CHECK_INTERFACE(IRemoteDisplayClient, data, reply);
92 CHECK_INTERFACE(IRemoteDisplayClient, data, reply);
    [all...]
IMediaLogService.cpp 43 Parcel data, reply; local
48 status_t status = remote()->transact(REGISTER_WRITER, data, &reply);
53 Parcel data, reply; local
56 status_t status = remote()->transact(UNREGISTER_WRITER, data, &reply);
67 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
72 CHECK_INTERFACE(IMediaLogService, data, reply);
81 CHECK_INTERFACE(IMediaLogService, data, reply);
88 return BBinder::onTransact(code, data, reply, flags);
IStreamSource.cpp 56 Parcel data, reply; local
59 remote()->transact(SET_LISTENER, data, &reply);
63 Parcel data, reply; local
69 remote()->transact(SET_BUFFERS, data, &reply);
73 Parcel data, reply; local
77 ON_BUFFER_AVAILABLE, data, &reply, IBinder::FLAG_ONEWAY);
81 Parcel data, reply; local
83 remote()->transact(FLAGS, data, &reply);
85 return reply.readInt32();
92 uint32_t code, const Parcel &data, Parcel *reply, uint32_t flags)
146 Parcel data, reply; local
156 Parcel data, reply; local
    [all...]
IDrmClient.cpp 45 Parcel data, reply; local
52 remote()->transact(NOTIFY, data, &reply, IBinder::FLAG_ONEWAY);
61 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
65 CHECK_INTERFACE(IDrmClient, data, reply);
77 return BBinder::onTransact(code, data, reply, flags);
IMediaPlayerClient.cpp 40 Parcel data, reply; local
48 remote()->transact(NOTIFY, data, &reply, IBinder::FLAG_ONEWAY);
57 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
61 CHECK_INTERFACE(IMediaPlayerClient, data, reply);
74 return BBinder::onTransact(code, data, reply, flags);
IMediaRecorderClient.cpp 40 Parcel data, reply; local
45 remote()->transact(NOTIFY, data, &reply, IBinder::FLAG_ONEWAY);
54 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
58 CHECK_INTERFACE(IMediaRecorderClient, data, reply);
66 return BBinder::onTransact(code, data, reply, flags);
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old_handlers.c 42 DBusMessage *reply; local
44 reply = dbus_message_new_error(message, WPAS_ERROR_INVALID_OPTS,
48 dbus_message_append_args(reply, DBUS_TYPE_STRING, &arg,
51 return reply;
56 * wpas_dbus_new_success_reply - Return a new success reply message
57 * @message: Pointer to incoming dbus message this reply refers to
61 * Convenience function to create and return a success reply message
65 DBusMessage *reply; local
68 reply = dbus_message_new_method_return(message);
69 dbus_message_append_args(reply, DBUS_TYPE_UINT32, &success
94 DBusMessage *reply = NULL; local
211 DBusMessage *reply = NULL; local
253 DBusMessage *reply = NULL; local
295 DBusMessage *reply = NULL; local
353 DBusMessage *reply = NULL; local
401 DBusMessage *reply; local
495 DBusMessage *reply = NULL; local
783 DBusMessage *reply = NULL; local
825 DBusMessage *reply = NULL; local
913 DBusMessage *reply = NULL; local
1067 DBusMessage *reply = NULL; local
1157 DBusMessage *reply = NULL; local
1262 DBusMessage *reply = NULL; local
1287 DBusMessage *reply = NULL; local
1317 DBusMessage *reply = NULL; local
    [all...]
dbus_old.c 134 * Returns: a reply dbus message, or a dbus error message
142 DBusMessage *reply = NULL; local
151 reply = wpas_dbus_iface_set_network(message, wpa_s, ssid);
153 reply = wpas_dbus_iface_enable_network(message, wpa_s, ssid);
155 reply = wpas_dbus_iface_disable_network(message, wpa_s, ssid);
157 return reply;
166 * Returns: a reply dbus message, or a dbus error message
213 DBusMessage *reply = NULL; local
222 reply = wpas_dbus_new_invalid_iface_error(message);
231 reply = wpas_dbus_new_invalid_iface_error(message)
323 DBusMessage *reply = NULL; local
    [all...]
  /frameworks/native/cmds/servicemanager/
bctest.c 14 struct binder_io msg, reply; local
21 if (binder_call(bs, &msg, &reply, target, SVC_MGR_CHECK_SERVICE))
24 ptr = bio_get_ref(&reply);
29 binder_done(bs, &msg, &reply);
38 struct binder_io msg, reply; local
46 if (binder_call(bs, &msg, &reply, target, SVC_MGR_ADD_SERVICE))
49 status = bio_get_uint32(&reply);
51 binder_done(bs, &msg, &reply);
  /frameworks/av/services/audioflinger/
ISchedulingPolicyService.cpp 42 Parcel data, reply; local
48 status_t status = remote()->transact(REQUEST_PRIORITY_TRANSACTION, data, &reply, flags);
56 if (reply.readExceptionCode() != 0) {
59 return reply.readInt32();
68 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
76 return BBinder::onTransact(code, data, reply, flags);
  /frameworks/native/libs/binder/
IAppOpsCallback.cpp 41 Parcel data, reply; local
45 remote()->transact(OP_CHANGED_TRANSACTION, data, &reply);
54 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
58 CHECK_INTERFACE(IAppOpsCallback, data, reply);
62 reply->writeNoException();
66 return BBinder::onTransact(code, data, reply, flags);
IServiceManager.cpp 147 Parcel data, reply; local
150 remote()->transact(CHECK_SERVICE_TRANSACTION, data, &reply);
151 return reply.readStrongBinder();
157 Parcel data, reply; local
162 status_t err = remote()->transact(ADD_SERVICE_TRANSACTION, data, &reply);
163 return err == NO_ERROR ? reply.readExceptionCode() : err;
172 Parcel data, reply; local
175 status_t err = remote()->transact(LIST_SERVICES_TRANSACTION, data, &reply);
178 res.add(reply.readString16());
189 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags
    [all...]
  /hardware/qcom/display/libqservice/
IQClient.cpp 45 Parcel data, reply; local
49 remote()->transact(NOTIFY_CALLBACK, data, &reply);
50 status_t result = reply.readInt32();
60 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
64 CHECK_INTERFACE(IQClient, data, reply);
71 return BBinder::onTransact(code, data, reply, flags);
IQService.cpp 47 Parcel data, reply; local
50 remote()->transact(SECURING, data, &reply);
54 Parcel data, reply; local
57 remote()->transact(UNSECURING, data, &reply);
61 Parcel data, reply; local
64 remote()->transact(CONNECT, data, &reply);
68 Parcel data, reply; local
70 remote()->transact(SCREEN_REFRESH, data, &reply);
71 status_t result = reply.readInt32();
83 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags
    [all...]
  /libcore/luni/src/main/java/libcore/net/url/
FtpURLConnection.java 48 // FTP Reply Constants
147 int reply = getReply(); local
148 if (reply != FTP_FILEOK && dir.length() > 0 && dir.charAt(0) == '/') {
150 reply = getReply();
152 if (reply != FTP_FILEOK) {
271 int reply; local
274 reply = getReply();
275 if (reply == FTP_NOTFOUND && file.length() > 0 && file.charAt(0) == '/') {
277 reply = getReply();
279 if (!(reply == FTP_OPENDATA || reply == FTP_TRANSFEROK))
373 int reply; local
433 int reply; local
    [all...]
  /cts/tests/src/android/os/cts/
MessengerService.java 32 Message reply = Message.obtain();
33 reply.copyFrom(msg);
35 msg.replyTo.send(reply);
  /frameworks/base/core/tests/coretests/src/android/os/
MessengerService.java 31 Message reply = Message.obtain();
32 reply.copyFrom(msg);
34 msg.replyTo.send(reply);
  /external/chromium/third_party/libevent/
evrpc.h 41 * EVRPC_HEADER(SendCommand, Request, Reply);
46 * server needs to fill in the Reply structure.
47 * Reply is the name of a structure generated by event_rpcgen.py. It
57 * EVRPC_REGISTER(base, SendCommand, Request, Reply, FunctionCB, arg);
60 * is invokved. The callback needs to fill in the reply structure.
64 * To send the reply, call EVRPC_REQUEST_DONE(rpc);
89 /* creates a new reply structure */
92 /* creates a new reply structure */
95 /* verifies that the reply is valid */
98 /* marshals the reply into a buffer *
124 void *reply; member in struct:evrpc_req_generic
360 void *reply; member in struct:evrpc_request_wrapper
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
scanresults.cpp 55 char reply[2048]; local
68 reply_len = sizeof(reply) - 1;
69 if (wpagui->ctrlRequest(cmd, reply, &reply_len) < 0)
71 reply[reply_len] = '\0';
73 QString bss(reply);
115 char reply[10]; local
116 size_t reply_len = sizeof(reply);
121 wpagui->ctrlRequest("SCAN", reply, &reply_len);
peers.cpp 321 char reply[100]; local
334 reply_len = sizeof(reply) - 1;
335 if (wpagui->ctrlRequest(cmd, reply, &reply_len) < 0) {
352 char reply[20]; local
354 reply_len = sizeof(reply) - 1;
355 if (wpagui->ctrlRequest("P2P_FIND", reply, &reply_len) < 0 ||
356 memcmp(reply, "FAIL", 4) == 0) {
367 char reply[20]; local
369 reply_len = sizeof(reply) - 1;
370 wpagui->ctrlRequest("P2P_STOP_FIND", reply, &reply_len)
376 char reply[20]; local
391 char reply[20]; local
456 char reply[2048]; local
487 char reply[2048]; local
574 char reply[2048]; local
677 char reply[100]; local
769 char reply[20]; local
1061 char reply[100]; local
1350 char reply[100]; local
1384 char reply[100]; local
1408 char reply[100]; local
1431 char reply[100]; local
1452 char reply[100]; local
1480 char reply[100]; local
1515 char reply[100]; local
1535 char reply[100]; local
1553 char reply[20]; local
1710 char reply[100]; local
1749 char reply[100]; local
1797 char reply[64]; local
1822 char reply[100]; local
1845 char reply[100]; local
    [all...]
  /external/chromium/chrome/browser/automation/
automation_util.cc 188 AutomationJSONReply reply(provider, reply_message);
191 reply.SendError("'url' missing or invalid");
206 reply.SendError("Couldn't post task to get the cookies");
227 reply.SendSuccess(&dict);
233 AutomationJSONReply reply(provider, reply_message);
236 reply.SendError("'url' missing or invalid");
240 reply.SendError("'name' missing or invalid");
254 reply.SendError("Couldn't post task to delete the cookie");
258 reply.SendSuccess(NULL);
264 AutomationJSONReply reply(provider, reply_message)
    [all...]

Completed in 320 milliseconds

1 23 4 5 6 7 8 91011>>