/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()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/ |
D | IDeprecated.cpp | 48 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()
|
D | ICircular.cpp | 109 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()
|
D | INamedCallback.cpp | 97 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()
|
D | IOldName.cpp | 97 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()
|
D | INewName.cpp | 97 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/ |
D | IDeprecated.cpp | 48 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()
|
D | ICircular.cpp | 109 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()
|
D | IOldName.cpp | 97 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()
|
D | INamedCallback.cpp | 97 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()
|
D | INewName.cpp | 97 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/ |
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 | 31 static std::shared_ptr<IDeprecated> fromBinder(const ::ndk::SpAIBinder& binder);
|
D | INewName.h | 32 static std::shared_ptr<INewName> fromBinder(const ::ndk::SpAIBinder& binder);
|
D | IOldName.h | 32 static std::shared_ptr<IOldName> fromBinder(const ::ndk::SpAIBinder& binder);
|
D | INamedCallback.h | 32 static std::shared_ptr<INamedCallback> fromBinder(const ::ndk::SpAIBinder& binder);
|
D | ICircular.h | 36 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/ |
D | IDeprecated.h | 31 static std::shared_ptr<IDeprecated> fromBinder(const ::ndk::SpAIBinder& binder);
|
D | IOldName.h | 32 static std::shared_ptr<IOldName> fromBinder(const ::ndk::SpAIBinder& binder);
|
D | INewName.h | 32 static std::shared_ptr<INewName> fromBinder(const ::ndk::SpAIBinder& binder);
|
D | INamedCallback.h | 32 static std::shared_ptr<INamedCallback> 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()
|