Home
last modified time | relevance | path

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

/aosp12/system/tools/aidl/tests/rust/
H A Dtest_service.rs299 fn GetNewNameInterface(&self) -> binder::Result<binder::Strong<dyn INewName::INewName>> { in GetNewNameInterface() method
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
H A DITestService.cpp1956 ::android::binder::Status BpTestService::GetNewNameInterface(::android::sp<::android::aidl::tests::… in GetNewNameInterface() 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.rs63 …fn GetNewNameInterface(&self) -> binder::public_api::Result<binder::Strong<dyn crate::mangled::_7_… in GetNewNameInterface() method
218 …fn GetNewNameInterface(&self) -> binder::public_api::Result<binder::Strong<dyn crate::mangled::_7_… in GetNewNameInterface() method
277 pub const GetNewNameInterface: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 48; const
1199 …fn GetNewNameInterface(&self) -> binder::public_api::Result<binder::Strong<dyn crate::mangled::_7_… in GetNewNameInterface() method
1297 …fn GetNewNameInterface(&self) -> binder::public_api::Result<binder::Strong<dyn crate::mangled::_7_… in GetNewNameInterface() method
/aosp12/system/tools/aidl/tests/java/src/android/aidl/service/
H A DTestServiceServer.java446 public INewName GetNewNameInterface() throws RemoteException { in GetNewNameInterface() method in TestServiceServer
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
H A DITestService.cpp3049 ::ndk::ScopedAStatus BpTestService::GetNewNameInterface(std::shared_ptr<::aidl::android::aidl::test… in GetNewNameInterface() function in aidl::android::aidl::tests::BpTestService
3456 ::ndk::ScopedAStatus ITestServiceDefault::GetNewNameInterface(std::shared_ptr<::aidl::android::aidl… in GetNewNameInterface() 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.java220 …@Override public android.aidl.tests.INewName GetNewNameInterface() throws android.os.RemoteExcepti… in GetNewNameInterface() method in ITestService.Default
2200 …@Override public android.aidl.tests.INewName GetNewNameInterface() throws android.os.RemoteExcepti… in GetNewNameInterface() method in ITestService.Stub.Proxy
2489 public android.aidl.tests.INewName GetNewNameInterface() throws android.os.RemoteException; in GetNewNameInterface() method
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
H A DITestService.h313 …::android::binder::Status GetNewNameInterface(::android::sp<::android::aidl::tests::INewName>*) ov… in GetNewNameInterface() function
/aosp12/system/tools/aidl/tests/
H A Daidl_test_service.cpp598 Status GetNewNameInterface(sp<INewName>* ret) { in GetNewNameInterface() function in __anon4c59ef040110::NativeService