/system/tools/aidl/tests/ |
D | aidl_test_client_ndk_delegate.cpp | 50 return T::fromBinder(binder); in getService() 74 auto fromAsBinder = ITestServiceDelegator::fromBinder(delegator->asBinder()); in TEST_F()
|
D | aidl_test_client_ndk_versioned_interface.cpp | 45 versioned = IFooInterface::fromBinder(binder); in SetUp() 50 auto service = ITestService::fromBinder(testServiceBinder); in SetUp()
|
D | aidl_test_client_ndk_nested.cpp | 46 return T::fromBinder(binder); in getService()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/ |
D | IDeprecated.cpp | 44 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()
|
D | INamedCallback.cpp | 93 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()
|
D | IOldName.cpp | 93 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()
|
D | INewName.cpp | 93 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()
|
D | ICircular.cpp | 105 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/ |
D | Keystore.cpp | 108 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/ |
D | IDeprecated.h | 27 static std::shared_ptr<IDeprecated> fromBinder(const ::ndk::SpAIBinder& binder);
|
D | IOldName.h | 28 static std::shared_ptr<IOldName> fromBinder(const ::ndk::SpAIBinder& binder);
|
D | INewName.h | 28 static std::shared_ptr<INewName> fromBinder(const ::ndk::SpAIBinder& binder);
|
D | INamedCallback.h | 28 static std::shared_ptr<INamedCallback> fromBinder(const ::ndk::SpAIBinder& binder);
|
D | ICircular.h | 32 static std::shared_ptr<ICircular> fromBinder(const ::ndk::SpAIBinder& binder);
|
/system/hardware/interfaces/wifi/keystore/1.0/default/test/ |
D | WifiLegacyKeystoreIntegrationTest.cpp | 151 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/ |
D | keystore.cpp | 107 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/ |
D | SystemSuspendBenchmark.cpp | 35 static std::shared_ptr<ISystemSuspend> suspendService = ISystemSuspend::fromBinder( in BM_acquireWakeLock()
|
/system/security/keystore/tests/ |
D | confirmationui_invocation_test.cpp | 51 auto apcService = apc::IProtectedConfirmation::fromBinder(apcBinder); in TEST()
|
/system/chre/host/common/ |
D | wifi_ext_hal_handler.cc | 58 mService = IWifiExt::fromBinder( in checkWifiExtHalConnected()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/nested/ |
D | INestedService.h | 84 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/ |
D | ILoggableInterface.h | 46 static std::shared_ptr<ISub> fromBinder(const ::ndk::SpAIBinder& binder); 108 static std::shared_ptr<ILoggableInterface> fromBinder(const ::ndk::SpAIBinder& binder);
|
/system/security/provisioner/ |
D | rkp_factory_extraction_tool.cpp | 78 auto rkp_service = IRemotelyProvisionedComponent::fromBinder(rkp_binder); in getCsrForInstance()
|
/system/core/usbd/ |
D | usbd.cpp | 56 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/ |
D | INestedService.cpp | 159 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/ |
D | fastboot_device.cpp | 55 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()
|