/system/tools/aidl/tests/ |
D | aidl_test_client.h | 41 auto status = service->GetCppJavaTests(&ibinder); in SetUp()
|
D | aidl_test_service.cpp | 754 Status GetCppJavaTests(sp<IBinder>* ret) { in GetCppJavaTests() function in __anon556d30440111::NativeService
|
/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | NullableTests.java | 51 IBinder binder2 = mService.GetCppJavaTests(); in setUp()
|
D | TestServiceClient.java | 86 IBinder binder2 = service.GetCppJavaTests(); in setUp()
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 266 @nullable IBinder GetCppJavaTests();
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | BnTestService.h | 223 ::ndk::ScopedAStatus GetCppJavaTests(::ndk::SpAIBinder* _aidl_return) override { in GetCppJavaTests() function 224 return _impl->GetCppJavaTests(_aidl_return); in GetCppJavaTests()
|
D | BpTestService.h | 80 ::ndk::ScopedAStatus GetCppJavaTests(::ndk::SpAIBinder* _aidl_return) override;
|
D | ITestService.h | 357 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/ |
D | BnTestService.h | 277 …::android::binder::Status GetCppJavaTests(::android::sp<::android::IBinder>* _aidl_return) overrid… in GetCppJavaTests() function 278 return _aidl_delegate->GetCppJavaTests(_aidl_return); in GetCppJavaTests()
|
D | BpTestService.h | 79 …::android::binder::Status GetCppJavaTests(::android::sp<::android::IBinder>* _aidl_return) overrid…
|
D | ITestService.h | 277 …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/ |
D | ITestService.rs | 82 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/ |
D | ITestService.java | 284 @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/ |
D | test_service.rs | 459 fn GetCppJavaTests(&self) -> binder::Result<Option<SpIBinder>> { in GetCppJavaTests() method
|
D | test_service_async.rs | 501 async fn GetCppJavaTests(&self) -> binder::Result<Option<SpIBinder>> { in GetCppJavaTests() method
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 754 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/ |
D | ITestService.cpp | 1270 ::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/ |
D | ITestService.cpp | 2568 ::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()
|