Home
last modified time | relevance | path

Searched defs:default_impl (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
H A DIDeprecated.cpp76 std::shared_ptr<IDeprecated> IDeprecated::default_impl = nullptr; member in aidl::android::aidl::tests::IDeprecated
H A DINamedCallback.cpp125 std::shared_ptr<INamedCallback> INamedCallback::default_impl = nullptr; member in aidl::android::aidl::tests::INamedCallback
H A DINewName.cpp125 std::shared_ptr<INewName> INewName::default_impl = nullptr; member in aidl::android::aidl::tests::INewName
H A DIOldName.cpp125 std::shared_ptr<IOldName> IOldName::default_impl = nullptr; member in aidl::android::aidl::tests::IOldName
H A DITestService.cpp3215 std::shared_ptr<ITestService> ITestService::default_impl = nullptr; member in aidl::android::aidl::tests::ITestService
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/android/aidl/loggable/
H A DILoggableInterface.cpp452 std::shared_ptr<ILoggableInterface> ILoggableInterface::default_impl = nullptr; member 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.cpp452 std::shared_ptr<ILoggableInterface> ILoggableInterface::default_impl = nullptr; member in aidl::android::aidl::loggable::ILoggableInterface
/aosp12/system/tools/aidl/
H A Dgenerate_java_binder.cpp1103 auto default_impl = generate_default_impl_class(*iface, typenames, options); in generate_binder_interface_class() local