Home
last modified time | relevance | path

Searched refs:GetCppJavaTests (Results 1 – 18 of 18) sorted by relevance

/system/tools/aidl/tests/
Daidl_test_client.h41 auto status = service->GetCppJavaTests(&ibinder); in SetUp()
Daidl_test_service.cpp754 Status GetCppJavaTests(sp<IBinder>* ret) { in GetCppJavaTests() function in __anon556d30440111::NativeService
/system/tools/aidl/tests/java/src/android/aidl/tests/
DNullableTests.java51 IBinder binder2 = mService.GetCppJavaTests(); in setUp()
DTestServiceClient.java86 IBinder binder2 = service.GetCppJavaTests(); in setUp()
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl266 @nullable IBinder GetCppJavaTests();
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h223 ::ndk::ScopedAStatus GetCppJavaTests(::ndk::SpAIBinder* _aidl_return) override { in GetCppJavaTests() function
224 return _impl->GetCppJavaTests(_aidl_return); in GetCppJavaTests()
DBpTestService.h80 ::ndk::ScopedAStatus GetCppJavaTests(::ndk::SpAIBinder* _aidl_return) override;
DITestService.h357 virtual ::ndk::ScopedAStatus GetCppJavaTests(::ndk::SpAIBinder* _aidl_return) = 0;
428 ::ndk::ScopedAStatus GetCppJavaTests(::ndk::SpAIBinder* _aidl_return) override;
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h277 …::android::binder::Status GetCppJavaTests(::android::sp<::android::IBinder>* _aidl_return) overrid… in GetCppJavaTests() function
278 return _aidl_delegate->GetCppJavaTests(_aidl_return); in GetCppJavaTests()
DBpTestService.h79 …::android::binder::Status GetCppJavaTests(::android::sp<::android::IBinder>* _aidl_return) overrid…
DITestService.h277 …virtual ::android::binder::Status GetCppJavaTests(::android::sp<::android::IBinder>* _aidl_return)…
478 …::android::binder::Status GetCppJavaTests(::android::sp<::android::IBinder>* /*_aidl_return*/) ove… in GetCppJavaTests() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs82 fn GetCppJavaTests(&self) -> binder::Result<Option<binder::SpIBinder>>; in GetCppJavaTests() method
158 …fn GetCppJavaTests<'a>(&'a self) -> binder::BoxFuture<'a, binder::Result<Option<binder::SpIBinder>… in GetCppJavaTests() method
229 async fn GetCppJavaTests(&self) -> binder::Result<Option<binder::SpIBinder>>; in GetCppJavaTests() method
444 fn GetCppJavaTests(&self) -> binder::Result<Option<binder::SpIBinder>> { in new_async_binder() function
445 self._rt.block_on(self._inner.GetCppJavaTests()) in new_async_binder()
648 fn GetCppJavaTests(&self) -> binder::Result<Option<binder::SpIBinder>> { in GetCppJavaTests() method
720 …pub const GetCppJavaTests: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CALL_… constant
1988 return _aidl_default_impl.GetCppJavaTests(); in read_response_GetCppJavaTests()
2336 fn GetCppJavaTests(&self) -> binder::Result<Option<binder::SpIBinder>> { in GetCppJavaTests() method
2338 …let _aidl_reply = self.binder.submit_transact(transactions::GetCppJavaTests, _aidl_data, binder::b… in GetCppJavaTests()
[all …]
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java284 @Override public android.os.IBinder GetCppJavaTests() throws android.os.RemoteException in GetCppJavaTests() method in ITestService.Default
585 @Override public android.os.IBinder GetCppJavaTests() throws android.os.RemoteException in GetCppJavaTests() method in ITestService.Delegator
587 return mImpl.GetCppJavaTests(); in GetCppJavaTests()
1404 android.os.IBinder _result = this.GetCppJavaTests(); in onTransact()
3100 @Override public android.os.IBinder GetCppJavaTests() throws android.os.RemoteException in GetCppJavaTests() method in ITestService.Stub.Proxy
3111 return getDefaultImpl().GetCppJavaTests(); in GetCppJavaTests()
3405 public android.os.IBinder GetCppJavaTests() throws android.os.RemoteException; in GetCppJavaTests() method
/system/tools/aidl/tests/rust/
Dtest_service.rs459 fn GetCppJavaTests(&self) -> binder::Result<Option<SpIBinder>> { in GetCppJavaTests() method
Dtest_service_async.rs501 async fn GetCppJavaTests(&self) -> binder::Result<Option<SpIBinder>> { in GetCppJavaTests() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java754 public IBinder GetCppJavaTests() throws RemoteException { in GetCppJavaTests() method in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp1270 ::ndk::ScopedAStatus _aidl_status = _aidl_impl->GetCppJavaTests(&_aidl_return); in _aidl_android_aidl_tests_ITestService_onTransact()
4006 ::ndk::ScopedAStatus BpTestService::GetCppJavaTests(::ndk::SpAIBinder* _aidl_return) { in GetCppJavaTests() function in aidl::android::aidl::tests::BpTestService
4027 _aidl_status = ITestService::getDefaultImpl()->GetCppJavaTests(_aidl_return); in GetCppJavaTests()
4455 ::ndk::ScopedAStatus ITestServiceDefault::GetCppJavaTests(::ndk::SpAIBinder* /*_aidl_return*/) { in GetCppJavaTests() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp2568 ::android::binder::Status BpTestService::GetCppJavaTests(::android::sp<::android::IBinder>* _aidl_r… in GetCppJavaTests() function in android::aidl::tests::BpTestService
2581 return ITestService::getDefaultImpl()->GetCppJavaTests(_aidl_return); in GetCppJavaTests()
4680 ::android::binder::Status _aidl_status(GetCppJavaTests(&_aidl_return)); in onTransact()