Home
last modified time | relevance | path

Searched refs:replyObj (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
DBinder.java554 private boolean execTransact(int code, long dataObj, long replyObj, in execTransact() argument
557 Parcel reply = Parcel.obtain(replyObj); in execTransact()
/frameworks/base/core/jni/
Dandroid_util_Binder.cpp1094 jint code, jobject dataObj, jobject replyObj, jint flags) // throws RemoteException in android_os_BinderProxy_transact() argument
1105 Parcel* reply = parcelForJavaObject(env, replyObj); in android_os_BinderProxy_transact()
1106 if (reply == NULL && replyObj != NULL) { in android_os_BinderProxy_transact()