/system/tools/aidl/tests/ |
D | aidl_test_client.h | 41 auto status = service->GetCppJavaTests(&ibinder); in SetUp()
|
D | aidl_test_service.cpp | 603 Status GetCppJavaTests(sp<IBinder>* ret) { in GetCppJavaTests() function in __anonee08dd980111::NativeService
|
/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | NullableTests.java | 50 IBinder binder2 = mService.GetCppJavaTests(); in setUp()
|
D | ExtensionTests.java | 70 IBinder binder2 = mService.GetCppJavaTests(); in setUp()
|
D | TestServiceClient.java | 76 IBinder binder2 = service.GetCppJavaTests(); in setUp()
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 215 @nullable IBinder GetCppJavaTests();
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 64 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/ |
D | test_service.rs | 306 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/ |
D | BpTestService.h | 65 ::ndk::ScopedAStatus GetCppJavaTests(::ndk::SpAIBinder* _aidl_return) override;
|
D | ITestService.h | 214 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/ |
D | BpTestService.h | 67 …::android::binder::Status GetCppJavaTests(::android::sp<::android::IBinder>* _aidl_return) overrid…
|
D | ITestService.h | 160 …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/ |
D | ITestService.java | 225 @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/ |
D | TestServiceServer.java | 540 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/ |
D | ITestService.cpp | 981 ::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/ |
D | ITestService.cpp | 1990 ::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()
|