Home
last modified time | relevance | path

Searched refs:fromBinder (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/libs/binder/ndk/tests/
DbinderVendorDoubleLoadTest.cpp100 aidl::IBinderVendorDoubleLoadTest::fromBinder(binder); in TEST()
123 std::shared_ptr<IServiceManager> manager = IServiceManager::fromBinder(binder); in TEST()
Dlibbinder_ndk_unit_test.cpp316 aidl::IBinderNdkUnitTest::fromBinder(binder); in TEST()
339 aidl::IBinderNdkUnitTest::fromBinder(binder); in TEST()
/frameworks/base/core/java/android/os/
DBinder.java242 public static void copyAllowBlocking(IBinder fromBinder, IBinder toBinder) { in copyAllowBlocking() argument
243 if (fromBinder instanceof BinderProxy && toBinder instanceof BinderProxy) { in copyAllowBlocking()
244 ((BinderProxy) toBinder).mWarnOnBlocking = ((BinderProxy) fromBinder).mWarnOnBlocking; in copyAllowBlocking()
/frameworks/native/cmds/idlcli/
Dvibrator.h55 return aidl::android::hardware::vibrator::IVibrator::fromBinder(vibBinder);
/frameworks/native/libs/binder/tests/
DbinderStabilityTest.cpp257 aidl::IBinderStabilityTest::fromBinder(binder); in TEST()
/frameworks/base/media/jni/
Dandroid_media_MediaDescrambler.cpp166 return hardware::fromBinder< in GetDescrambler()
Dandroid_media_MediaExtractor.cpp109 sp<ICas> cas = hardware::fromBinder<ICas, BpHwCas, BnHwCas>(hwBinder); in setMediaCas()
/frameworks/base/core/jni/
Dandroid_os_HwRemoteBinder.cpp430 return hardware::fromBinder<hidl::base::V1_0::IBase, hidl::base::V1_0::BpHwBase, in toIBase()