/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
H A D | INewName.rs | 14 fn RealName(&self) -> binder::public_api::Result<String>; in RealName() method 23 fn RealName(&self) -> binder::public_api::Result<String> { in RealName() method 28 pub const RealName: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 0; const 37 fn RealName(&self) -> binder::public_api::Result<String> { in RealName() method 54 fn RealName(&self) -> binder::public_api::Result<String> { self.0.RealName() } in RealName() method
|
H A D | IOldName.rs | 14 fn RealName(&self) -> binder::public_api::Result<String>; in RealName() method 23 fn RealName(&self) -> binder::public_api::Result<String> { in RealName() method 28 pub const RealName: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 0; const 37 fn RealName(&self) -> binder::public_api::Result<String> { in RealName() method 54 fn RealName(&self) -> binder::public_api::Result<String> { self.0.RealName() } in RealName() method
|
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
H A D | INewName.java | 10 @Override public java.lang.String RealName() throws android.os.RemoteException in RealName() method in INewName.Default 88 @Override public java.lang.String RealName() throws android.os.RemoteException in RealName() method in INewName.Stub.Proxy 131 public java.lang.String RealName() throws android.os.RemoteException; in RealName() method
|
H A D | IOldName.java | 10 @Override public java.lang.String RealName() throws android.os.RemoteException in RealName() method in IOldName.Default 88 @Override public java.lang.String RealName() throws android.os.RemoteException in RealName() method in IOldName.Stub.Proxy 131 public java.lang.String RealName() throws android.os.RemoteException; in RealName() method
|
/aosp12/system/tools/aidl/tests/android/aidl/tests/ |
H A D | INewName.aidl | 21 String RealName(); in RealName() method
|
H A D | IOldName.aidl | 20 String RealName(); in RealName() method
|
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
H A D | INewName.h | 26 ::android::binder::Status RealName(::android::String16*) override { in RealName() function
|
H A D | IOldName.h | 26 ::android::binder::Status RealName(::android::String16*) override { in RealName() function
|
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
H A D | INewName.cpp | 39 ::ndk::ScopedAStatus BpNewName::RealName(std::string* _aidl_return) { in RealName() function in aidl::android::aidl::tests::BpNewName 126 ::ndk::ScopedAStatus INewNameDefault::RealName(std::string* /*_aidl_return*/) { in RealName() function in aidl::android::aidl::tests::INewNameDefault
|
H A D | IOldName.cpp | 39 ::ndk::ScopedAStatus BpOldName::RealName(std::string* _aidl_return) { in RealName() function in aidl::android::aidl::tests::BpOldName 126 ::ndk::ScopedAStatus IOldNameDefault::RealName(std::string* /*_aidl_return*/) { in RealName() function in aidl::android::aidl::tests::IOldNameDefault
|
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
H A D | INewName.cpp | 32 ::android::binder::Status BpNewName::RealName(::android::String16* _aidl_return) { in RealName() function in android::aidl::tests::BpNewName
|
H A D | IOldName.cpp | 32 ::android::binder::Status BpOldName::RealName(::android::String16* _aidl_return) { in RealName() function in android::aidl::tests::BpOldName
|
/aosp12/system/tools/aidl/tests/rust/ |
H A D | test_service.rs | 56 fn RealName(&self) -> binder::Result<String> { in RealName() method 67 fn RealName(&self) -> binder::Result<String> { in RealName() method
|
/aosp12/system/tools/aidl/tests/java/src/android/aidl/service/ |
H A D | TestServiceServer.java | 428 public String RealName() { in RealName() method in TestServiceServer.MyOldName 440 public String RealName() { in RealName() method in TestServiceServer.MyNewName
|
/aosp12/system/tools/aidl/tests/ |
H A D | aidl_test_service.cpp | 143 Status RealName(String16* output) override { in RealName() function in __anon4c59ef040110::OldName 154 Status RealName(String16* output) override { in RealName() function in __anon4c59ef040110::NewName
|