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

1234567

/frameworks/base/core/java/android/os/storage/
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);
H A DIMountService.java649 public boolean onTransact(int code, Parcel data, Parcel reply, argument
653 reply.writeString(DESCRIPTOR);
661 reply.writeNoException();
669 reply.writeNoException();
675 reply.writeNoException();
676 reply.writeInt((result ? 1 : 0));
684 reply.writeNoException();
690 reply.writeNoException();
691 reply.writeInt((result ? 1 : 0));
699 reply
[all...]
/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
H A DBpBinder.cpp109 Parcel send, reply; local
112 INTERFACE_TRANSACTION, send, &reply);
114 String16 res(reply.readString16());
138 Parcel reply; local
139 status_t err = transact(PING_TRANSACTION, send, &reply);
141 if (reply.dataSize() < sizeof(status_t)) return NOT_ENOUGH_DATA;
142 return (status_t)reply.readInt32();
148 Parcel reply; local
155 status_t err = transact(DUMP_TRANSACTION, send, &reply);
160 uint32_t code, const Parcel& data, Parcel* reply, uint32_
159 transact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) 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.java178 /* create a non-empty reply so the handler fires on completion */
179 byte[] reply = { result };
180 return new Chunk(CHUNK_HPDU, reply, 0, reply.length);
251 byte[] reply = new byte[1];
252 reply[0] = DdmVmInternal.getRecentAllocationStatus() ? (byte)1 :(byte)0;
253 return new Chunk(CHUNK_REAQ, reply, 0, reply.length);
265 /* generate the reply in a ready-to-go format */
266 byte[] reply
[all...]
H A DDdmHandleProfiling.java129 /* create a non-empty reply so the handler fires on completion */
130 byte[] reply = { result };
131 return new Chunk(CHUNK_MPRE, reply, 0, reply.length);
184 /* create a non-empty reply so the handler fires on completion */
185 byte[] reply = { (byte) result };
186 return new Chunk(CHUNK_MPRQ, reply, 0, reply.length);
/frameworks/base/media/libstagefright/rtsp/
H A DMyHandler.h150 sp<AMessage> reply = new AMessage('conn', id()); local
151 mConn->connect(mOriginalSessionURL.c_str(), reply);
364 sp<AMessage> reply = new AMessage('desc', id()); local
365 mConn->sendRequest(request.c_str(), reply);
376 sp<AMessage> reply = new AMessage('conn', id()); local
377 mConn->connect(mOriginalSessionURL.c_str(), reply);
411 sp<AMessage> reply = new AMessage('desc', id()); local
412 mConn->sendRequest(request.c_str(), reply);
467 sp<AMessage> reply = new AMessage('disc', id()); local
468 mConn->disconnect(reply);
562 sp<AMessage> reply = new AMessage('play', id()); local
565 sp<AMessage> reply = new AMessage('disc', id()); local
596 sp<AMessage> reply = new AMessage('disc', id()); local
627 sp<AMessage> reply = new AMessage('tear', id()); local
659 sp<AMessage> reply = new AMessage('disc', id()); local
837 sp<AMessage> reply = new AMessage('see1', id()); local
871 sp<AMessage> reply = new AMessage('see2', id()); local
1117 sp<AMessage> reply = new AMessage('setu', id()); local
1175 sp<AMessage> reply = new AMessage('setu', id()); local
[all...]
/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/core/java/android/os/
H A DIBinder.java168 * @param reply Marshalled data to be received from the target. May be
173 public boolean transact(int code, Parcel data, Parcel reply, int flags) argument
/frameworks/base/include/binder/
H A DIPermissionController.h47 Parcel* reply,
H A DIMemory.h59 Parcel* reply,
89 Parcel* reply,
/frameworks/base/include/gui/
H A DISensorServer.h50 Parcel* reply,
H A DSensorChannel.h43 status_t writeToParcel(Parcel* reply) const;
/frameworks/base/include/media/
H A DIAudioFlingerClient.h47 Parcel* reply,
H A DIAudioRecord.h60 Parcel* reply,
H A DIEffectClient.h48 Parcel* reply,
H A DIMediaPlayerClient.h41 Parcel* reply,
H A DIMediaRecorderClient.h41 Parcel* reply,
H A DIMediaPlayer.h55 // for the request and reply.
58 // @param[out] reply Parcel to hold the reply data. Cannot be null.
60 virtual status_t invoke(const Parcel& request, Parcel *reply) = 0;
92 Parcel* reply,
/frameworks/base/include/storage/
H A DIMountServiceListener.h39 Parcel* reply, uint32_t flags = 0);
H A DIObbActionListener.h42 Parcel* reply,
/frameworks/base/include/ui/
H A DIOverlay.h45 Parcel* reply,
/frameworks/base/libs/ui/
H A DOverlay.cpp193 status_t OverlayRef::writeToParcel(Parcel* reply, const sp<OverlayRef>& o) { argument
195 reply->writeStrongBinder(o->mOverlayChannel->asBinder());
196 reply->writeInt32(o->mWidth);
197 reply->writeInt32(o->mHeight);
198 reply->writeInt32(o->mFormat);
199 reply->writeInt32(o->mWidthStride);
200 reply->writeInt32(o->mHeightStride);
201 reply->writeNativeHandle(o->mOverlayHandle);
203 reply->writeStrongBinder(NULL);

Completed in 223 milliseconds

1234567