Home
last modified time | relevance | path

Searched refs:setDefaultImpl (Results 1 – 25 of 28) sorted by relevance

12

/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
DIDeprecated.h28 static bool setDefaultImpl(const std::shared_ptr<IDeprecated>& impl);
DIOldName.h29 static bool setDefaultImpl(const std::shared_ptr<IOldName>& impl);
DINewName.h29 static bool setDefaultImpl(const std::shared_ptr<INewName>& impl);
DINamedCallback.h29 static bool setDefaultImpl(const std::shared_ptr<INamedCallback>& impl);
DITestService.h163 static bool setDefaultImpl(const std::shared_ptr<ITestService>& impl);
/system/tools/aidl/tests/
Daidl_test_client_defaultimpl.cpp43 auto ret = ITestService::setDefaultImpl(std::move(defImpl)); in TEST_F()
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DIDeprecated.rs18 fn setDefaultImpl(d: IDeprecatedDefaultRef) -> IDeprecatedDefaultRef where Self: Sized { in setDefaultImpl() method
DINamedCallback.rs18 fn setDefaultImpl(d: INamedCallbackDefaultRef) -> INamedCallbackDefaultRef where Self: Sized { in setDefaultImpl() method
DINewName.rs18 fn setDefaultImpl(d: INewNameDefaultRef) -> INewNameDefaultRef where Self: Sized { in setDefaultImpl() method
DIOldName.rs18 fn setDefaultImpl(d: IOldNameDefaultRef) -> IOldNameDefaultRef where Self: Sized { in setDefaultImpl() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DIDeprecated.java80 public static boolean setDefaultImpl(android.aidl.tests.IDeprecated impl) { in setDefaultImpl() method in IDeprecated.Stub
DINewName.java113 public static boolean setDefaultImpl(android.aidl.tests.INewName impl) { in setDefaultImpl() method in INewName.Stub
DINamedCallback.java113 public static boolean setDefaultImpl(android.aidl.tests.INamedCallback impl) { in setDefaultImpl() method in INamedCallback.Stub
DIOldName.java113 public static boolean setDefaultImpl(android.aidl.tests.IOldName impl) { in setDefaultImpl() method in IOldName.Stub
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DIDeprecated.cpp62 bool IDeprecated::setDefaultImpl(const std::shared_ptr<IDeprecated>& impl) { in setDefaultImpl() function in aidl::android::aidl::tests::IDeprecated
DIOldName.cpp111 bool IOldName::setDefaultImpl(const std::shared_ptr<IOldName>& impl) { in setDefaultImpl() function in aidl::android::aidl::tests::IOldName
DINamedCallback.cpp111 bool INamedCallback::setDefaultImpl(const std::shared_ptr<INamedCallback>& impl) { in setDefaultImpl() function in aidl::android::aidl::tests::INamedCallback
DINewName.cpp111 bool INewName::setDefaultImpl(const std::shared_ptr<INewName>& impl) { in setDefaultImpl() function in aidl::android::aidl::tests::INewName
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/include/aidl/android/aidl/loggable/
DILoggableInterface.h33 static bool setDefaultImpl(const std::shared_ptr<ILoggableInterface>& impl);
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk_platform-source/gen/include/aidl/android/aidl/loggable/
DILoggableInterface.h33 static bool setDefaultImpl(const std::shared_ptr<ILoggableInterface>& impl);
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
DILoggableInterface.java236 public static boolean setDefaultImpl(android.aidl.loggable.ILoggableInterface impl) { in setDefaultImpl() method in ILoggableInterface.Stub
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk_platform-source/gen/android/aidl/loggable/
DILoggableInterface.cpp438 bool ILoggableInterface::setDefaultImpl(const std::shared_ptr<ILoggableInterface>& impl) { in setDefaultImpl() function in aidl::android::aidl::loggable::ILoggableInterface
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/android/aidl/loggable/
DILoggableInterface.cpp438 bool ILoggableInterface::setDefaultImpl(const std::shared_ptr<ILoggableInterface>& impl) { in setDefaultImpl() function in aidl::android::aidl::loggable::ILoggableInterface
/system/tools/aidl/tests/rust/
Dtest_client.rs601 <BpTestService as ITestService::ITestService>::setDefaultImpl(di); in test_default_impl()
/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestServiceClient.java721 boolean success = ITestService.Stub.setDefaultImpl(new ITestService.Default() { in testDefaultImpl()

12