Searched refs:reply (Results 76 - 100 of 262) sorted by relevance

1234567891011

/frameworks/av/camera/
H A DICameraClient.cpp45 Parcel data, reply; local
50 remote()->transact(NOTIFY_CALLBACK, data, &reply, IBinder::FLAG_ONEWAY);
58 Parcel data, reply; local
66 remote()->transact(DATA_CALLBACK, data, &reply, IBinder::FLAG_ONEWAY);
73 Parcel data, reply; local
78 remote()->transact(DATA_CALLBACK_TIMESTAMP, data, &reply, IBinder::FLAG_ONEWAY);
87 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
92 CHECK_INTERFACE(ICameraClient, data, reply);
101 CHECK_INTERFACE(ICameraClient, data, reply);
117 CHECK_INTERFACE(ICameraClient, data, reply);
86 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
[all...]
/frameworks/base/media/tests/players/
H A Dinvoke_mock_media_player.cpp87 virtual status_t invoke(const Parcel& request, Parcel *reply);
89 virtual status_t getParameter(int key, Parcel *reply) {return OK;} argument
93 // Take a request, copy it to the reply.
94 void ping(const Parcel& request, Parcel *reply);
100 status_t Player::invoke(const Parcel& request, Parcel *reply) argument
104 ping(request, reply);
111 void Player::ping(const Parcel& request, Parcel *reply) argument
115 reply->setData(static_cast<const uint8_t*>(request.readInplace(len)), len);
/frameworks/native/libs/binder/
H A DIMemory.cpp181 Parcel data, reply; local
183 if (remote()->transact(GET_MEMORY, data, &reply) == NO_ERROR) {
184 sp<IBinder> heap = reply.readStrongBinder();
185 ssize_t o = reply.readInt32();
186 size_t s = reply.readInt32();
212 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
216 CHECK_INTERFACE(IMemory, data, reply);
219 reply->writeStrongBinder( getMemory(&offset, &size)->asBinder() );
220 reply->writeInt32(offset);
221 reply
211 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
291 Parcel data, reply; local
364 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
[all...]
H A DBinder.cpp98 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
105 reply->writeInt32(pingBinder());
108 err = onTransact(code, data, reply, flags);
112 if (reply != NULL) {
113 reply->setDataPosition(0);
197 uint32_t code, const Parcel& data, Parcel* reply, uint32_t /*flags*/)
201 reply->writeString16(getInterfaceDescriptor());
97 transact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
196 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t ) argument
/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.cpp70 void ARTSPConnection::connect(const char *url, const sp<AMessage> &reply) { argument
73 msg->setMessage("reply", reply);
77 void ARTSPConnection::disconnect(const sp<AMessage> &reply) { argument
79 msg->setMessage("reply", reply);
84 const char *request, const sp<AMessage> &reply) {
87 msg->setMessage("reply", reply);
91 void ARTSPConnection::observeBinaryData(const sp<AMessage> &reply) { argument
83 sendRequest( const char *request, const sp<AMessage> &reply) argument
231 sp<AMessage> reply; local
339 sp<AMessage> reply; local
348 sp<AMessage> reply; local
409 sp<AMessage> reply; local
512 sp<AMessage> reply = mPendingRequests.valueAt(i); local
743 sp<AMessage> reply = mPendingRequests.valueAt(i); local
879 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/av/include/media/
H A DIAudioPolicyServiceClient.h48 Parcel* reply,
/frameworks/av/services/audioflinger/
H A DISchedulingPolicyService.h39 Parcel* 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 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.java1006 public boolean onTransact(int code, Parcel data, Parcel reply, argument
1010 reply.writeString(DESCRIPTOR);
1018 reply.writeNoException();
1026 reply.writeNoException();
1032 reply.writeNoException();
1033 reply.writeInt((result ? 1 : 0));
1041 reply.writeNoException();
1047 reply.writeNoException();
1048 reply.writeInt((result ? 1 : 0));
1056 reply
[all...]
/frameworks/base/include/storage/
H A DIMountShutdownObserver.h40 Parcel* reply,
/frameworks/native/include/binder/
H A DIAppOpsCallback.h46 Parcel* reply,
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DMediaPlayerInvokeTest.java64 Parcel reply = Parcel.obtain();
68 mPlayer.invoke(request, reply);
69 assertEquals(val, reply.readInt());
/frameworks/native/cmds/installd/
H A Dinstalld.c27 #define REPLY_MAX 256 /* largest reply allowed */
29 static int do_ping(char **arg, char reply[REPLY_MAX]) argument
34 static int do_install(char **arg, char reply[REPLY_MAX]) argument
39 static int do_dexopt(char **arg, char reply[REPLY_MAX]) argument
45 static int do_mark_boot_complete(char **arg, char reply[REPLY_MAX]) argument
50 static int do_move_dex(char **arg, char reply[REPLY_MAX]) argument
55 static int do_rm_dex(char **arg, char reply[REPLY_MAX]) argument
60 static int do_remove(char **arg, char reply[REPLY_MAX]) argument
65 static int do_rename(char **arg, char reply[REPLY_MAX]) argument
70 static int do_fixuid(char **arg, char reply[REPLY_MA argument
75 do_free_cache(char **arg, char reply[REPLY_MAX]) argument
80 do_rm_cache(char **arg, char reply[REPLY_MAX]) argument
85 do_rm_code_cache(char **arg, char reply[REPLY_MAX]) argument
90 do_get_size(char **arg, char reply[REPLY_MAX]) argument
111 do_rm_user_data(char **arg, char reply[REPLY_MAX]) argument
116 do_mk_user_data(char **arg, char reply[REPLY_MAX]) argument
122 do_mk_user_config(char **arg, char reply[REPLY_MAX]) argument
127 do_rm_user(char **arg, char reply[REPLY_MAX]) argument
132 do_movefiles(char **arg, char reply[REPLY_MAX]) argument
137 do_linklib(char **arg, char reply[REPLY_MAX]) argument
142 do_idmap(char **arg, char reply[REPLY_MAX]) argument
153 do_patchoat(char **arg, char reply[REPLY_MAX]) argument
234 char reply[REPLY_MAX]; local
[all...]
/frameworks/av/media/libmedia/
H A DIAudioFlingerClient.cpp44 Parcel data, reply; local
61 remote()->transact(IO_CONFIG_CHANGED, data, &reply, IBinder::FLAG_ONEWAY);
70 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
74 CHECK_INTERFACE(IAudioFlingerClient, data, reply);
96 return BBinder::onTransact(code, data, reply, flags);
69 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMnsObexServer.java52 public int onConnect(final HeaderSet request, HeaderSet reply) { argument
68 reply.setHeader(HeaderSet.WHO, MNS_TARGET);
73 public void onDisconnect(final HeaderSet request, HeaderSet reply) { argument
116 public int onAbort(final HeaderSet request, HeaderSet reply) { argument
123 public int onSetPath(final HeaderSet request, HeaderSet reply, argument
/frameworks/base/core/java/android/content/pm/
H A DParceledListSlice.java94 Parcel reply = Parcel.obtain();
97 retriever.transact(IBinder.FIRST_CALL_TRANSACTION, data, reply, 0);
102 while (i < N && reply.readInt() != 0) {
103 final T parcelable = reply.readCreator(creator, loader);
111 reply.recycle();
166 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags)
169 return super.onTransact(code, data, reply, flags);
173 while (i < N && reply.dataSize() < MAX_IPC_SIZE) {
174 reply.writeInt(1);
178 parcelable.writeToParcel(reply, callFlag
[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.java136 /* create a non-empty reply so the handler fires on completion */
137 byte[] reply = { result };
138 return new Chunk(CHUNK_MPRE, reply, 0, reply.length);
189 /* create a non-empty reply so the handler fires on completion */
190 byte[] reply = { (byte) result };
191 return new Chunk(CHUNK_MPRQ, reply, 0, reply.length);
/frameworks/native/cmds/servicemanager/
H A Dbinder.h47 struct binder_io *reply);
56 struct binder_io *msg, struct binder_io *reply,
65 struct binder_io *msg, struct binder_io *reply);
/frameworks/av/include/camera/
H A DICameraRecordingProxy.h95 Parcel* reply,
H A DICameraRecordingProxyListener.h46 Parcel* reply,

Completed in 555 milliseconds

1234567891011