Home
last modified time | relevance | path

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

/system/tools/aidl/tests/
Daidl_test_client.h41 auto status = service->GetCppJavaTests(&ibinder); in SetUp()
Daidl_test_service.cpp603 Status GetCppJavaTests(sp<IBinder>* ret) { in GetCppJavaTests() function in __anonee08dd980111::NativeService
/system/tools/aidl/tests/java/src/android/aidl/tests/
DNullableTests.java50 IBinder binder2 = mService.GetCppJavaTests(); in setUp()
DExtensionTests.java70 IBinder binder2 = mService.GetCppJavaTests(); in setUp()
DTestServiceClient.java76 IBinder binder2 = service.GetCppJavaTests(); in setUp()
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl215 @nullable IBinder GetCppJavaTests();
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs64 fn GetCppJavaTests(&self) -> binder::public_api::Result<Option<binder::SpIBinder>>; in GetCppJavaTests() method
221 fn GetCppJavaTests(&self) -> binder::public_api::Result<Option<binder::SpIBinder>> { in GetCppJavaTests() method
278 pub const GetCppJavaTests: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 49; constant
1215 fn GetCppJavaTests(&self) -> binder::public_api::Result<Option<binder::SpIBinder>> { in GetCppJavaTests() method
1216 …let _aidl_reply = self.binder.transact(transactions::GetCppJavaTests, binder::FLAG_CLEAR_BUF | bin… in GetCppJavaTests()
1222 return _aidl_default_impl.GetCppJavaTests(); in GetCppJavaTests()
1298 …fn GetCppJavaTests(&self) -> binder::public_api::Result<Option<binder::SpIBinder>> { self.0.GetCpp… in GetCppJavaTests() method
1924 transactions::GetCppJavaTests => { in on_transact()
1925 let _aidl_return = _aidl_service.GetCppJavaTests(); in on_transact()
/system/tools/aidl/tests/rust/
Dtest_service.rs306 fn GetCppJavaTests(&self) -> binder::Result<Option<SpIBinder>> { in GetCppJavaTests() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
DBpTestService.h65 ::ndk::ScopedAStatus GetCppJavaTests(::ndk::SpAIBinder* _aidl_return) override;
DITestService.h214 virtual ::ndk::ScopedAStatus GetCppJavaTests(::ndk::SpAIBinder* _aidl_return) = 0;
270 ::ndk::ScopedAStatus GetCppJavaTests(::ndk::SpAIBinder* _aidl_return) override;
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBpTestService.h67 …::android::binder::Status GetCppJavaTests(::android::sp<::android::IBinder>* _aidl_return) overrid…
DITestService.h160 …virtual ::android::binder::Status GetCppJavaTests(::android::sp<::android::IBinder>* _aidl_return)…
316 ::android::binder::Status GetCppJavaTests(::android::sp<::android::IBinder>*) override { in GetCppJavaTests() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java225 @Override public android.os.IBinder GetCppJavaTests() throws android.os.RemoteException in GetCppJavaTests() method in ITestService.Default
924 android.os.IBinder _result = this.GetCppJavaTests(); in onTransact()
2223 @Override public android.os.IBinder GetCppJavaTests() throws android.os.RemoteException in GetCppJavaTests() method in ITestService.Stub.Proxy
2233 return getDefaultImpl().GetCppJavaTests(); in GetCppJavaTests()
2491 public android.os.IBinder GetCppJavaTests() throws android.os.RemoteException; in GetCppJavaTests() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java540 public IBinder GetCppJavaTests() throws RemoteException { in GetCppJavaTests() method in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp981 ::ndk::ScopedAStatus _aidl_status = _aidl_impl->GetCppJavaTests(&_aidl_return); in _aidl_onTransact()
3087 ::ndk::ScopedAStatus BpTestService::GetCppJavaTests(::ndk::SpAIBinder* _aidl_return) { in GetCppJavaTests() function in aidl::android::aidl::tests::BpTestService
3108 _aidl_status = ITestService::getDefaultImpl()->GetCppJavaTests(_aidl_return); in GetCppJavaTests()
3461 ::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.cpp1990 ::android::binder::Status BpTestService::GetCppJavaTests(::android::sp<::android::IBinder>* _aidl_r… in GetCppJavaTests() function in android::aidl::tests::BpTestService
2003 return ITestService::getDefaultImpl()->GetCppJavaTests(_aidl_return); in GetCppJavaTests()
3453 ::android::binder::Status _aidl_status(GetCppJavaTests(&_aidl_return)); in onTransact()