Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/jni/
H A Dandroid_os_HwBinder.cpp158 ScopedLocalRef<jobject> replyObj(env, nullptr); in onTransact() local
167 replyObj.reset(JHwParcel::NewObject(env)); in onTransact()
169 replyContext = JHwParcel::GetNativeContext(env, replyObj.get()); in onTransact()
180 replyObj.get(), in onTransact()
H A Dandroid_os_HwRemoteBinder.cpp320 jobject replyObj, in JHwRemoteBinder_native_transact() argument
334 JHwParcel::GetNativeContext(env, replyObj)->getParcel(); in JHwRemoteBinder_native_transact()
H A Dandroid_util_Binder.cpp1383 jint code, jobject dataObj, jobject replyObj, jint flags) // throws RemoteException in android_os_BinderProxy_transact() argument
1394 Parcel* reply = parcelForJavaObject(env, replyObj); in android_os_BinderProxy_transact()
1395 if (reply == NULL && replyObj != NULL) { in android_os_BinderProxy_transact()
/aosp12/frameworks/base/core/java/android/os/
H A DBinder.java1136 private boolean execTransact(int code, long dataObj, long replyObj, in execTransact() argument
1143 return execTransactInternal(code, dataObj, replyObj, flags, callingUid); in execTransact()
1149 private boolean execTransactInternal(int code, long dataObj, long replyObj, int flags, in execTransactInternal() argument
1156 Parcel reply = Parcel.obtain(replyObj); in execTransactInternal()