Home
last modified time | relevance | path

Searched defs:GetCppJavaTests (Results 1 – 8 of 8) sorted by relevance

/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-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
1298 …fn GetCppJavaTests(&self) -> binder::public_api::Result<Option<binder::SpIBinder>> { self.0.GetCpp… 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-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
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp3087 ::ndk::ScopedAStatus BpTestService::GetCppJavaTests(::ndk::SpAIBinder* _aidl_return) { in GetCppJavaTests() function in aidl::android::aidl::tests::BpTestService
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-java-source/gen/android/aidl/tests/
DITestService.java225 @Override public android.os.IBinder GetCppJavaTests() throws android.os.RemoteException in GetCppJavaTests() method in ITestService.Default
2223 @Override public android.os.IBinder GetCppJavaTests() throws android.os.RemoteException in GetCppJavaTests() method in ITestService.Stub.Proxy
2491 public android.os.IBinder GetCppJavaTests() throws android.os.RemoteException; in GetCppJavaTests() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DITestService.h316 ::android::binder::Status GetCppJavaTests(::android::sp<::android::IBinder>*) override { in GetCppJavaTests() function
/system/tools/aidl/tests/
Daidl_test_service.cpp603 Status GetCppJavaTests(sp<IBinder>* ret) { in GetCppJavaTests() function in __anonee08dd980111::NativeService