Searched refs:replyObj (Results 1 – 2 of 2) sorted by relevance
554 private boolean execTransact(int code, long dataObj, long replyObj, in execTransact() argument557 Parcel reply = Parcel.obtain(replyObj); in execTransact()
1094 jint code, jobject dataObj, jobject replyObj, jint flags) // throws RemoteException in android_os_BinderProxy_transact() argument1105 Parcel* reply = parcelForJavaObject(env, replyObj); in android_os_BinderProxy_transact()1106 if (reply == NULL && replyObj != NULL) { in android_os_BinderProxy_transact()