/system/tools/aidl/tests/rust/ |
D | test_service.rs | 157 fn GetOtherTestService( in GetOtherTestService() method 257 self.GetOtherTestService("ABT: always be testing").map(Some) in GetCallback()
|
D | test_client.rs | 247 .GetOtherTestService(NAME) in test_binder_exchange()
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 101 INamedCallback GetOtherTestService(String name); in GetOtherTestService() method
|
/system/tools/aidl/tests/ |
D | aidl_test_client_parcelables.cpp | 227 service->GetOtherTestService(String16("callback1"), &callback1); in TEST_F() 228 service->GetOtherTestService(String16("callback2"), &callback2); in TEST_F()
|
D | aidl_test_client_primitives.cpp | 195 auto status = service->GetOtherTestService(names[i], &got); in TEST_F()
|
D | aidl_test_service.cpp | 412 Status GetOtherTestService(const String16& name, in GetOtherTestService() function in __anonee08dd980111::NativeService 556 return GetOtherTestService(String16("ABT: always be testing"), ret); in GetCallback()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 40 …fn GetOtherTestService(&self, _arg_name: &str) -> binder::public_api::Result<binder::Strong<dyn cr… in GetOtherTestService() method 149 …fn GetOtherTestService(&self, _arg_name: &str) -> binder::public_api::Result<binder::Strong<dyn cr… in GetOtherTestService() method 254 pub const GetOtherTestService: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 25; constant 803 …fn GetOtherTestService(&self, _arg_name: &str) -> binder::public_api::Result<binder::Strong<dyn cr… in GetOtherTestService() method 804 …let _aidl_reply = self.binder.transact(transactions::GetOtherTestService, binder::FLAG_CLEAR_BUF |… in GetOtherTestService() 811 return _aidl_default_impl.GetOtherTestService(_arg_name); in GetOtherTestService() 1274 …GetOtherTestService(&self, _arg_name: &str) -> binder::public_api::Result<binder::Strong<dyn crate… in GetOtherTestService() method 1626 transactions::GetOtherTestService => { in on_transact() 1628 let _aidl_return = _aidl_service.GetOtherTestService(&_arg_name); in on_transact()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/ |
D | BpTestService.h | 41 …::ndk::ScopedAStatus GetOtherTestService(const std::string& in_name, std::shared_ptr<::aidl::andro…
|
D | ITestService.h | 190 …virtual ::ndk::ScopedAStatus GetOtherTestService(const std::string& in_name, std::shared_ptr<::aid… 246 …::ndk::ScopedAStatus GetOtherTestService(const std::string& in_name, std::shared_ptr<::aidl::andro…
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BpTestService.h | 43 …::android::binder::Status GetOtherTestService(const ::android::String16& name, ::android::sp<::and…
|
D | ITestService.h | 136 …virtual ::android::binder::Status GetOtherTestService(const ::android::String16& name, ::android::… 244 …::android::binder::Status GetOtherTestService(const ::android::String16&, ::android::sp<::android:… in GetOtherTestService() function
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 126 …@Override public android.aidl.tests.INamedCallback GetOtherTestService(java.lang.String name) thro… in GetOtherTestService() method in ITestService.Default 625 android.aidl.tests.INamedCallback _result = this.GetOtherTestService(_arg0); in onTransact() 1619 …@Override public android.aidl.tests.INamedCallback GetOtherTestService(java.lang.String name) thro… in GetOtherTestService() method in ITestService.Stub.Proxy 1630 return getDefaultImpl().GetOtherTestService(name); in GetOtherTestService() 2460 …public android.aidl.tests.INamedCallback GetOtherTestService(java.lang.String name) throws android… in GetOtherTestService() method
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 266 public INamedCallback GetOtherTestService(String name) throws RemoteException { in GetOtherTestService() method in TestServiceServer
|
/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | TestServiceClient.java | 279 INamedCallback got = service.GetOtherTestService("Smythe"); in testBinderExchange()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 541 ::ndk::ScopedAStatus _aidl_status = _aidl_impl->GetOtherTestService(in_name, &_aidl_return); in _aidl_onTransact() 2091 ::ndk::ScopedAStatus BpTestService::GetOtherTestService(const std::string& in_name, std::shared_ptr… in GetOtherTestService() function in aidl::android::aidl::tests::BpTestService 2115 _aidl_status = ITestService::getDefaultImpl()->GetOtherTestService(in_name, _aidl_return); in GetOtherTestService() 3341 ::ndk::ScopedAStatus ITestServiceDefault::GetOtherTestService(const std::string& /*in_name*/, std::… in GetOtherTestService() 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 | 1062 ::android::binder::Status BpTestService::GetOtherTestService(const ::android::String16& name, ::and… in GetOtherTestService() function in android::aidl::tests::BpTestService 1079 return ITestService::getDefaultImpl()->GetOtherTestService(name, _aidl_return); in GetOtherTestService() 2818 ::android::binder::Status _aidl_status(GetOtherTestService(in_name, &_aidl_return)); in onTransact()
|