Searched refs:reply (Results 101 - 125 of 401) sorted by relevance

1234567891011>>

/frameworks/av/media/utils/
H A DISchedulingPolicyService.h39 Parcel* reply,
/frameworks/base/libs/storage/include/storage/
H A DIMountShutdownObserver.h40 Parcel* reply,
/frameworks/native/include/binder/
H A DIAppOpsCallback.h46 Parcel* reply,
H A DIResultReceiver.h46 Parcel* reply,
H A DIShellCallback.h46 Parcel* reply,
/frameworks/native/include/input/
H A DIInputFlinger.h47 Parcel* reply, uint32_t flags = 0);
/frameworks/native/libs/binder/include/binder/
H A DIAppOpsCallback.h46 Parcel* reply,
H A DIResultReceiver.h46 Parcel* reply,
H A DIShellCallback.h46 Parcel* reply,
/frameworks/base/core/java/android/content/pm/
H A DBaseParceledListSlice.java96 Parcel reply = Parcel.obtain();
99 retriever.transact(IBinder.FIRST_CALL_TRANSACTION, data, reply, 0);
104 while (i < N && reply.readInt() != 0) {
105 final T parcelable = readCreator(creator, reply, loader);
113 reply.recycle();
176 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags)
179 return super.onTransact(code, data, reply, flags);
183 while (i < N && reply.dataSize() < MAX_IPC_SIZE) {
184 reply.writeInt(1);
188 writeElement(parcelable, reply, callFlag
206 writeElement(T parcelable, Parcel reply, int callFlags) argument
[all...]
/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/base/core/java/android/os/
H A DBinder.java453 * @param reply If the caller is expecting a result back, it should be marshalled
461 protected boolean onTransact(int code, @NonNull Parcel data, @Nullable Parcel reply, argument
464 reply.writeString(getInterfaceDescriptor());
477 if (reply != null) {
478 reply.writeNoException();
502 if (reply != null) {
503 reply.writeNoException();
620 public final boolean transact(int code, @NonNull Parcel data, @Nullable Parcel reply, argument
627 boolean r = onTransact(code, data, reply, flags);
628 if (reply !
744 transact(int code, Parcel data, Parcel reply, int flags) argument
773 transactNative(int code, Parcel data, Parcel reply, int flags) argument
[all...]
/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/obex/javax/obex/
H A DServerSession.java159 * request, this method will create a reply message to send to the server.
166 HeaderSet reply = new HeaderSet();
176 code = mListener.onAbort(request, reply);
187 * It will also send replies and receive requests until the final reply
188 * should be sent. When the final reply should be sent, this method will get
189 * the response code to use and send the reply. The
190 * <code>ServerOperation</code> object will always reply with a
191 * OBEX_HTTP_CONTINUE reply. It will only reply if further information is
222 if(V) Log.d(TAG,"Exception occured - sending OBEX_HTTP_INTERNAL_ERROR 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/media/
H A DIAudioFlingerClient.h50 Parcel* reply,
H A DIAudioRecord.h58 Parcel* reply,
H A DIDrmClient.h42 Parcel* reply,
H A DIEffectClient.h48 Parcel* reply,
H A DIMediaCodecService.h41 virtual status_t onTransact(uint32_t code, const Parcel& data, Parcel* reply,
H A DIMediaDrmService.h47 Parcel* reply,
H A DIMediaLogService.h40 virtual status_t onTransact(uint32_t code, const Parcel& data, Parcel* reply,
H A DIMediaPlayerClient.h41 Parcel* reply,

Completed in 486 milliseconds

1234567891011>>