Home
last modified time | relevance | path

Searched refs:GetOldNameInterface (Results 1 – 15 of 15) sorted by relevance

/system/tools/aidl/tests/
Daidl_test_client_renamed_interface.cpp34 ASSERT_TRUE(service->GetOldNameInterface(&oldName).isOk()); in SetUp()
Daidl_test_service.cpp593 Status GetOldNameInterface(sp<IOldName>* ret) { in GetOldNameInterface() function in __anonee08dd980111::NativeService
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl211 IOldName GetOldNameInterface();
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs62 …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()
1296GetOldNameInterface(&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/
Dtest_service.rs292 fn GetOldNameInterface(&self) -> binder::Result<binder::Strong<dyn IOldName::IOldName>> { in GetOldNameInterface() method
Dtest_client.rs688 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/
DBpTestService.h63 …::ndk::ScopedAStatus GetOldNameInterface(std::shared_ptr<::aidl::android::aidl::tests::IOldName>* …
DITestService.h212 …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/
DBpTestService.h65 …::android::binder::Status GetOldNameInterface(::android::sp<::android::aidl::tests::IOldName>* _ai…
DITestService.h158 …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/
DTestServiceClient.java803 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/
DITestService.java216 …@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/
DTestServiceServer.java434 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/
DITestService.cpp953 ::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/
DITestService.cpp1922 ::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()