Home
last modified time | relevance | path

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

/aosp12/system/tools/aidl/tests/rust/
H A Dtest_service.rs292 fn GetOldNameInterface(&self) -> binder::Result<binder::Strong<dyn IOldName::IOldName>> { in GetOldNameInterface() method
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
H A DITestService.cpp1922 ::android::binder::Status BpTestService::GetOldNameInterface(::android::sp<::android::aidl::tests::… in GetOldNameInterface() function in android::aidl::tests::BpTestService
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
H A DITestService.rs62 …fn GetOldNameInterface(&self) -> binder::public_api::Result<binder::Strong<dyn crate::mangled::_7_… in GetOldNameInterface() method
215 …fn GetOldNameInterface(&self) -> binder::public_api::Result<binder::Strong<dyn crate::mangled::_7_… in GetOldNameInterface() method
276 pub const GetOldNameInterface: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 47; const
1183 …fn GetOldNameInterface(&self) -> binder::public_api::Result<binder::Strong<dyn crate::mangled::_7_… in GetOldNameInterface() method
1296 …fn GetOldNameInterface(&self) -> binder::public_api::Result<binder::Strong<dyn crate::mangled::_7_… in GetOldNameInterface() method
/aosp12/system/tools/aidl/tests/java/src/android/aidl/service/
H A DTestServiceServer.java434 public IOldName GetOldNameInterface() throws RemoteException { in GetOldNameInterface() method in TestServiceServer
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
H A DITestService.cpp3011 ::ndk::ScopedAStatus BpTestService::GetOldNameInterface(std::shared_ptr<::aidl::android::aidl::test… in GetOldNameInterface() function in aidl::android::aidl::tests::BpTestService
3451 ::ndk::ScopedAStatus ITestServiceDefault::GetOldNameInterface(std::shared_ptr<::aidl::android::aidl… in GetOldNameInterface() function in aidl::android::aidl::tests::ITestServiceDefault
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
H A DITestService.java216 …@Override public android.aidl.tests.IOldName GetOldNameInterface() throws android.os.RemoteExcepti… in GetOldNameInterface() method in ITestService.Default
2178 …@Override public android.aidl.tests.IOldName GetOldNameInterface() throws android.os.RemoteExcepti… in GetOldNameInterface() method in ITestService.Stub.Proxy
2488 public android.aidl.tests.IOldName GetOldNameInterface() throws android.os.RemoteException; in GetOldNameInterface() method
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
H A DITestService.h310 …::android::binder::Status GetOldNameInterface(::android::sp<::android::aidl::tests::IOldName>*) ov… in GetOldNameInterface() function
/aosp12/system/tools/aidl/tests/
H A Daidl_test_service.cpp593 Status GetOldNameInterface(sp<IOldName>* ret) { in GetOldNameInterface() function in __anon4c59ef040110::NativeService