Home
last modified time | relevance | path

Searched defs:IOldName (Results 1 – 9 of 9) sorted by relevance

/system/tools/aidl/tests/android/aidl/tests/
DIOldName.aidl19 interface IOldName { interface
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DIOldName.rs15 pub trait IOldName: binder::Interface + Send { interface
118 fn on_transact(_aidl_service: &dyn IOldName, _aidl_code: binder::binder_impl::TransactionCode, _aid… in on_transact()
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DIOldName.java5 public interface IOldName extends android.os.IInterface interface
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DIOldName.cpp89 IOldName::IOldName() {} in IOldName() function in aidl::android::aidl::tests::IOldName
DITestService.cpp4440 …Status ITestServiceDefault::GetOldNameInterface(std::shared_ptr<::aidl::android::aidl::tests::IOld… in GetOldNameInterface()
/system/tools/aidl/tests/rust/
Dtest_service_async.rs478 async fn GetOldNameInterface(&self) -> binder::Result<binder::Strong<dyn IOldName::IOldName>> { in GetOldNameInterface()
Dtest_service.rs436 fn GetOldNameInterface(&self) -> binder::Result<binder::Strong<dyn IOldName::IOldName>> { in GetOldNameInterface()
Dtest_client.rs940 F: FnOnce(binder::Strong<dyn IOldName::IOldName>, binder::Strong<dyn INewName::INewName>), in test_renamed_interface()
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DITestService.h469 …::android::binder::Status GetOldNameInterface(::android::sp<::android::aidl::tests::IOldName>* /*_… in GetOldNameInterface()