/aosp12/frameworks/native/include/binder/ |
H A D | IInterface.h | 104 static bool setDefaultImpl(std::unique_ptr<I##INTERFACE> impl); \ 155 bool I##INTERFACE::setDefaultImpl(std::unique_ptr<I##INTERFACE> impl)\
|
/aosp12/frameworks/native/libs/binder/include/binder/ |
H A D | IInterface.h | 104 static bool setDefaultImpl(std::unique_ptr<I##INTERFACE> impl); \ 155 bool I##INTERFACE::setDefaultImpl(std::unique_ptr<I##INTERFACE> impl)\
|
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/ |
H A D | IDeprecated.h | 28 static bool setDefaultImpl(const std::shared_ptr<IDeprecated>& impl);
|
H A D | INamedCallback.h | 29 static bool setDefaultImpl(const std::shared_ptr<INamedCallback>& impl);
|
H A D | INewName.h | 29 static bool setDefaultImpl(const std::shared_ptr<INewName>& impl);
|
H A D | IOldName.h | 29 static bool setDefaultImpl(const std::shared_ptr<IOldName>& impl);
|
/aosp12/system/tools/aidl/tests/ |
H A D | aidl_test_client_defaultimpl.cpp | 43 auto ret = ITestService::setDefaultImpl(std::move(defImpl)); in TEST_F()
|
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
H A D | IDeprecated.rs | 18 fn setDefaultImpl(d: IDeprecatedDefaultRef) -> IDeprecatedDefaultRef where Self: Sized { in setDefaultImpl() method
|
H A D | INamedCallback.rs | 18 fn setDefaultImpl(d: INamedCallbackDefaultRef) -> INamedCallbackDefaultRef where Self: Sized { in setDefaultImpl() method
|
H A D | INewName.rs | 18 fn setDefaultImpl(d: INewNameDefaultRef) -> INewNameDefaultRef where Self: Sized { in setDefaultImpl() method
|
H A D | IOldName.rs | 18 fn setDefaultImpl(d: IOldNameDefaultRef) -> IOldNameDefaultRef where Self: Sized { in setDefaultImpl() method
|
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
H A D | IDeprecated.java | 80 public static boolean setDefaultImpl(android.aidl.tests.IDeprecated impl) { in setDefaultImpl() method in IDeprecated.Stub
|
H A D | INamedCallback.java | 113 public static boolean setDefaultImpl(android.aidl.tests.INamedCallback impl) { in setDefaultImpl() method in INamedCallback.Stub
|
H A D | INewName.java | 113 public static boolean setDefaultImpl(android.aidl.tests.INewName impl) { in setDefaultImpl() method in INewName.Stub
|
H A D | IOldName.java | 113 public static boolean setDefaultImpl(android.aidl.tests.IOldName impl) { in setDefaultImpl() method in IOldName.Stub
|
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
H A D | IDeprecated.cpp | 62 bool IDeprecated::setDefaultImpl(const std::shared_ptr<IDeprecated>& impl) { in setDefaultImpl() function in aidl::android::aidl::tests::IDeprecated
|
H A D | INamedCallback.cpp | 111 bool INamedCallback::setDefaultImpl(const std::shared_ptr<INamedCallback>& impl) { in setDefaultImpl() function in aidl::android::aidl::tests::INamedCallback
|
H A D | INewName.cpp | 111 bool INewName::setDefaultImpl(const std::shared_ptr<INewName>& impl) { in setDefaultImpl() function in aidl::android::aidl::tests::INewName
|
H A D | IOldName.cpp | 111 bool IOldName::setDefaultImpl(const std::shared_ptr<IOldName>& impl) { in setDefaultImpl() function in aidl::android::aidl::tests::IOldName
|
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/include/aidl/android/aidl/loggable/ |
H A D | ILoggableInterface.h | 33 static bool setDefaultImpl(const std::shared_ptr<ILoggableInterface>& impl);
|
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk_platform-source/gen/include/aidl/android/aidl/loggable/ |
H A D | ILoggableInterface.h | 33 static bool setDefaultImpl(const std::shared_ptr<ILoggableInterface>& impl);
|
/aosp12/packages/modules/NetworkStack/tests/unit/src/com/android/server/ |
H A D | NetworkStackServiceTest.kt | 178 INetworkMonitorCallbacks.Stub.setDefaultImpl(INetworkMonitorCallbacks.Default())
|
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/ |
H A D | ILoggableInterface.java | 236 public static boolean setDefaultImpl(android.aidl.loggable.ILoggableInterface impl) { in setDefaultImpl() method in ILoggableInterface.Stub
|
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/android/aidl/loggable/ |
H A D | ILoggableInterface.cpp | 438 bool ILoggableInterface::setDefaultImpl(const std::shared_ptr<ILoggableInterface>& impl) { in setDefaultImpl() function in aidl::android::aidl::loggable::ILoggableInterface
|
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk_platform-source/gen/android/aidl/loggable/ |
H A D | ILoggableInterface.cpp | 438 bool ILoggableInterface::setDefaultImpl(const std::shared_ptr<ILoggableInterface>& impl) { in setDefaultImpl() function in aidl::android::aidl::loggable::ILoggableInterface
|