/system/tools/aidl/tests/ |
D | aidl_test_client_renamed_interface.cpp | 34 ASSERT_TRUE(service->GetOldNameInterface(&oldName).isOk()); in SetUp()
|
D | aidl_test_service.cpp | 593 Status GetOldNameInterface(sp<IOldName>* ret) { in GetOldNameInterface() function in __anonee08dd980111::NativeService
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 211 IOldName GetOldNameInterface();
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 62 …fn GetOldNameInterface(&self) -> binder::public_api::Result<binder::Strong<dyn crate::mangled::_7_… in GetOldNameInterface() method 215 …fn GetOldNameInterface(&self) -> binder::public_api::Result<binder::Strong<dyn crate::mangled::_7_… in GetOldNameInterface() method 276 pub const GetOldNameInterface: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 47; constant 1183 …fn GetOldNameInterface(&self) -> binder::public_api::Result<binder::Strong<dyn crate::mangled::_7_… in GetOldNameInterface() method 1184 …let _aidl_reply = self.binder.transact(transactions::GetOldNameInterface, binder::FLAG_CLEAR_BUF |… in GetOldNameInterface() 1190 return _aidl_default_impl.GetOldNameInterface(); in GetOldNameInterface() 1296 …GetOldNameInterface(&self) -> binder::public_api::Result<binder::Strong<dyn crate::mangled::_7_and… in GetOldNameInterface() method 1902 transactions::GetOldNameInterface => { in on_transact() 1903 let _aidl_return = _aidl_service.GetOldNameInterface(); in on_transact()
|
/system/tools/aidl/tests/rust/ |
D | test_service.rs | 292 fn GetOldNameInterface(&self) -> binder::Result<binder::Strong<dyn IOldName::IOldName>> { in GetOldNameInterface() method
|
D | test_client.rs | 688 let old_name = service.GetOldNameInterface(); in test_renamed_interface()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/ |
D | BpTestService.h | 63 …::ndk::ScopedAStatus GetOldNameInterface(std::shared_ptr<::aidl::android::aidl::tests::IOldName>* …
|
D | ITestService.h | 212 …virtual ::ndk::ScopedAStatus GetOldNameInterface(std::shared_ptr<::aidl::android::aidl::tests::IOl… 268 …::ndk::ScopedAStatus GetOldNameInterface(std::shared_ptr<::aidl::android::aidl::tests::IOldName>* …
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BpTestService.h | 65 …::android::binder::Status GetOldNameInterface(::android::sp<::android::aidl::tests::IOldName>* _ai…
|
D | ITestService.h | 158 …virtual ::android::binder::Status GetOldNameInterface(::android::sp<::android::aidl::tests::IOldNa… 310 …::android::binder::Status GetOldNameInterface(::android::sp<::android::aidl::tests::IOldName>*) ov… in GetOldNameInterface() function
|
/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | TestServiceClient.java | 803 IOldName oldAsOld = service.GetOldNameInterface(); in testRenamedInterface() 818 INewName oldAsNew = INewName.Stub.asInterface(service.GetOldNameInterface().asBinder()); in testRenamedInterface()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 216 …@Override public android.aidl.tests.IOldName GetOldNameInterface() throws android.os.RemoteExcepti… in GetOldNameInterface() method in ITestService.Default 908 android.aidl.tests.IOldName _result = this.GetOldNameInterface(); in onTransact() 2178 …@Override public android.aidl.tests.IOldName GetOldNameInterface() throws android.os.RemoteExcepti… in GetOldNameInterface() method in ITestService.Stub.Proxy 2188 return getDefaultImpl().GetOldNameInterface(); in GetOldNameInterface() 2488 public android.aidl.tests.IOldName GetOldNameInterface() throws android.os.RemoteException; in GetOldNameInterface() method
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 434 public IOldName GetOldNameInterface() throws RemoteException { in GetOldNameInterface() method in TestServiceServer
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 953 ::ndk::ScopedAStatus _aidl_status = _aidl_impl->GetOldNameInterface(&_aidl_return); in _aidl_onTransact() 3011 ::ndk::ScopedAStatus BpTestService::GetOldNameInterface(std::shared_ptr<::aidl::android::aidl::test… in GetOldNameInterface() function in aidl::android::aidl::tests::BpTestService 3032 _aidl_status = ITestService::getDefaultImpl()->GetOldNameInterface(_aidl_return); in GetOldNameInterface() 3451 ::ndk::ScopedAStatus ITestServiceDefault::GetOldNameInterface(std::shared_ptr<::aidl::android::aidl… in GetOldNameInterface() function in aidl::android::aidl::tests::ITestServiceDefault
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 1922 ::android::binder::Status BpTestService::GetOldNameInterface(::android::sp<::android::aidl::tests::… in GetOldNameInterface() function in android::aidl::tests::BpTestService 1935 return ITestService::getDefaultImpl()->GetOldNameInterface(_aidl_return); in GetOldNameInterface() 3411 ::android::binder::Status _aidl_status(GetOldNameInterface(&_aidl_return)); in onTransact()
|