/system/tools/aidl/tests/ |
D | aidl_test_client_renamed_interface.cpp | 35 ASSERT_TRUE(service->GetNewNameInterface(&newName).isOk()); in SetUp()
|
D | aidl_test_service.cpp | 598 Status GetNewNameInterface(sp<INewName>* ret) { in GetNewNameInterface() function in __anonee08dd980111::NativeService
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 212 INewName GetNewNameInterface();
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 63 …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() 1297 …GetNewNameInterface(&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/ |
D | test_service.rs | 299 fn GetNewNameInterface(&self) -> binder::Result<binder::Strong<dyn INewName::INewName>> { in GetNewNameInterface() method
|
D | test_client.rs | 691 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/ |
D | BpTestService.h | 64 …::ndk::ScopedAStatus GetNewNameInterface(std::shared_ptr<::aidl::android::aidl::tests::INewName>* …
|
D | ITestService.h | 213 …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/ |
D | BpTestService.h | 66 …::android::binder::Status GetNewNameInterface(::android::sp<::android::aidl::tests::INewName>* _ai…
|
D | ITestService.h | 159 …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/ |
D | TestServiceClient.java | 808 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/ |
D | ITestService.java | 220 …@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/ |
D | TestServiceServer.java | 446 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/ |
D | ITestService.cpp | 967 ::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/ |
D | ITestService.cpp | 1956 ::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()
|