/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ICircular.rs | 17 …fn r#GetTestService(&self) -> binder::Result<Option<binder::Strong<dyn crate::mangled::_7_android_… 27 …fn r#GetTestService<'a>(&'a self) -> binder::BoxFuture<'a, binder::Result<Option<binder::Strong<dy… 32 …async fn r#GetTestService(&self) -> binder::Result<Option<binder::Strong<dyn crate::mangled::_7_an… 54 …fn r#GetTestService(&self) -> binder::Result<Option<binder::Strong<dyn crate::mangled::_7_android_… in new_async_binder() 55 self._rt.block_on(self._inner.r#GetTestService()) in new_async_binder() 63 …fn r#GetTestService(&self) -> binder::Result<Option<binder::Strong<dyn crate::mangled::_7_android_… 68 …pub const r#GetTestService: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CALL… 83 return _aidl_default_impl.r#GetTestService(); in read_response_GetTestService() 94 …fn r#GetTestService(&self) -> binder::Result<Option<binder::Strong<dyn crate::mangled::_7_android_… 96 …let _aidl_reply = self.binder.submit_transact(transactions::r#GetTestService, _aidl_data, binder::… [all …]
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ICircular.java | 10 …@Override public android.aidl.tests.ITestService GetTestService() throws android.os.RemoteException in GetTestService() method in ICircular.Default 84 android.aidl.tests.ITestService _result = this.GetTestService(); in onTransact() 111 …@Override public android.aidl.tests.ITestService GetTestService() throws android.os.RemoteException in GetTestService() method in ICircular.Stub.Proxy 137 public android.aidl.tests.ITestService GetTestService() throws android.os.RemoteException; in GetTestService() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | ICircular.h | 23 …virtual ::android::binder::Status GetTestService(::android::sp<::android::aidl::tests::ITestServic… 31 …::android::binder::Status GetTestService(::android::sp<::android::aidl::tests::ITestService>* /*_a… in GetTestService() function
|
D | BnCircular.h | 25 …::android::binder::Status GetTestService(::android::sp<::android::aidl::tests::ITestService>* _aid… in GetTestService() function 26 auto _status = _aidl_delegate->GetTestService(_aidl_return); in GetTestService()
|
D | BpCircular.h | 15 …::android::binder::Status GetTestService(::android::sp<::android::aidl::tests::ITestService>* _aid…
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | BnCircular.h | 31 …::ndk::ScopedAStatus GetTestService(std::shared_ptr<::aidl::android::aidl::tests::ITestService>* _… in GetTestService() function 32 return _impl->GetTestService(_aidl_return); in GetTestService()
|
D | ICircular.h | 37 …virtual ::ndk::ScopedAStatus GetTestService(std::shared_ptr<::aidl::android::aidl::tests::ITestSer… 43 …::ndk::ScopedAStatus GetTestService(std::shared_ptr<::aidl::android::aidl::tests::ITestService>* _…
|
D | BpCircular.h | 16 …::ndk::ScopedAStatus GetTestService(std::shared_ptr<::aidl::android::aidl::tests::ITestService>* _…
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ICircular.cpp | 23 ::android::binder::Status BpCircular::GetTestService(::android::sp<::android::aidl::tests::ITestSer… in GetTestService() function in android::aidl::tests::BpCircular 36 return ICircular::getDefaultImpl()->GetTestService(_aidl_return); in GetTestService() 84 ::android::binder::Status _aidl_status(GetTestService(&_aidl_return)); in onTransact()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/ |
D | ICircular.cpp | 32 ::ndk::ScopedAStatus _aidl_status = _aidl_impl->GetTestService(&_aidl_return); in _aidl_android_aidl_tests_ICircular_onTransact() 52 ::ndk::ScopedAStatus BpCircular::GetTestService(std::shared_ptr<::aidl::android::aidl::tests::ITest… in GetTestService() function in aidl::android::aidl::tests::BpCircular 72 _aidl_status = ICircular::getDefaultImpl()->GetTestService(_aidl_return); in GetTestService() 139 ::ndk::ScopedAStatus ICircularDefault::GetTestService(std::shared_ptr<::aidl::android::aidl::tests:… in GetTestService() function in aidl::android::aidl::tests::ICircularDefault
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ICircular.aidl | 22 @nullable ITestService GetTestService(); in GetTestService() method
|
/system/tools/aidl/tests/rust/ |
D | test_service_async.rs | 89 async fn GetTestService( in GetTestService() method
|
D | test_service.rs | 86 fn GetTestService( in GetTestService() method
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 794 public ITestService GetTestService() { in GetTestService() method in TestServiceServer.MyCircular
|
/system/tools/aidl/tests/ |
D | aidl_test_service.cpp | 179 Status GetTestService(sp<ITestService>* _aidl_return) override { in GetTestService() function in __anonbcceb43d0111::Circular
|