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