Home
last modified time | relevance | path

Searched refs:TypeIsInterface (Results 1 – 2 of 2) sorted by relevance

/system/tools/aidl/
Daidl_to_rust.cpp129 if (TypeIsInterface(element_type, typenames)) { in GetRustName()
269 bool TypeIsInterface(const AidlTypeSpecifier& type, const AidlTypenames& typenames) { in TypeIsInterface() function
293 if (TypeIsInterface(type, typenames)) { in TypeHasDefault()
Daidl_to_rust.h71 bool TypeIsInterface(const AidlTypeSpecifier& type, const AidlTypenames& typenames);