Home
last modified time | relevance | path

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

/system/tools/aidl/tests/
Daidl_test_client_renamed_interface.cpp35 ASSERT_TRUE(service->GetNewNameInterface(&newName).isOk()); in SetUp()
Daidl_test_service.cpp598 Status GetNewNameInterface(sp<INewName>* ret) { in GetNewNameInterface() function in __anonee08dd980111::NativeService
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl212 INewName GetNewNameInterface();
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs63 …fn GetNewNameInterface(&self) -> binder::public_api::Result<binder::Strong<dyn crate::mangled::_7_… in GetNewNameInterface() method
218 …fn GetNewNameInterface(&self) -> binder::public_api::Result<binder::Strong<dyn crate::mangled::_7_… in GetNewNameInterface() method
277 pub const GetNewNameInterface: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 48; constant
1199 …fn GetNewNameInterface(&self) -> binder::public_api::Result<binder::Strong<dyn crate::mangled::_7_… in GetNewNameInterface() method
1200 …let _aidl_reply = self.binder.transact(transactions::GetNewNameInterface, binder::FLAG_CLEAR_BUF |… in GetNewNameInterface()
1206 return _aidl_default_impl.GetNewNameInterface(); in GetNewNameInterface()
1297GetNewNameInterface(&self) -> binder::public_api::Result<binder::Strong<dyn crate::mangled::_7_and… in GetNewNameInterface() method
1913 transactions::GetNewNameInterface => { in on_transact()
1914 let _aidl_return = _aidl_service.GetNewNameInterface(); in on_transact()
/system/tools/aidl/tests/rust/
Dtest_service.rs299 fn GetNewNameInterface(&self) -> binder::Result<binder::Strong<dyn INewName::INewName>> { in GetNewNameInterface() method
Dtest_client.rs691 let new_name = service.GetNewNameInterface(); in test_renamed_interface()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
DBpTestService.h64 …::ndk::ScopedAStatus GetNewNameInterface(std::shared_ptr<::aidl::android::aidl::tests::INewName>* …
DITestService.h213 …virtual ::ndk::ScopedAStatus GetNewNameInterface(std::shared_ptr<::aidl::android::aidl::tests::INe…
269 …::ndk::ScopedAStatus GetNewNameInterface(std::shared_ptr<::aidl::android::aidl::tests::INewName>* …
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBpTestService.h66 …::android::binder::Status GetNewNameInterface(::android::sp<::android::aidl::tests::INewName>* _ai…
DITestService.h159 …virtual ::android::binder::Status GetNewNameInterface(::android::sp<::android::aidl::tests::INewNa…
313 …::android::binder::Status GetNewNameInterface(::android::sp<::android::aidl::tests::INewName>*) ov… in GetNewNameInterface() function
/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestServiceClient.java808 INewName newAsNew = service.GetNewNameInterface(); in testRenamedInterface()
813 IOldName newAsOld = IOldName.Stub.asInterface(service.GetNewNameInterface().asBinder()); in testRenamedInterface()
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java220 …@Override public android.aidl.tests.INewName GetNewNameInterface() throws android.os.RemoteExcepti… in GetNewNameInterface() method in ITestService.Default
916 android.aidl.tests.INewName _result = this.GetNewNameInterface(); in onTransact()
2200 …@Override public android.aidl.tests.INewName GetNewNameInterface() throws android.os.RemoteExcepti… in GetNewNameInterface() method in ITestService.Stub.Proxy
2210 return getDefaultImpl().GetNewNameInterface(); in GetNewNameInterface()
2489 public android.aidl.tests.INewName GetNewNameInterface() throws android.os.RemoteException; in GetNewNameInterface() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java446 public INewName GetNewNameInterface() throws RemoteException { in GetNewNameInterface() method in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp967 ::ndk::ScopedAStatus _aidl_status = _aidl_impl->GetNewNameInterface(&_aidl_return); in _aidl_onTransact()
3049 ::ndk::ScopedAStatus BpTestService::GetNewNameInterface(std::shared_ptr<::aidl::android::aidl::test… in GetNewNameInterface() function in aidl::android::aidl::tests::BpTestService
3070 _aidl_status = ITestService::getDefaultImpl()->GetNewNameInterface(_aidl_return); in GetNewNameInterface()
3456 ::ndk::ScopedAStatus ITestServiceDefault::GetNewNameInterface(std::shared_ptr<::aidl::android::aidl… in GetNewNameInterface() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp1956 ::android::binder::Status BpTestService::GetNewNameInterface(::android::sp<::android::aidl::tests::… in GetNewNameInterface() function in android::aidl::tests::BpTestService
1969 return ITestService::getDefaultImpl()->GetNewNameInterface(_aidl_return); in GetNewNameInterface()
3432 ::android::binder::Status _aidl_status(GetNewNameInterface(&_aidl_return)); in onTransact()