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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/native/services/batteryservice/
IBatteryPropertiesListener.cpp 34 Parcel data, reply; local
38 remote()->transact(TRANSACT_BATTERYPROPERTIESCHANGED, data, &reply, IBinder::FLAG_ONEWAY);
  /frameworks/av/camera/
ICameraServiceProxy.cpp 32 Parcel data, reply; local
34 remote()->transact(BnCameraServiceProxy::PING_FOR_USER_UPDATE, data, &reply,
42 status_t BnCameraServiceProxy::onTransact(uint32_t code, const Parcel& data, Parcel* reply,
46 CHECK_INTERFACE(ICameraServiceProxy, data, reply);
51 return BBinder::onTransact(code, data, reply, flags);
  /frameworks/native/libs/input/
IInputFlinger.cpp 35 Parcel data, reply; local
37 remote()->transact(BnInputFlinger::DO_SOMETHING_TRANSACTION, data, &reply);
38 return reply.readInt32();
46 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) {
49 CHECK_INTERFACE(IInputFlinger, data, reply);
50 reply->writeInt32(0);
54 return BBinder::onTransact(code, data, reply, flags);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/
LengthTest.java 63 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); local
64 checkReplyPacket(reply, "ReferenceType::Fields command");
66 int declared = reply.getNextValueAsInt();
68 long fieldID = reply.getNextValueAsFieldID();
69 String fieldName = reply.getNextValueAsString();
70 reply.getNextValueAsString();
71 reply.getNextValueAsInt();
98 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); local
99 checkReplyPacket(reply, "ReferenceType::GetValues command");
101 int values = reply.getNextValueAsInt()
    [all...]
GetValuesTest.java 65 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); local
66 checkReplyPacket(reply, "ReferenceType::Fields command");
68 int declared = reply.getNextValueAsInt();
70 long fieldID = reply.getNextValueAsFieldID();
71 String name = reply.getNextValueAsString();
72 reply.getNextValueAsString();
73 reply.getNextValueAsInt();
149 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); local
150 checkReplyPacket(reply, "ReferenceType::GetValues command");
152 assertEquals("ReferenceType::GetValues command returned invalid int value,", reply.getNextValueAsInt(), 1)
199 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); local
    [all...]
SetValuesTest.java 61 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); local
62 checkReplyPacket(reply, "ReferenceType::Fields command");
64 int declared = reply.getNextValueAsInt();
66 long fieldID = reply.getNextValueAsFieldID();
67 String name = reply.getNextValueAsString();
68 reply.getNextValueAsString();
69 reply.getNextValueAsInt();
107 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); local
108 checkReplyPacket(reply, "ReferenceType::GetValues command");
110 assertEquals("GetValuesCommand returned invalid number of values,", 1, reply.getNextValueAsInt())
132 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); local
    [all...]
  /external/mesa3d/src/glx/apple/
