Home
last modified time | relevance | path

Searched defs:OldName (Results 1 – 4 of 4) sorted by relevance

/system/tools/aidl/tests/rust/
Dtest_service_async.rs71 struct OldName; struct
73 impl Interface for OldName {} implementation
76 impl IOldName::IOldNameAsyncServer for OldName { implementation
Dtest_service.rs67 struct OldName; struct
69 impl Interface for OldName {} implementation
71 impl IOldName::IOldName for OldName { implementation
/system/tools/aidl/tests/
Daidl_test_service_ndk.cpp98 class OldName : public BnOldName { class
Daidl_test_service.cpp144 class OldName : public BnOldName { class