Home
last modified time | relevance | path

Searched refs:default_impl (Results 1 – 15 of 15) sorted by relevance

/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DIDeprecated.cpp66 assert(!IDeprecated::default_impl); in setDefaultImpl()
68 IDeprecated::default_impl = impl; in setDefaultImpl()
74 return IDeprecated::default_impl; in getDefaultImpl()
76 std::shared_ptr<IDeprecated> IDeprecated::default_impl = nullptr; member in aidl::android::aidl::tests::IDeprecated
DINamedCallback.cpp115 assert(!INamedCallback::default_impl); in setDefaultImpl()
117 INamedCallback::default_impl = impl; in setDefaultImpl()
123 return INamedCallback::default_impl; in getDefaultImpl()
125 std::shared_ptr<INamedCallback> INamedCallback::default_impl = nullptr; member in aidl::android::aidl::tests::INamedCallback
DIOldName.cpp115 assert(!IOldName::default_impl); in setDefaultImpl()
117 IOldName::default_impl = impl; in setDefaultImpl()
123 return IOldName::default_impl; in getDefaultImpl()
125 std::shared_ptr<IOldName> IOldName::default_impl = nullptr; member in aidl::android::aidl::tests::IOldName
DINewName.cpp115 assert(!INewName::default_impl); in setDefaultImpl()
117 INewName::default_impl = impl; in setDefaultImpl()
123 return INewName::default_impl; in getDefaultImpl()
125 std::shared_ptr<INewName> INewName::default_impl = nullptr; member in aidl::android::aidl::tests::INewName
DITestService.cpp3205 assert(!ITestService::default_impl); in setDefaultImpl()
3207 ITestService::default_impl = impl; in setDefaultImpl()
3213 return ITestService::default_impl; in getDefaultImpl()
3215 std::shared_ptr<ITestService> ITestService::default_impl = nullptr; member in aidl::android::aidl::tests::ITestService
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
DIDeprecated.h31 static std::shared_ptr<IDeprecated> default_impl;
DINamedCallback.h33 static std::shared_ptr<INamedCallback> default_impl;
DINewName.h33 static std::shared_ptr<INewName> default_impl;
DIOldName.h33 static std::shared_ptr<IOldName> default_impl;
DITestService.h217 static std::shared_ptr<ITestService> default_impl;
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk_platform-source/gen/include/aidl/android/aidl/loggable/
DILoggableInterface.h37 static std::shared_ptr<ILoggableInterface> default_impl;
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/include/aidl/android/aidl/loggable/
DILoggableInterface.h37 static std::shared_ptr<ILoggableInterface> default_impl;
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/android/aidl/loggable/
DILoggableInterface.cpp442 assert(!ILoggableInterface::default_impl); in setDefaultImpl()
444 ILoggableInterface::default_impl = impl; in setDefaultImpl()
450 return ILoggableInterface::default_impl; in getDefaultImpl()
452 std::shared_ptr<ILoggableInterface> ILoggableInterface::default_impl = nullptr; member in aidl::android::aidl::loggable::ILoggableInterface
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk_platform-source/gen/android/aidl/loggable/
DILoggableInterface.cpp442 assert(!ILoggableInterface::default_impl); in setDefaultImpl()
444 ILoggableInterface::default_impl = impl; in setDefaultImpl()
450 return ILoggableInterface::default_impl; in getDefaultImpl()
452 std::shared_ptr<ILoggableInterface> ILoggableInterface::default_impl = nullptr; member in aidl::android::aidl::loggable::ILoggableInterface
/system/tools/aidl/
Dgenerate_java_binder.cpp1103 auto default_impl = generate_default_impl_class(*iface, typenames, options); in generate_binder_interface_class() local
1104 interface->elements.emplace_back(default_impl); in generate_binder_interface_class()