HomeSort by relevance Sort by last modified time
    Searched defs:reply (Results 1 - 25 of 204) sorted by null

1 2 3 4 5 6 7 8 9

  /frameworks/base/libs/ui/
IOverlay.cpp 42 Parcel data, reply; local
44 remote()->transact(DESTROY, data, &reply, IBinder::FLAG_ONEWAY);
53 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
57 CHECK_INTERFACE(IOverlay, data, reply);
62 return BBinder::onTransact(code, data, reply, flags);
  /external/wpa_supplicant/wpa_gui/
userdatarequest.ui.h 59 char reply[10]; local
60 size_t reply_len = sizeof(reply);
70 wpagui->ctrlRequest(cmd.ascii(), reply, &reply_len);
scanresults.ui.h 38 char reply[8192]; local
44 reply_len = sizeof(reply) - 1;
45 if (wpagui->ctrlRequest("SCAN_RESULTS", reply, &reply_len) < 0)
47 reply[reply_len] = '\0';
51 QString res(reply);
74 char reply[10]; local
75 size_t reply_len = sizeof(reply);
80 wpagui->ctrlRequest("SCAN", reply, &reply_len);
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
userdatarequest.ui.h 59 char reply[10]; local
60 size_t reply_len = sizeof(reply);
70 wpagui->ctrlRequest(cmd.ascii(), reply, &reply_len);
scanresults.ui.h 38 char reply[8192]; local
44 reply_len = sizeof(reply) - 1;
45 if (wpagui->ctrlRequest("SCAN_RESULTS", reply, &reply_len) < 0)
47 reply[reply_len] = '\0';
51 QString res(reply);
74 char reply[10]; local
75 size_t reply_len = sizeof(reply);
80 wpagui->ctrlRequest("SCAN", reply, &reply_len);
  /frameworks/base/core/jni/
ActivityManager.cpp 37 Parcel data, reply; local
40 status_t ret = am->transact(OPEN_CONTENT_URI_TRANSACTION, data, &reply);
42 int32_t exceptionCode = reply.readExceptionCode();
46 if (reply.readInt32() != 0) {
47 fd = dup(reply.readFileDescriptor());
  /frameworks/base/media/libmedia/
IMediaPlayerClient.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(IMediaPlayerClient, data, reply);
66 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);
IAudioFlingerClient.cpp 44 Parcel data, reply; local
60 remote()->transact(IO_CONFIG_CHANGED, data, &reply, IBinder::FLAG_ONEWAY);
69 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
73 CHECK_INTERFACE(IAudioFlingerClient, data, reply);
95 return BBinder::onTransact(code, data, reply, flags);
IAudioRecord.cpp 47 Parcel data, reply; local
49 status_t status = remote()->transact(START, data, &reply);
51 status = reply.readInt32();
60 Parcel data, reply; local
62 remote()->transact(STOP, data, &reply);
67 Parcel data, reply; local
70 status_t status = remote()->transact(GET_CBLK, data, &reply);
72 cblk = interface_cast<IMemory>(reply.readStrongBinder());
83 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
87 CHECK_INTERFACE(IAudioRecord, data, reply);
    [all...]
  /external/bluetooth/bluez/plugins/
