Home
last modified time | relevance | path

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

12

/aosp12/frameworks/native/include/binder/
H A DIInterface.h104 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 DIInterface.h104 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 DIDeprecated.h28 static bool setDefaultImpl(const std::shared_ptr<IDeprecated>& impl);
H A DINamedCallback.h29 static bool setDefaultImpl(const std::shared_ptr<INamedCallback>& impl);
H A DINewName.h29 static bool setDefaultImpl(const std::shared_ptr<INewName>& impl);
H A DIOldName.h29 static bool setDefaultImpl(const std::shared_ptr<IOldName>& impl);
/aosp12/system/tools/aidl/tests/
H A Daidl_test_client_defaultimpl.cpp43 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 DIDeprecated.rs18 fn setDefaultImpl(d: IDeprecatedDefaultRef) -> IDeprecatedDefaultRef where Self: Sized { in setDefaultImpl() method
H A DINamedCallback.rs18 fn setDefaultImpl(d: INamedCallbackDefaultRef) -> INamedCallbackDefaultRef where Self: Sized { in setDefaultImpl() method
H A DINewName.rs18 fn setDefaultImpl(d: INewNameDefaultRef) -> INewNameDefaultRef where Self: Sized { in setDefaultImpl() method
H A DIOldName.rs18 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 DIDeprecated.java80 public static boolean setDefaultImpl(android.aidl.tests.IDeprecated impl) { in setDefaultImpl() method in IDeprecated.Stub
H A DINamedCallback.java113 public static boolean setDefaultImpl(android.aidl.tests.INamedCallback impl) { in setDefaultImpl() method in INamedCallback.Stub
H A DINewName.java113 public static boolean setDefaultImpl(android.aidl.tests.INewName impl) { in setDefaultImpl() method in INewName.Stub
H A DIOldName.java113 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 DIDeprecated.cpp62 bool IDeprecated::setDefaultImpl(const std::shared_ptr<IDeprecated>& impl) { in setDefaultImpl() function in aidl::android::aidl::tests::IDeprecated
H A DINamedCallback.cpp111 bool INamedCallback::setDefaultImpl(const std::shared_ptr<INamedCallback>& impl) { in setDefaultImpl() function in aidl::android::aidl::tests::INamedCallback
H A DINewName.cpp111 bool INewName::setDefaultImpl(const std::shared_ptr<INewName>& impl) { in setDefaultImpl() function in aidl::android::aidl::tests::INewName
H A DIOldName.cpp111 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 DILoggableInterface.h33 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 DILoggableInterface.h33 static bool setDefaultImpl(const std::shared_ptr<ILoggableInterface>& impl);
/aosp12/packages/modules/NetworkStack/tests/unit/src/com/android/server/
H A DNetworkStackServiceTest.kt178 INetworkMonitorCallbacks.Stub.setDefaultImpl(INetworkMonitorCallbacks.Default())
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
H A DILoggableInterface.java236 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 DILoggableInterface.cpp438 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 DILoggableInterface.cpp438 bool ILoggableInterface::setDefaultImpl(const std::shared_ptr<ILoggableInterface>& impl) { in setDefaultImpl() function in aidl::android::aidl::loggable::ILoggableInterface

12