Home
last modified time | relevance | path

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

/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DICircular.rs17 …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/
DICircular.java10 …@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/
DICircular.h23 …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
DBnCircular.h25 …::android::binder::Status GetTestService(::android::sp<::android::aidl::tests::ITestService>* _aid… in GetTestService() function
26 auto _status = _aidl_delegate->GetTestService(_aidl_return); in GetTestService()
DBpCircular.h15 …::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/
DBnCircular.h31 …::ndk::ScopedAStatus GetTestService(std::shared_ptr<::aidl::android::aidl::tests::ITestService>* _… in GetTestService() function
32 return _impl->GetTestService(_aidl_return); in GetTestService()
DICircular.h37 …virtual ::ndk::ScopedAStatus GetTestService(std::shared_ptr<::aidl::android::aidl::tests::ITestSer…
43 …::ndk::ScopedAStatus GetTestService(std::shared_ptr<::aidl::android::aidl::tests::ITestService>* _…
DBpCircular.h16 …::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/
DICircular.cpp23 ::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/
DICircular.cpp32 ::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/
DICircular.aidl22 @nullable ITestService GetTestService(); in GetTestService() method
/system/tools/aidl/tests/rust/
Dtest_service_async.rs89 async fn GetTestService( in GetTestService() method
Dtest_service.rs86 fn GetTestService( in GetTestService() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java794 public ITestService GetTestService() { in GetTestService() method in TestServiceServer.MyCircular
/system/tools/aidl/tests/
Daidl_test_service.cpp179 Status GetTestService(sp<ITestService>* _aidl_return) override { in GetTestService() function in __anonbcceb43d0111::Circular