hal.c 44 DBusMessage *reply; local
47 reply = dbus_pending_call_steal_reply(call);
49 if (dbus_set_error_from_message(NULL, reply) == TRUE) {
51 dbus_message_unref(reply);
55 if (dbus_message_get_args(reply, NULL, DBUS_TYPE_STRING, &formfactor,
58 dbus_message_unref(reply);
75 dbus_message_unref(reply);
  /external/dbus/test/name-test/
test-pending-call-dispatch.c 21 DBusMessage *reply; local
51 /* check the reply only to make sure we
54 reply = dbus_pending_call_steal_reply (echo_pending);
56 if (reply == NULL)
58 printf ("Failed: Reply is NULL ***\n");
62 if (dbus_message_get_type (reply) == DBUS_MESSAGE_TYPE_ERROR)
64 printf ("Failed: Reply is error: %s ***\n", dbus_message_get_error_name (reply));
68 dbus_message_unref (reply);
  /external/webkit/WebKit/mac/Plugins/Hosted/
ProxyInstance.h 85 std::auto_ptr<T> reply = m_instanceProxy->waitForReply<T>(requestID); local
87 // If the instance proxy was invalidated, just return a null reply.
91 return reply;
  /external/wpa_supplicant/wpa_gui-qt4/
userdatarequest.cpp 87 char reply[10]; local
88 size_t reply_len = sizeof(reply);
98 wpagui->ctrlRequest(cmd.ascii(), reply, &reply_len);
scanresults.cpp 63 char reply[8192]; local
69 reply_len = sizeof(reply) - 1;
70 if (wpagui->ctrlRequest("SCAN_RESULTS", reply, &reply_len) < 0)
72 reply[reply_len] = '\0';
76 QString res(reply);
101 char reply[10]; local
102 size_t reply_len = sizeof(reply);
107 wpagui->ctrlRequest("SCAN", reply, &reply_len);
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
userdatarequest.cpp 87 char reply[10]; local
88 size_t reply_len = sizeof(reply);
98 wpagui->ctrlRequest(cmd.toAscii().constData(), reply, &reply_len);
  /frameworks/base/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/base/core/java/android/database/
BulkCursorNative.java 59 public boolean onTransact(int code, Parcel data, Parcel reply, int flags)
68 reply.writeInt(0);
71 reply.writeNoException();
72 reply.writeInt(1);
73 window.writeToParcel(reply, 0);
80 reply.writeNoException();
81 reply.writeInt(count);
88 reply.writeNoException();
89 reply.writeInt(columnNames.length);
92 reply.writeString(columnNames[i])
209 Parcel reply = Parcel.obtain(); local
232 Parcel reply = Parcel.obtain(); local
249 Parcel reply = Parcel.obtain(); local
271 Parcel reply = Parcel.obtain(); local
294 Parcel reply = Parcel.obtain(); local
308 Parcel reply = Parcel.obtain(); local
321 Parcel reply = Parcel.obtain(); local
349 Parcel reply = Parcel.obtain(); local
370 Parcel reply = Parcel.obtain(); local
390 Parcel reply = Parcel.obtain(); local
407 Parcel reply = Parcel.obtain(); local
424 Parcel reply = Parcel.obtain(); local
    [all...]
  /frameworks/base/core/java/android/os/
Binder.java 214 protected boolean onTransact(int code, Parcel data, Parcel reply,
217 reply.writeString(getInterfaceDescriptor());
234 if (reply != null) {
235 reply.writeNoException();
273 public final boolean transact(int code, Parcel data, Parcel reply,
279 boolean r = onTransact(code, data, reply, flags);
280 if (reply != null) {
281 reply.setDataPosition(0);
314 Parcel reply = Parcel.obtain(replyObj); local
320 res = onTransact(code, data, reply, flags)
351 Parcel reply = Parcel.obtain(); local
    [all...]
ServiceManagerNative.java 50 public boolean onTransact(int code, Parcel data, Parcel reply, int flags)
58 reply.writeStrongBinder(service);
66 reply.writeStrongBinder(service);
81 reply.writeStringArray(list);
117 Parcel reply = Parcel.obtain(); local
120 mRemote.transact(GET_SERVICE_TRANSACTION, data, reply, 0);
121 IBinder binder = reply.readStrongBinder();
122 reply.recycle();
129 Parcel reply = Parcel.obtain(); local
132 mRemote.transact(CHECK_SERVICE_TRANSACTION, data, reply, 0)
142 Parcel reply = Parcel.obtain(); local
153 Parcel reply = Parcel.obtain(); local
165 Parcel reply = Parcel.obtain(); local
    [all...]
  /frameworks/base/libs/binder/
IPermissionController.cpp 42 Parcel data, reply; local
47 remote()->transact(CHECK_PERMISSION_TRANSACTION, data, &reply);
49 if (reply.readExceptionCode() != 0) return 0;
50 return reply.readInt32() != 0;
59 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
64 CHECK_INTERFACE(IPermissionController, data, reply);
69 reply->writeNoException();
70 reply->writeInt32(res ? 1 : 0);
74 return BBinder::onTransact(code, data, reply, flags);
  /frameworks/base/libs/camera/
ICameraService.cpp 40 Parcel data, reply; local
42 remote()->transact(BnCameraService::GET_NUMBER_OF_CAMERAS, data, &reply);
43 return reply.readInt32();
49 Parcel data, reply; local
52 remote()->transact(BnCameraService::GET_CAMERA_INFO, data, &reply);
53 cameraInfo->facing = reply.readInt32();
54 cameraInfo->orientation = reply.readInt32();
55 return reply.readInt32();
61 Parcel data, reply; local
65 remote()->transact(BnCameraService::CONNECT, data, &reply);
    [all...]
  /frameworks/base/libs/gui/
ISensorEventConnection.cpp 49 Parcel data, reply; local
51 remote()->transact(GET_SENSOR_CHANNEL, data, &reply);
52 return new SensorChannel(reply);
57 Parcel data, reply; local
61 remote()->transact(ENABLE_DISABLE, data, &reply);
62 return reply.readInt32();
67 Parcel data, reply; local
71 remote()->transact(SET_EVENT_RATE, data, &reply);
72 return reply.readInt32();
81 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags
    [all...]
ISensorServer.cpp 50 Parcel data, reply; local
52 remote()->transact(GET_SENSOR_LIST, data, &reply);
55 int32_t n = reply.readInt32();
58 reply.read(static_cast<Flattenable&>(s));
66 Parcel data, reply; local
68 remote()->transact(CREATE_SENSOR_EVENT_CONNECTION, data, &reply);
69 return interface_cast<ISensorEventConnection>(reply.readStrongBinder());
78 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
82 CHECK_INTERFACE(ISensorServer, data, reply);
85 reply->writeInt32(n)
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
ContactsAsyncHelper.java 112 // send the reply to the enclosing class.
113 Message reply = ContactsAsyncHelper.this.obtainMessage(msg.what); local
114 reply.arg1 = msg.arg1;
115 reply.obj = msg.obj;
116 reply.sendToTarget();

Completed in 359 milliseconds

1 2 3 4 5 6 7 8 9