/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
D | IDeprecated.cpp | 66 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
|
D | INamedCallback.cpp | 115 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
|
D | IOldName.cpp | 115 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
|
D | INewName.cpp | 115 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
|
D | ITestService.cpp | 3205 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/ |
D | IDeprecated.h | 31 static std::shared_ptr<IDeprecated> default_impl;
|
D | INamedCallback.h | 33 static std::shared_ptr<INamedCallback> default_impl;
|
D | INewName.h | 33 static std::shared_ptr<INewName> default_impl;
|
D | IOldName.h | 33 static std::shared_ptr<IOldName> default_impl;
|
D | ITestService.h | 217 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/ |
D | ILoggableInterface.h | 37 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/ |
D | ILoggableInterface.h | 37 static std::shared_ptr<ILoggableInterface> default_impl;
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/android/aidl/loggable/ |
D | ILoggableInterface.cpp | 442 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/ |
D | ILoggableInterface.cpp | 442 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/ |
D | generate_java_binder.cpp | 1103 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()
|