Searched refs:fromBinder (Results 1 – 8 of 8) sorted by relevance
100 aidl::IBinderVendorDoubleLoadTest::fromBinder(binder); in TEST()123 std::shared_ptr<IServiceManager> manager = IServiceManager::fromBinder(binder); in TEST()
316 aidl::IBinderNdkUnitTest::fromBinder(binder); in TEST()339 aidl::IBinderNdkUnitTest::fromBinder(binder); in TEST()
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()
55 return aidl::android::hardware::vibrator::IVibrator::fromBinder(vibBinder);
257 aidl::IBinderStabilityTest::fromBinder(binder); in TEST()
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()