Searched refs:toBinder (Results 1 – 2 of 2) sorted by relevance
251 public static void copyAllowBlocking(IBinder fromBinder, IBinder toBinder) { in copyAllowBlocking() argument252 if (fromBinder instanceof BinderProxy && toBinder instanceof BinderProxy) { in copyAllowBlocking()253 ((BinderProxy) toBinder).mWarnOnBlocking = ((BinderProxy) fromBinder).mWarnOnBlocking; in copyAllowBlocking()
323 sp<hardware::IBinder> service = hardware::toBinder<hidl::base::V1_0::IBase>(ret); in JHwBinder_native_getService()