Searched refs:reply (Results 51 - 75 of 180) sorted by relevance

12345678

/frameworks/base/media/libstagefright/rtsp/
H A DARTSPConnection.cpp67 void ARTSPConnection::connect(const char *url, const sp<AMessage> &reply) { argument
70 msg->setMessage("reply", reply);
74 void ARTSPConnection::disconnect(const sp<AMessage> &reply) { argument
76 msg->setMessage("reply", reply);
81 const char *request, const sp<AMessage> &reply) {
84 msg->setMessage("reply", reply);
88 void ARTSPConnection::observeBinaryData(const sp<AMessage> &reply) { argument
80 sendRequest( const char *request, const sp<AMessage> &reply) argument
227 sp<AMessage> reply; local
332 sp<AMessage> reply; local
341 sp<AMessage> reply; local
401 sp<AMessage> reply; local
505 sp<AMessage> reply = mPendingRequests.valueAt(i); local
733 sp<AMessage> reply = mPendingRequests.valueAt(i); local
868 sp<AMessage> reply = mPendingRequests.valueAt(i); local
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DTakeScreenshotService.java43 Message reply = Message.obtain(null, 1);
45 callback.send(reply);
/frameworks/base/core/java/android/os/storage/
H A DIMountShutdownObserver.java60 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
64 reply.writeString(DESCRIPTOR);
72 reply.writeNoException();
76 return super.onTransact(code, data, reply, flags);
H A DIObbActionListener.java61 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
65 reply.writeString(DESCRIPTOR);
77 reply.writeNoException();
81 return super.onTransact(code, data, reply, flags);
H A DIMountService.java809 public boolean onTransact(int code, Parcel data, Parcel reply, argument
813 reply.writeString(DESCRIPTOR);
821 reply.writeNoException();
829 reply.writeNoException();
835 reply.writeNoException();
836 reply.writeInt((result ? 1 : 0));
844 reply.writeNoException();
850 reply.writeNoException();
851 reply.writeInt((result ? 1 : 0));
859 reply
[all...]
H A DIMountServiceListener.java61 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
65 reply.writeString(DESCRIPTOR);
73 reply.writeNoException();
85 reply.writeNoException();
89 return super.onTransact(code, data, reply, flags);
/frameworks/base/include/storage/
H A DIMountShutdownObserver.h40 Parcel* reply,
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DMediaPlayerInvokeTest.java64 Parcel reply = Parcel.obtain();
68 assertEquals(0, mPlayer.invoke(request, reply));
69 assertEquals(val, reply.readInt());
/frameworks/base/media/libmedia/
H A DIAudioFlingerClient.cpp44 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);
68 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/base/libs/binder/
H A DBinder.cpp97 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
104 reply->writeInt32(pingBinder());
107 err = onTransact(code, data, reply, flags);
111 if (reply != NULL) {
112 reply->setDataPosition(0);
186 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
190 reply->writeString16(getInterfaceDescriptor());
96 transact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
185 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/base/core/jni/
H A Dandroid_bluetooth_common.cpp155 dbus_bool_t reply = FALSE; local
182 reply = dbus_connection_send_with_reply(conn, msg,
185 if (reply == TRUE) {
195 return reply;
201 void (*reply)(DBusMessage *, void *, void*),
215 reply, user, nat,
222 // If err is NULL, then any errors will be LOGE'd, and free'd and the reply
238 DBusMessage *msg = NULL, *reply = NULL; local
262 reply = dbus_connection_send_with_reply_and_block(conn, msg, timeout_ms, err);
272 return reply;
328 dbus_returns_unixfd(JNIEnv *env, DBusMessage *reply) argument
344 dbus_returns_int32(JNIEnv *env, DBusMessage *reply) argument
359 dbus_returns_uint32(JNIEnv *env, DBusMessage *reply) argument
374 dbus_returns_string(JNIEnv *env, DBusMessage *reply) argument
393 dbus_returns_boolean(JNIEnv *env, DBusMessage *reply) argument
421 dbus_returns_array_of_object_path(JNIEnv *env, DBusMessage *reply) argument
451 dbus_returns_array_of_strings(JNIEnv *env, DBusMessage *reply) argument
482 dbus_returns_array_of_bytes(JNIEnv *env, DBusMessage *reply) argument
551 append_dict_args(DBusMessage *reply, const char *first_key, ...) argument
[all...]
/frameworks/base/obex/javax/obex/
H A DServerSession.java155 * request, this method will create a reply message to send to the server.
162 HeaderSet reply = new HeaderSet();
172 code = mListener.onAbort(request, reply);
183 * It will also send replies and receive requests until the final reply
184 * should be sent. When the final reply should be sent, this method will get
185 * the response code to use and send the reply. The
186 * <code>ServerOperation</code> object will always reply with a
187 * OBEX_HTTP_CONTINUE reply. It will only reply if further information is
228 * It will also send replies and receive requests until the final reply
[all...]
/frameworks/base/core/java/android/ddm/
H A DDdmHandleHeap.java177 /* create a non-empty reply so the handler fires on completion */
178 byte[] reply = { result };
179 return new Chunk(CHUNK_HPDU, reply, 0, reply.length);
250 byte[] reply = new byte[1];
251 reply[0] = DdmVmInternal.getRecentAllocationStatus() ? (byte)1 :(byte)0;
252 return new Chunk(CHUNK_REAQ, reply, 0, reply.length);
264 /* generate the reply in a ready-to-go format */
265 byte[] reply
[all...]
H A DDdmHandleProfiling.java128 /* create a non-empty reply so the handler fires on completion */
129 byte[] reply = { result };
130 return new Chunk(CHUNK_MPRE, reply, 0, reply.length);
183 /* create a non-empty reply so the handler fires on completion */
184 byte[] reply = { (byte) result };
185 return new Chunk(CHUNK_MPRQ, reply, 0, reply.length);
/frameworks/base/cmds/servicemanager/
H A Dbinder.h69 struct binder_io *reply);
78 struct binder_io *msg, struct binder_io *reply,
87 struct binder_io *msg, struct binder_io *reply);
/frameworks/base/include/media/
H A DIMediaPlayer.h60 virtual status_t getParameter(int key, Parcel* reply) = 0;
63 // for the request and reply.
66 // @param[out] reply Parcel to hold the reply data. Cannot be null.
68 virtual status_t invoke(const Parcel& request, Parcel *reply) = 0;
100 Parcel* reply,
H A DIAudioFlingerClient.h47 Parcel* reply,
H A DIAudioRecord.h60 Parcel* reply,
H A DIEffectClient.h48 Parcel* reply,
H A DIMediaPlayerClient.h41 Parcel* reply,
/frameworks/base/include/binder/
H A DIPermissionController.h47 Parcel* reply,
/frameworks/base/include/camera/
H A DICameraRecordingProxy.h95 Parcel* reply,
H A DICameraRecordingProxyListener.h46 Parcel* reply,
/frameworks/base/include/gui/
H A DISensorServer.h50 Parcel* reply,
H A DSensorChannel.h43 status_t writeToParcel(Parcel* reply) const;

Completed in 1197 milliseconds

12345678