Searched refs:fromBinder (Results 1 – 4 of 4) 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()
166 return hardware::fromBinder< in GetDescrambler()
109 sp<ICas> cas = hardware::fromBinder<ICas, BpHwCas, BnHwCas>(hwBinder); in setMediaCas()
430 return hardware::fromBinder<hidl::base::V1_0::IBase, hidl::base::V1_0::BpHwBase, in toIBase()