glxreply.c 35 xGLXSingleReply reply; local
37 (void) _XReply(dpy, (xReply *) & reply, 0, False);
39 if ((reply.length > 0) || reply_is_always_array) {
41 ? (4 * reply.length) : (reply.size * size);
50 (void) memcpy(dest, &(reply.pad3), size);
54 return reply.retval;
62 xGLXSingleReply reply; local
65 (void) _XReply(dpy, (xReply *) & reply, 0, False);
68 width = reply.pad3
    [all...]
  /external/valgrind/coregrind/m_mach/
mach_basics.c 54 static mach_port_t reply = 0; variable
58 if (!reply) reply = mach_reply_port();
59 return reply;
80 reply = 0;
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old_handlers_wps.c 70 DBusMessage *reply = NULL; local
103 reply = dbus_message_new_method_return(message);
104 if (reply == NULL)
111 dbus_message_append_args(reply, DBUS_TYPE_STRING, &pin,
113 return reply;
  /frameworks/av/drm/common/
IDrmServiceListener.cpp 28 Parcel data, reply; local
35 remote()->transact(NOTIFY, data, &reply);
36 return reply.readInt32();
42 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) {
47 CHECK_INTERFACE(IDrmServiceListener, data, reply);
53 reply->writeInt32(status);
58 return BBinder::onTransact(code, data, reply, flags);
  /frameworks/av/media/libmedia/
IAudioFlingerClient.cpp 44 Parcel data, reply; local
54 remote()->transact(IO_CONFIG_CHANGED, data, &reply, IBinder::FLAG_ONEWAY);
63 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
67 CHECK_INTERFACE(IAudioFlingerClient, data, reply);
81 return BBinder::onTransact(code, data, reply, flags);
IMediaHTTPService.cpp 38 Parcel data, reply; local
42 remote()->transact(MAKE_HTTP, data, &reply);
44 status_t err = reply.readInt32();
51 return interface_cast<IMediaHTTPConnection>(reply.readStrongBinder());
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);
  /frameworks/av/media/libmediaplayerservice/
ActivityManager.cpp 38 Parcel data, reply; local
41 status_t ret = am->transact(OPEN_CONTENT_URI_TRANSACTION, data, &reply);
43 int32_t exceptionCode = reply.readExceptionCode();
47 if (reply.readInt32() != 0) {
48 fd = dup(reply.readFileDescriptor());
  /frameworks/av/radio/
IRadioClient.cpp 43 Parcel data, reply; local
48 &reply);
58 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
62 CHECK_INTERFACE(IRadioClient, data, reply);
69 return BBinder::onTransact(code, data, reply, flags);
  /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 40 Parcel data, reply; local
44 remote()->transact(OP_CHANGED_TRANSACTION, data, &reply);
53 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
57 CHECK_INTERFACE(IAppOpsCallback, data, reply);
61 reply->writeNoException();
65 return BBinder::onTransact(code, data, reply, flags);
  /frameworks/native/libs/gui/
IProducerListener.cpp 36 Parcel data, reply; local
38 remote()->transact(ON_BUFFER_RELEASED, data, &reply, IBinder::FLAG_ONEWAY);
49 Parcel* reply, uint32_t flags) {
52 CHECK_INTERFACE(IProducerListener, data, reply);
56 return BBinder::onTransact(code, data, reply, flags);
  /hardware/qcom/display/msm8084/libqservice/
IQClient.cpp 51 Parcel *reply = outParcel; local
57 status_t result = remote()->transact(NOTIFY_CALLBACK, data, reply);
67 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
71 CHECK_INTERFACE(IQClient, data, reply);
73 notifyCallback(command, &data, reply);
77 return BBinder::onTransact(code, data, reply, flags);
  /hardware/qcom/display/msm8226/libqservice/
IQClient.cpp 51 Parcel *reply = outParcel; local
57 status_t result = remote()->transact(NOTIFY_CALLBACK, data, reply);
67 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
71 CHECK_INTERFACE(IQClient, data, reply);
73 notifyCallback(command, &data, reply);
77 return BBinder::onTransact(code, data, reply, flags);
  /hardware/qcom/display/msm8960/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);
  /hardware/qcom/display/msm8974/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);
  /hardware/qcom/display/msm8994/libqservice/
IQClient.cpp 51 Parcel *reply = outParcel; local
57 status_t result = remote()->transact(NOTIFY_CALLBACK, data, reply);
67 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
71 CHECK_INTERFACE(IQClient, data, reply);
73 notifyCallback(command, &data, reply);
77 return BBinder::onTransact(code, data, reply, flags);
  /system/core/gatekeeperd/
IUserManager.cpp 34 Parcel data, reply; local
37 status_t rc = remote()->transact(GET_CREDENTIAL_OWNER_PROFILE, data, &reply, 0);
43 int32_t exception = reply.readExceptionCode();
49 return reply.readInt32();
  /frameworks/base/core/java/android/database/
BulkCursorNative.java 57 public boolean onTransact(int code, Parcel data, Parcel reply, int flags)
65 reply.writeNoException();
67 reply.writeInt(0);
69 reply.writeInt(1);
70 window.writeToParcel(reply, Parcelable.PARCELABLE_WRITE_RETURN_VALUE);
78 reply.writeNoException();
85 reply.writeNoException();
94 reply.writeNoException();
95 reply.writeInt(count);
96 reply.writeBundle(getExtras())
158 Parcel reply = Parcel.obtain(); local
179 Parcel reply = Parcel.obtain(); local
195 Parcel reply = Parcel.obtain(); local
210 Parcel reply = Parcel.obtain(); local
224 Parcel reply = Parcel.obtain(); local
249 Parcel reply = Parcel.obtain(); local
267 Parcel reply = Parcel.obtain(); local
    [all...]

Completed in 603 milliseconds

1 2 3 4 5 6 7 8 91011>>