Home
last modified time | relevance | path

Searched refs:getDefaultImpl (Results 1 – 25 of 30) sorted by relevance

12

/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java979 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 …]
DINewName.java97 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
DINamedCallback.java97 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
DIOldName.java97 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
DIDeprecated.java93 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/
DITestService.cpp63 …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 …]
DINewName.cpp43 if (UNLIKELY(_aidl_ret_status == ::android::UNKNOWN_TRANSACTION && INewName::getDefaultImpl())) { in RealName()
44 return INewName::getDefaultImpl()->RealName(_aidl_return); in RealName()
DINamedCallback.cpp43 …if (UNLIKELY(_aidl_ret_status == ::android::UNKNOWN_TRANSACTION && INamedCallback::getDefaultImpl(… in GetName()
44 return INamedCallback::getDefaultImpl()->GetName(_aidl_return); in GetName()
DIOldName.cpp43 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/
DITestService.cpp1039 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 …]
DIOldName.cpp58 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
DINamedCallback.cpp58 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
DINewName.cpp58 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
DIDeprecated.cpp73 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/
DITestService.rs66 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 …]
DINamedCallback.rs15 fn getDefaultImpl() -> INamedCallbackDefaultRef where Self: Sized { in getDefaultImpl() method
42 if let Some(_aidl_default_impl) = <Self as INamedCallback>::getDefaultImpl() { in GetName()
DINewName.rs15 fn getDefaultImpl() -> INewNameDefaultRef where Self: Sized { in getDefaultImpl() method
42 if let Some(_aidl_default_impl) = <Self as INewName>::getDefaultImpl() { in RealName()
DIOldName.rs15 fn getDefaultImpl() -> IOldNameDefaultRef where Self: Sized { in getDefaultImpl() method
42 if let Some(_aidl_default_impl) = <Self as IOldName>::getDefaultImpl() { in RealName()
DIDeprecated.rs15 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/
DIDeprecated.h29 static const std::shared_ptr<IDeprecated>& getDefaultImpl();
DIOldName.h30 static const std::shared_ptr<IOldName>& getDefaultImpl();
DINewName.h30 static const std::shared_ptr<INewName>& getDefaultImpl();
DINamedCallback.h30 static const std::shared_ptr<INamedCallback>& getDefaultImpl();
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
DILoggableInterface.java206 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/
DILoggableInterface.h34 static const std::shared_ptr<ILoggableInterface>& getDefaultImpl();

12