/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
H A D | IOldName.cpp | 88 IOldName::IOldName() {} in IOldName() function in aidl::android::aidl::tests::IOldName 89 IOldName::~IOldName() {} in ~IOldName() 92 std::shared_ptr<IOldName> IOldName::fromBinder(const ::ndk::SpAIBinder& binder) { in fromBinder() 101 binder_status_t IOldName::writeToParcel(AParcel* parcel, const std::shared_ptr<IOldName>& instance)… in writeToParcel() 104 binder_status_t IOldName::readFromParcel(const AParcel* parcel, std::shared_ptr<IOldName>* instance… in readFromParcel() 111 bool IOldName::setDefaultImpl(const std::shared_ptr<IOldName>& impl) { in setDefaultImpl() 115 assert(!IOldName::default_impl); in setDefaultImpl() 117 IOldName::default_impl = impl; in setDefaultImpl() 122 const std::shared_ptr<IOldName>& IOldName::getDefaultImpl() { in getDefaultImpl() 123 return IOldName::default_impl; in getDefaultImpl() [all …]
|
H A D | IOldName.cpp.d | 1 …s/system/tools/aidl/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/IOldName.cpp : \ 2 system/tools/aidl/tests/android/aidl/tests/IOldName.aidl
|
H A D | ITestService.cpp.d | 7 system/tools/aidl/tests/android/aidl/tests/IOldName.aidl \
|
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/ |
H A D | IOldName.h | 18 class IOldName : public ::ndk::ICInterface { 21 IOldName(); 22 virtual ~IOldName(); 26 static std::shared_ptr<IOldName> fromBinder(const ::ndk::SpAIBinder& binder); 27 static binder_status_t writeToParcel(AParcel* parcel, const std::shared_ptr<IOldName>& instance); 28 static binder_status_t readFromParcel(const AParcel* parcel, std::shared_ptr<IOldName>* instance); 29 static bool setDefaultImpl(const std::shared_ptr<IOldName>& impl); 30 static const std::shared_ptr<IOldName>& getDefaultImpl(); 33 static std::shared_ptr<IOldName> default_impl; 35 class IOldNameDefault : public IOldName {
|
H A D | BnOldName.h | 11 class BnOldName : public ::ndk::BnCInterface<IOldName> {
|
H A D | BpOldName.h | 11 class BpOldName : public ::ndk::BpCInterface<IOldName> {
|
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
H A D | IOldName.java | 5 public interface IOldName extends android.os.IInterface interface 8 public static class Default implements android.aidl.tests.IOldName 20 public static abstract class Stub extends android.os.Binder implements android.aidl.tests.IOldName 31 public static android.aidl.tests.IOldName asInterface(android.os.IBinder obj) in asInterface() 37 if (((iin!=null)&&(iin instanceof android.aidl.tests.IOldName))) { in asInterface() 38 return ((android.aidl.tests.IOldName)iin); in asInterface() 40 return new android.aidl.tests.IOldName.Stub.Proxy(obj); in asInterface() 73 private static class Proxy implements android.aidl.tests.IOldName 110 public static android.aidl.tests.IOldName sDefaultImpl; 113 public static boolean setDefaultImpl(android.aidl.tests.IOldName impl) { in setDefaultImpl() [all …]
|
H A D | IOldName.java.d | 1 …mediates/system/tools/aidl/aidl-test-interface-java-source/gen/android/aidl/tests/IOldName.java : \ 2 system/tools/aidl/tests/android/aidl/tests/IOldName.aidl
|
H A D | ITestService.java.d | 7 system/tools/aidl/tests/android/aidl/tests/IOldName.aidl \
|
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
H A D | IOldName.rs | 6 IOldName["android.aidl.tests.IOldName"] { 12 pub trait IOldName: binder::Interface + Send { interface 35 pub(crate) mod mangled { pub use super::IOldName as _7_android_4_aidl_5_tests_8_IOldName; } 36 impl IOldName for BpOldName { 42 if let Some(_aidl_default_impl) = <Self as IOldName>::getDefaultImpl() { in RealName() 53 impl IOldName for binder::Binder<BnOldName> { 56 fn on_transact(_aidl_service: &dyn IOldName, _aidl_code: binder::TransactionCode, _aidl_data: &bind… in on_transact() argument
|
H A D | IOldName.rs.d | 1 …ermediates/system/tools/aidl/aidl-test-interface-rust-source/gen/android/aidl/tests/IOldName.rs : \ 2 system/tools/aidl/tests/android/aidl/tests/IOldName.aidl
|
H A D | ITestService.rs.d | 7 system/tools/aidl/tests/android/aidl/tests/IOldName.aidl \
|
/aosp12/system/tools/aidl/tests/ |
H A D | aidl_test_client_renamed_interface.cpp | 26 using android::aidl::tests::IOldName; 38 sp<IOldName> oldName; 65 sp<IOldName> newAsOld = IOldName::asInterface(IInterface::asBinder(newName)); in TEST_F()
|
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
H A D | IOldName.cpp | 29 : BpInterface<IOldName>(_aidl_impl){ in BpOldName() 43 if (UNLIKELY(_aidl_ret_status == ::android::UNKNOWN_TRANSACTION && IOldName::getDefaultImpl())) { in RealName() 44 return IOldName::getDefaultImpl()->RealName(_aidl_return); in RealName()
|
H A D | IOldName.cpp.d | 1 …ermediates/system/tools/aidl/aidl-test-interface-cpp-source/gen/android/aidl/tests/IOldName.cpp : \ 2 system/tools/aidl/tests/android/aidl/tests/IOldName.aidl
|
H A D | ITestService.cpp.d | 7 system/tools/aidl/tests/android/aidl/tests/IOldName.aidl \
|
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
H A D | IOldName.h | 15 class IOldName : public ::android::IInterface { 21 class IOldNameDefault : public IOldName {
|
H A D | BpOldName.h | 14 class BpOldName : public ::android::BpInterface<IOldName> {
|
H A D | BnOldName.h | 12 class BnOldName : public ::android::BnInterface<IOldName> {
|
/aosp12/system/tools/aidl/tests/rust/ |
H A D | test_service.rs | 24 INamedCallback, INewName, IOldName, IntEnum::IntEnum, LongEnum::LongEnum, StructuredParcelable, 55 impl IOldName::IOldName for OldName { 292 fn GetOldNameInterface(&self) -> binder::Result<binder::Strong<dyn IOldName::IOldName>> { in GetOldNameInterface() argument 293 Ok(IOldName::BnOldName::new_binder( in GetOldNameInterface()
|
H A D | test_client.rs | 20 use aidl_test_interface::aidl::android::aidl::tests::IOldName::{self, BpOldName}; 685 F: FnOnce(binder::Strong<dyn IOldName::IOldName>, binder::Strong<dyn INewName::INewName>), in test_renamed_interface() argument 701 <BpOldName as IOldName::IOldName>::get_descriptor(), in test_renamed_interface_old_as_old() 741 .into_interface::<dyn IOldName::IOldName>(); in test_renamed_interface_new_as_old()
|
/aosp12/system/tools/aidl/tests/android/aidl/tests/ |
H A D | IOldName.aidl | 19 interface IOldName { interface
|
H A D | ITestService.aidl | 23 import android.aidl.tests.IOldName; 211 IOldName GetOldNameInterface();
|
/aosp12/system/tools/aidl/tests/java/src/android/aidl/service/ |
H A D | TestServiceServer.java | 26 import android.aidl.tests.IOldName; 426 private static class MyOldName extends IOldName.Stub { 434 public IOldName GetOldNameInterface() throws RemoteException { in GetOldNameInterface()
|
/aosp12/system/tools/aidl/tests/java/src/android/aidl/tests/ |
H A D | TestServiceClient.java | 803 IOldName oldAsOld = service.GetOldNameInterface(); in testRenamedInterface() 813 IOldName newAsOld = IOldName.Stub.asInterface(service.GetNewNameInterface().asBinder()); in testRenamedInterface()
|