Home
last modified time | relevance | path

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

12345

/system/tools/aidl/tests/
Daidl_test_client_ndk_delegate.cpp50 return T::fromBinder(binder); in getService()
74 auto fromAsBinder = ITestServiceDelegator::fromBinder(delegator->asBinder()); in TEST_F()
Daidl_test_client_ndk_versioned_interface.cpp45 versioned = IFooInterface::fromBinder(binder); in SetUp()
50 auto service = ITestService::fromBinder(testServiceBinder); in SetUp()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DIDeprecated.cpp48 std::shared_ptr<IDeprecated> IDeprecated::fromBinder(const ::ndk::SpAIBinder& binder) { in fromBinder() function in aidl::android::aidl::tests::IDeprecated
73 *instance = IDeprecated::fromBinder(binder); in readFromParcel()
DICircular.cpp109 std::shared_ptr<ICircular> ICircular::fromBinder(const ::ndk::SpAIBinder& binder) { in fromBinder() function in aidl::android::aidl::tests::ICircular
134 *instance = ICircular::fromBinder(binder); in readFromParcel()
DINamedCallback.cpp97 std::shared_ptr<INamedCallback> INamedCallback::fromBinder(const ::ndk::SpAIBinder& binder) { in fromBinder() function in aidl::android::aidl::tests::INamedCallback
122 *instance = INamedCallback::fromBinder(binder); in readFromParcel()
DIOldName.cpp97 std::shared_ptr<IOldName> IOldName::fromBinder(const ::ndk::SpAIBinder& binder) { in fromBinder() function in aidl::android::aidl::tests::IOldName
122 *instance = IOldName::fromBinder(binder); in readFromParcel()
DINewName.cpp97 std::shared_ptr<INewName> INewName::fromBinder(const ::ndk::SpAIBinder& binder) { in fromBinder() function in aidl::android::aidl::tests::INewName
122 *instance = INewName::fromBinder(binder); in readFromParcel()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DIDeprecated.cpp48 std::shared_ptr<IDeprecated> IDeprecated::fromBinder(const ::ndk::SpAIBinder& binder) { in fromBinder() function in aidl::android::aidl::tests::IDeprecated
73 *instance = IDeprecated::fromBinder(binder); in readFromParcel()
DICircular.cpp109 std::shared_ptr<ICircular> ICircular::fromBinder(const ::ndk::SpAIBinder& binder) { in fromBinder() function in aidl::android::aidl::tests::ICircular
134 *instance = ICircular::fromBinder(binder); in readFromParcel()
DIOldName.cpp97 std::shared_ptr<IOldName> IOldName::fromBinder(const ::ndk::SpAIBinder& binder) { in fromBinder() function in aidl::android::aidl::tests::IOldName
122 *instance = IOldName::fromBinder(binder); in readFromParcel()
DINamedCallback.cpp97 std::shared_ptr<INamedCallback> INamedCallback::fromBinder(const ::ndk::SpAIBinder& binder) { in fromBinder() function in aidl::android::aidl::tests::INamedCallback
122 *instance = INamedCallback::fromBinder(binder); in readFromParcel()
DINewName.cpp97 std::shared_ptr<INewName> INewName::fromBinder(const ::ndk::SpAIBinder& binder) { in fromBinder() function in aidl::android::aidl::tests::INewName
122 *instance = INewName::fromBinder(binder); in readFromParcel()
/system/vold/
DKeystore.cpp108 auto keystore2Service = ks2::IKeystoreService::fromBinder(binder); in Keystore()
228 auto maint_service = ks2_maint::IKeystoreMaintenance::fromBinder(binder); in earlyBootEnded()
241 auto maint_service = ks2_maint::IKeystoreMaintenance::fromBinder(binder); in deleteAllKeys()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DIDeprecated.h31 static std::shared_ptr<IDeprecated> fromBinder(const ::ndk::SpAIBinder& binder);
DINewName.h32 static std::shared_ptr<INewName> fromBinder(const ::ndk::SpAIBinder& binder);
DIOldName.h32 static std::shared_ptr<IOldName> fromBinder(const ::ndk::SpAIBinder& binder);
DINamedCallback.h32 static std::shared_ptr<INamedCallback> fromBinder(const ::ndk::SpAIBinder& binder);
DICircular.h36 static std::shared_ptr<ICircular> fromBinder(const ::ndk::SpAIBinder& binder);
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DIDeprecated.h31 static std::shared_ptr<IDeprecated> fromBinder(const ::ndk::SpAIBinder& binder);
DIOldName.h32 static std::shared_ptr<IOldName> fromBinder(const ::ndk::SpAIBinder& binder);
DINewName.h32 static std::shared_ptr<INewName> fromBinder(const ::ndk::SpAIBinder& binder);
DINamedCallback.h32 static std::shared_ptr<INamedCallback> fromBinder(const ::ndk::SpAIBinder& binder);
/system/hardware/interfaces/wifi/keystore/1.0/default/test/
DWifiLegacyKeystoreIntegrationTest.cpp151 auto legacyKeystore = lks::ILegacyKeystore::fromBinder(keystoreBinder); in LegacyKeystoreRemove()
169 auto legacyKeystore = lks::ILegacyKeystore::fromBinder(keystoreBinder); in LegacyKeystorePut()
184 auto legacyKeystore = lks::ILegacyKeystore::fromBinder(keystoreBinder); in LegacyKeystoreGet()
/system/hardware/interfaces/wifi/keystore/1.0/default/
Dkeystore.cpp107 auto keystore2 = ks2::IKeystoreService::fromBinder(keystoreBinder); in keyStore2GetCert()
164 auto keystore2 = ks2::IKeystoreService::fromBinder(keystoreBinder); in keyStore2GetPubKey()
204 auto keystore2 = ks2::IKeystoreService::fromBinder(keystoreBinder); in keyStore2Sign()
303 auto legacyKeystore = lks::ILegacyKeystore::fromBinder(keystoreBinder); in getLegacyKeystoreBlob()
/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspendBenchmark.cpp35 static std::shared_ptr<ISystemSuspend> suspendService = ISystemSuspend::fromBinder( in BM_acquireWakeLock()

12345