Home
last modified time | relevance | path

Searched refs:IOldName (Results 1 – 25 of 34) sorted by relevance

12

/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
H A DIOldName.cpp88 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 DIOldName.cpp.d1 …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 DITestService.cpp.d7 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 DIOldName.h18 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 DBnOldName.h11 class BnOldName : public ::ndk::BnCInterface<IOldName> {
H A DBpOldName.h11 class BpOldName : public ::ndk::BpCInterface<IOldName> {
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
H A DIOldName.java5 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 DIOldName.java.d1 …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 DITestService.java.d7 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 DIOldName.rs6 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 DIOldName.rs.d1 …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 DITestService.rs.d7 system/tools/aidl/tests/android/aidl/tests/IOldName.aidl \
/aosp12/system/tools/aidl/tests/
H A Daidl_test_client_renamed_interface.cpp26 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 DIOldName.cpp29 : 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 DIOldName.cpp.d1 …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 DITestService.cpp.d7 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 DIOldName.h15 class IOldName : public ::android::IInterface {
21 class IOldNameDefault : public IOldName {
H A DBpOldName.h14 class BpOldName : public ::android::BpInterface<IOldName> {
H A DBnOldName.h12 class BnOldName : public ::android::BnInterface<IOldName> {
/aosp12/system/tools/aidl/tests/rust/
H A Dtest_service.rs24 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 Dtest_client.rs20 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 DIOldName.aidl19 interface IOldName { interface
H A DITestService.aidl23 import android.aidl.tests.IOldName;
211 IOldName GetOldNameInterface();
/aosp12/system/tools/aidl/tests/java/src/android/aidl/service/
H A DTestServiceServer.java26 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 DTestServiceClient.java803 IOldName oldAsOld = service.GetOldNameInterface(); in testRenamedInterface()
813 IOldName newAsOld = IOldName.Stub.asInterface(service.GetNewNameInterface().asBinder()); in testRenamedInterface()

12