/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 979 if (getDefaultImpl() != null) { in UnimplementedMethod() 980 return getDefaultImpl().UnimplementedMethod(arg); in UnimplementedMethod() 1004 if (getDefaultImpl() != null) { in Deprecated() 1005 getDefaultImpl().Deprecated(); in Deprecated() 1023 if (getDefaultImpl() != null) { in TestOneway() 1024 getDefaultImpl().TestOneway(); in TestOneway() 1044 if (getDefaultImpl() != null) { in RepeatBoolean() 1045 return getDefaultImpl().RepeatBoolean(token); in RepeatBoolean() 1067 if (getDefaultImpl() != null) { in RepeatByte() 1068 return getDefaultImpl().RepeatByte(token); in RepeatByte() [all …]
|
D | INewName.java | 97 if (getDefaultImpl() != null) { in RealName() 98 return getDefaultImpl().RealName(); in RealName() 126 public static android.aidl.tests.INewName getDefaultImpl() { in getDefaultImpl() method in INewName.Stub
|
D | INamedCallback.java | 97 if (getDefaultImpl() != null) { in GetName() 98 return getDefaultImpl().GetName(); in GetName() 126 public static android.aidl.tests.INamedCallback getDefaultImpl() { in getDefaultImpl() method in INamedCallback.Stub
|
D | IOldName.java | 97 if (getDefaultImpl() != null) { in RealName() 98 return getDefaultImpl().RealName(); in RealName() 126 public static android.aidl.tests.IOldName getDefaultImpl() { in getDefaultImpl() method in IOldName.Stub
|
D | IDeprecated.java | 93 public static android.aidl.tests.IDeprecated getDefaultImpl() { in getDefaultImpl() method in IDeprecated.Stub
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 63 …if (UNLIKELY(_aidl_ret_status == ::android::UNKNOWN_TRANSACTION && ITestService::getDefaultImpl())… in UnimplementedMethod() 64 return ITestService::getDefaultImpl()->UnimplementedMethod(arg, _aidl_return); in UnimplementedMethod() 97 …if (UNLIKELY(_aidl_ret_status == ::android::UNKNOWN_TRANSACTION && ITestService::getDefaultImpl())… in Deprecated() 98 return ITestService::getDefaultImpl()->Deprecated(); in Deprecated() 127 …if (UNLIKELY(_aidl_ret_status == ::android::UNKNOWN_TRANSACTION && ITestService::getDefaultImpl())… in TestOneway() 128 return ITestService::getDefaultImpl()->TestOneway(); in TestOneway() 154 …if (UNLIKELY(_aidl_ret_status == ::android::UNKNOWN_TRANSACTION && ITestService::getDefaultImpl())… in RepeatBoolean() 155 return ITestService::getDefaultImpl()->RepeatBoolean(token, _aidl_return); in RepeatBoolean() 192 …if (UNLIKELY(_aidl_ret_status == ::android::UNKNOWN_TRANSACTION && ITestService::getDefaultImpl())… in RepeatByte() 193 return ITestService::getDefaultImpl()->RepeatByte(token, _aidl_return); in RepeatByte() [all …]
|
D | INewName.cpp | 43 if (UNLIKELY(_aidl_ret_status == ::android::UNKNOWN_TRANSACTION && INewName::getDefaultImpl())) { in RealName() 44 return INewName::getDefaultImpl()->RealName(_aidl_return); in RealName()
|
D | INamedCallback.cpp | 43 …if (UNLIKELY(_aidl_ret_status == ::android::UNKNOWN_TRANSACTION && INamedCallback::getDefaultImpl(… in GetName() 44 return INamedCallback::getDefaultImpl()->GetName(_aidl_return); in GetName()
|
D | IOldName.cpp | 43 if (UNLIKELY(_aidl_ret_status == ::android::UNKNOWN_TRANSACTION && IOldName::getDefaultImpl())) { in RealName() 44 return IOldName::getDefaultImpl()->RealName(_aidl_return); in RealName()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 1039 if (_aidl_ret_status == STATUS_UNKNOWN_TRANSACTION && ITestService::getDefaultImpl()) { in UnimplementedMethod() 1040 _aidl_status = ITestService::getDefaultImpl()->UnimplementedMethod(in_arg, _aidl_return); in UnimplementedMethod() 1077 if (_aidl_ret_status == STATUS_UNKNOWN_TRANSACTION && ITestService::getDefaultImpl()) { in Deprecated() 1078 _aidl_status = ITestService::getDefaultImpl()->Deprecated(); in Deprecated() 1112 if (_aidl_ret_status == STATUS_UNKNOWN_TRANSACTION && ITestService::getDefaultImpl()) { in TestOneway() 1113 _aidl_status = ITestService::getDefaultImpl()->TestOneway(); in TestOneway() 1146 if (_aidl_ret_status == STATUS_UNKNOWN_TRANSACTION && ITestService::getDefaultImpl()) { in RepeatBoolean() 1147 _aidl_status = ITestService::getDefaultImpl()->RepeatBoolean(in_token, _aidl_return); in RepeatBoolean() 1187 if (_aidl_ret_status == STATUS_UNKNOWN_TRANSACTION && ITestService::getDefaultImpl()) { in RepeatByte() 1188 _aidl_status = ITestService::getDefaultImpl()->RepeatByte(in_token, _aidl_return); in RepeatByte() [all …]
|
D | IOldName.cpp | 58 if (_aidl_ret_status == STATUS_UNKNOWN_TRANSACTION && IOldName::getDefaultImpl()) { in RealName() 59 _aidl_status = IOldName::getDefaultImpl()->RealName(_aidl_return); in RealName() 122 const std::shared_ptr<IOldName>& IOldName::getDefaultImpl() { in getDefaultImpl() function in aidl::android::aidl::tests::IOldName
|
D | INamedCallback.cpp | 58 if (_aidl_ret_status == STATUS_UNKNOWN_TRANSACTION && INamedCallback::getDefaultImpl()) { in GetName() 59 _aidl_status = INamedCallback::getDefaultImpl()->GetName(_aidl_return); in GetName() 122 const std::shared_ptr<INamedCallback>& INamedCallback::getDefaultImpl() { in getDefaultImpl() function in aidl::android::aidl::tests::INamedCallback
|
D | INewName.cpp | 58 if (_aidl_ret_status == STATUS_UNKNOWN_TRANSACTION && INewName::getDefaultImpl()) { in RealName() 59 _aidl_status = INewName::getDefaultImpl()->RealName(_aidl_return); in RealName() 122 const std::shared_ptr<INewName>& INewName::getDefaultImpl() { in getDefaultImpl() function in aidl::android::aidl::tests::INewName
|
D | IDeprecated.cpp | 73 const std::shared_ptr<IDeprecated>& IDeprecated::getDefaultImpl() { in getDefaultImpl() function in aidl::android::aidl::tests::IDeprecated
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 66 fn getDefaultImpl() -> ITestServiceDefaultRef where Self: Sized { in getDefaultImpl() method 369 if let Some(_aidl_default_impl) = <Self as ITestService>::getDefaultImpl() { in UnimplementedMethod() 385 if let Some(_aidl_default_impl) = <Self as ITestService>::getDefaultImpl() { in Deprecated() 400 if let Some(_aidl_default_impl) = <Self as ITestService>::getDefaultImpl() { in TestOneway() 414 if let Some(_aidl_default_impl) = <Self as ITestService>::getDefaultImpl() { in RepeatBoolean() 431 if let Some(_aidl_default_impl) = <Self as ITestService>::getDefaultImpl() { in RepeatByte() 448 if let Some(_aidl_default_impl) = <Self as ITestService>::getDefaultImpl() { in RepeatChar() 465 if let Some(_aidl_default_impl) = <Self as ITestService>::getDefaultImpl() { in RepeatInt() 482 if let Some(_aidl_default_impl) = <Self as ITestService>::getDefaultImpl() { in RepeatLong() 499 if let Some(_aidl_default_impl) = <Self as ITestService>::getDefaultImpl() { in RepeatFloat() [all …]
|
D | INamedCallback.rs | 15 fn getDefaultImpl() -> INamedCallbackDefaultRef where Self: Sized { in getDefaultImpl() method 42 if let Some(_aidl_default_impl) = <Self as INamedCallback>::getDefaultImpl() { in GetName()
|
D | INewName.rs | 15 fn getDefaultImpl() -> INewNameDefaultRef where Self: Sized { in getDefaultImpl() method 42 if let Some(_aidl_default_impl) = <Self as INewName>::getDefaultImpl() { in RealName()
|
D | IOldName.rs | 15 fn getDefaultImpl() -> IOldNameDefaultRef where Self: Sized { in getDefaultImpl() method 42 if let Some(_aidl_default_impl) = <Self as IOldName>::getDefaultImpl() { in RealName()
|
D | IDeprecated.rs | 15 fn getDefaultImpl() -> IDeprecatedDefaultRef where Self: Sized { in getDefaultImpl() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/ |
D | IDeprecated.h | 29 static const std::shared_ptr<IDeprecated>& getDefaultImpl();
|
D | IOldName.h | 30 static const std::shared_ptr<IOldName>& getDefaultImpl();
|
D | INewName.h | 30 static const std::shared_ptr<INewName>& getDefaultImpl();
|
D | INamedCallback.h | 30 static const std::shared_ptr<INamedCallback>& getDefaultImpl();
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/ |
D | ILoggableInterface.java | 206 if (getDefaultImpl() != null) { in LogThis() 207 …return getDefaultImpl().LogThis(boolValue, boolArray, byteValue, byteArray, charValue, charArray, … in LogThis() 249 public static android.aidl.loggable.ILoggableInterface getDefaultImpl() { in getDefaultImpl() method in ILoggableInterface.Stub
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/include/aidl/android/aidl/loggable/ |
D | ILoggableInterface.h | 34 static const std::shared_ptr<ILoggableInterface>& getDefaultImpl();
|