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

12345678

/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java803 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
806 return super.onTransact(code, data, reply, flags);
5708 Parcel reply = null;
5741 reply = Parcel.obtain();
5745 binder.transact(IBinder.FIRST_CALL_TRANSACTION, data, reply, 0);
5747 reply.readException();
5762 if (reply != null) {
5763 reply.recycle();
/frameworks/media/libvideoeditor/lvpp/
H A DPreviewPlayerBase.cpp1857 status_t PreviewPlayerBase::getParameter(int key, Parcel *reply) { argument
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java603 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
606 return super.onTransact(code, data, reply, flags);
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java1202 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
1205 return super.onTransact(code, data, reply, flags);
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java1545 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
1548 return super.onTransact(code, data, reply, flags);
2362 // Propagate reply information over to the new activity.

Completed in 449 milliseconds

12345678