Home
last modified time | relevance | path

Searched defs:GetOtherTestService (Results 1 – 12 of 12) sorted by relevance

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl120 @PropagateAllowBlocking INamedCallback GetOtherTestService(String name); in GetOtherTestService() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h106 …::ndk::ScopedAStatus GetOtherTestService(const std::string& in_name, std::shared_ptr<::aidl::andro… in GetOtherTestService() function
/system/tools/aidl/tests/rust/
Dtest_service_async.rs189 async fn GetOtherTestService( in GetOtherTestService() method
Dtest_service.rs164 fn GetOtherTestService( in GetOtherTestService() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java127 …@Override public android.aidl.tests.INamedCallback GetOtherTestService(java.lang.String name) thro… in GetOtherTestService() method in ITestService.Default
421 …@Override public android.aidl.tests.INamedCallback GetOtherTestService(java.lang.String name) thro… in GetOtherTestService() method in ITestService.Delegator
2124 …@Override public android.aidl.tests.INamedCallback GetOtherTestService(java.lang.String name) thro… in GetOtherTestService() method in ITestService.Stub.Proxy
3358 …public android.aidl.tests.INamedCallback GetOtherTestService(java.lang.String name) throws android… in GetOtherTestService() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java300 public INamedCallback GetOtherTestService(String name) throws RemoteException { in GetOtherTestService() method in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h160 …::android::binder::Status GetOtherTestService(const ::android::String16& name, ::android::sp<::and… in GetOtherTestService() function
DITestService.h361 …::android::binder::Status GetOtherTestService(const ::android::String16& /*name*/, ::android::sp<:… in GetOtherTestService() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp1050 ::android::binder::Status BpTestService::GetOtherTestService(const ::android::String16& name, ::and… in GetOtherTestService() function in android::aidl::tests::BpTestService
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs43 …fn GetOtherTestService(&self, _arg_name: &str) -> binder::Result<binder::Strong<dyn crate::mangled… in GetOtherTestService() method
119 …fn GetOtherTestService<'a>(&'a self, _arg_name: &'a str) -> binder::BoxFuture<'a, binder::Result<b… in GetOtherTestService() method
190 …async fn GetOtherTestService(&self, _arg_name: &str) -> binder::Result<binder::Strong<dyn crate::m… in GetOtherTestService() method
327 …fn GetOtherTestService(&self, _arg_name: &str) -> binder::Result<binder::Strong<dyn crate::mangled… in new_async_binder() function
531 …fn GetOtherTestService(&self, _arg_name: &str) -> binder::Result<binder::Strong<dyn crate::mangled… in GetOtherTestService() method
681 …pub const GetOtherTestService: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_C… constant
2141 …fn GetOtherTestService(&self, _arg_name: &str) -> binder::Result<binder::Strong<dyn crate::mangled… in GetOtherTestService() method
2668 …fn GetOtherTestService<'a>(&'a self, _arg_name: &'a str) -> binder::BoxFuture<'a, binder::Result<b… in GetOtherTestService() method
3228 …fn GetOtherTestService(&self, _arg_name: &str) -> binder::Result<binder::Strong<dyn crate::mangled… in GetOtherTestService() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp2380 ::ndk::ScopedAStatus BpTestService::GetOtherTestService(const std::string& in_name, std::shared_ptr… in GetOtherTestService() function in aidl::android::aidl::tests::BpTestService
4260 ::ndk::ScopedAStatus ITestServiceDefault::GetOtherTestService(const std::string& /*in_name*/, std::… in GetOtherTestService() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/
Daidl_test_service.cpp403 Status GetOtherTestService(const String16& name, in GetOtherTestService() function in __anon556d30440111::NativeService