Searched defs:replyObj (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
H A DBinder.java329 private boolean execTransact(int code, int dataObj, int replyObj, argument
332 Parcel reply = Parcel.obtain(replyObj);
/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp1058 jint code, jobject dataObj, jobject replyObj, jint flags) // throws RemoteException
1069 Parcel* reply = parcelForJavaObject(env, replyObj);
1070 if (reply == NULL && replyObj != NULL) {
1057 android_os_BinderProxy_transact(JNIEnv* env, jobject obj, jint code, jobject dataObj, jobject replyObj, jint flags) argument

Completed in 143 milliseconds