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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/native/services/connectivitymanager/
ConnectivityManager.cpp 37 Parcel data, reply; local
44 mConnectivityService->transact(TRANSACTION_markSocketAsUser, data, &reply, 0);
  /frameworks/native/services/batteryservice/
IBatteryPropertiesListener.cpp 34 Parcel data, reply; local
38 status_t err = remote()->transact(TRANSACT_BATTERYPROPERTIESCHANGED, data, &reply, IBinder::FLAG_ONEWAY);
  /external/chromium_org/third_party/mesa/src/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/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/main/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 71 DBusMessage *reply = NULL; local
103 reply = dbus_message_new_method_return(message);
104 if (reply == NULL)
108 dbus_message_append_args(reply, DBUS_TYPE_STRING, &pin,
113 dbus_message_append_args(reply, DBUS_TYPE_STRING, &npin,
116 return reply;
  /frameworks/av/camera/
ICameraServiceListener.cpp 46 Parcel data, reply; local
55 &reply,
58 reply.readExceptionCode();
68 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
72 CHECK_INTERFACE(ICameraServiceListener, data, reply);
78 reply->writeNoException();
83 return BBinder::onTransact(code, data, reply, flags);
  /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/
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/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);
  /frameworks/native/libs/gui/
IConsumerListener.cpp 42 Parcel data, reply; local
44 remote()->transact(ON_FRAME_AVAILABLE, data, &reply, IBinder::FLAG_ONEWAY);
48 Parcel data, reply; local
50 remote()->transact(ON_BUFFER_RELEASED, data, &reply, IBinder::FLAG_ONEWAY);
59 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
63 CHECK_INTERFACE(IConsumerListener, data, reply);
67 CHECK_INTERFACE(IConsumerListener, data, reply);
71 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/msm8x26/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);
  /frameworks/base/core/java/android/content/pm/
ParceledListSlice.java 76 Parcel reply = Parcel.obtain(); local
79 retriever.transact(IBinder.FIRST_CALL_TRANSACTION, data, reply, 0);
84 while (i < N && reply.readInt() != 0) {
85 mList.add(reply.readCreator(creator, loader));
89 reply.recycle();
131 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags)
134 return super.onTransact(code, data, reply, flags);
138 while (i < N && reply.dataSize() < MAX_IPC_SIZE) {
139 reply.writeInt(1);
140 mList.get(i).writeToParcel(reply, callFlags)
    [all...]
  /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...]
  /frameworks/base/core/java/android/os/
ServiceManagerNative.java 52 public boolean onTransact(int code, Parcel data, Parcel reply, int flags)
60 reply.writeStrongBinder(service);
68 reply.writeStrongBinder(service);
84 reply.writeStringArray(list);
120 Parcel reply = Parcel.obtain(); local
123 mRemote.transact(GET_SERVICE_TRANSACTION, data, reply, 0);
124 IBinder binder = reply.readStrongBinder();
125 reply.recycle();
132 Parcel reply = Parcel.obtain(); local
135 mRemote.transact(CHECK_SERVICE_TRANSACTION, data, reply, 0)
145 Parcel reply = Parcel.obtain(); local
160 Parcel reply = Parcel.obtain(); local
187 Parcel reply = Parcel.obtain(); local
    [all...]
  /cts/tests/tests/security/jni/
android_security_cts_LoadEffectLibraryTest.cpp 46 Parcel data, reply; local
58 status_t status = binder->transact(i, data, &reply);
62 status = reply.readInt32();
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/internal/kerberos/v5/
KDCReplyTest.java 34 KDCReply reply = (KDCReply) KDCReply.AS_REP_ASN1.decode(enc); local
36 assertEquals("msg-type", KDCReply.AS_REP, reply.getMsgtype());
37 assertEquals("crealm", "MY.REALM", reply.getCrealm());
39 reply.getCname());
42 Ticket ticket = reply.getTicket();
48 EncryptedData encPart = reply.getEncPart();
  /external/chromium_org/net/quic/
quic_crypto_server_stream.cc 42 CryptoHandshakeMessage reply; local
44 QuicErrorCode error = ProcessClientHello(message, &reply, &error_details);
51 if (reply.tag() != kSHLO) {
52 SendHandshakeMessage(reply);
64 config->ToHandshakeMessage(&reply);
80 SendHandshakeMessage(reply);
128 CryptoHandshakeMessage* reply,
137 &crypto_negotiated_params_, reply, error_details);
  /external/chromium_org/third_party/mesa/src/src/glx/
indirect_texture_compression.c 47 xGLXGetTexImageReply reply; local
56 image_bytes = reply.width;
57 assert(image_bytes <= ((4 * reply.length) - 0));
58 assert(image_bytes >= ((4 * reply.length) - 3));
62 if (image_bytes < (4 * reply.length)) {
63 _XEatData(dpy, (4 * reply.length) - image_bytes);
  /external/chromium_org/ui/base/x/
selection_owner.cc 69 XEvent reply; local
70 reply.xselection.type = SelectionNotify;
71 reply.xselection.requestor = event.requestor;
72 reply.xselection.selection = event.selection;
73 reply.xselection.target = event.target;
74 reply.xselection.property = None; // Indicates failure
75 reply.xselection.time = event.time;
90 reply.xselection.property = event.property;
107 reply.xselection.property = event.property;
113 // Send off the reply
    [all...]
  /external/mesa3d/src/glx/
indirect_texture_compression.c 47 xGLXGetTexImageReply reply; local
56 image_bytes = reply.width;
57 assert(image_bytes <= ((4 * reply.length) - 0));
58 assert(image_bytes >= ((4 * reply.length) - 3));
62 if (image_bytes < (4 * reply.length)) {
63 _XEatData(dpy, (4 * reply.length) - image_bytes);

Completed in 764 milliseconds

1 2 3 4 5 6 7 8 91011>>