Home
last modified time | relevance | path

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

123

/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()
Daidl_test_client_ndk_nested.cpp46 return T::fromBinder(binder); in getService()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DIDeprecated.cpp44 std::shared_ptr<IDeprecated> IDeprecated::fromBinder(const ::ndk::SpAIBinder& binder) { in fromBinder() function in aidl::android::aidl::tests::IDeprecated
60 *instance = IDeprecated::fromBinder(binder); in readFromParcel()
DINamedCallback.cpp93 std::shared_ptr<INamedCallback> INamedCallback::fromBinder(const ::ndk::SpAIBinder& binder) { in fromBinder() function in aidl::android::aidl::tests::INamedCallback
109 *instance = INamedCallback::fromBinder(binder); in readFromParcel()
DIOldName.cpp93 std::shared_ptr<IOldName> IOldName::fromBinder(const ::ndk::SpAIBinder& binder) { in fromBinder() function in aidl::android::aidl::tests::IOldName
109 *instance = IOldName::fromBinder(binder); in readFromParcel()
DINewName.cpp93 std::shared_ptr<INewName> INewName::fromBinder(const ::ndk::SpAIBinder& binder) { in fromBinder() function in aidl::android::aidl::tests::INewName
109 *instance = INewName::fromBinder(binder); in readFromParcel()
DICircular.cpp105 std::shared_ptr<ICircular> ICircular::fromBinder(const ::ndk::SpAIBinder& binder) { in fromBinder() function in aidl::android::aidl::tests::ICircular
121 *instance = ICircular::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.h27 static std::shared_ptr<IDeprecated> fromBinder(const ::ndk::SpAIBinder& binder);
DIOldName.h28 static std::shared_ptr<IOldName> fromBinder(const ::ndk::SpAIBinder& binder);
DINewName.h28 static std::shared_ptr<INewName> fromBinder(const ::ndk::SpAIBinder& binder);
DINamedCallback.h28 static std::shared_ptr<INamedCallback> fromBinder(const ::ndk::SpAIBinder& binder);
DICircular.h32 static std::shared_ptr<ICircular> 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()
/system/security/keystore/tests/
Dconfirmationui_invocation_test.cpp51 auto apcService = apc::IProtectedConfirmation::fromBinder(apcBinder); in TEST()
/system/chre/host/common/
Dwifi_ext_hal_handler.cc58 mService = IWifiExt::fromBinder( in checkWifiExtHalConnected()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/nested/
DINestedService.h84 static std::shared_ptr<ICallback> fromBinder(const ::ndk::SpAIBinder& binder);
117 static std::shared_ptr<INestedService> fromBinder(const ::ndk::SpAIBinder& binder);
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/include/aidl/android/aidl/loggable/
DILoggableInterface.h46 static std::shared_ptr<ISub> fromBinder(const ::ndk::SpAIBinder& binder);
108 static std::shared_ptr<ILoggableInterface> fromBinder(const ::ndk::SpAIBinder& binder);
/system/security/provisioner/
Drkp_factory_extraction_tool.cpp78 auto rkp_service = IRemotelyProvisionedComponent::fromBinder(rkp_binder); in getCsrForInstance()
/system/core/usbd/
Dusbd.cpp56 aidl::android::hardware::usb::gadget::IUsbGadget::fromBinder( in main()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/nested/
DINestedService.cpp159 std::shared_ptr<INestedService> INestedService::fromBinder(const ::ndk::SpAIBinder& binder) { in fromBinder() function in aidl::android::aidl::tests::nested::INestedService
175 *instance = INestedService::fromBinder(binder); in readFromParcel()
348 std::shared_ptr<INestedService::ICallback> INestedService::ICallback::fromBinder(const ::ndk::SpAIB… in fromBinder() function in aidl::android::aidl::tests::nested::INestedService::ICallback
364 *instance = ICallback::fromBinder(binder); in readFromParcel()
/system/core/fastboot/device/
Dfastboot_device.cpp55 std::shared_ptr<IHealth> health = IHealth::fromBinder(binder); in get_health_service()
75 std::shared_ptr<IFastboot> fastboot = IFastboot::fromBinder(binder); in get_fastboot_service()

123