Home
last modified time | relevance | path

Searched defs:structs (Results 1 – 3 of 3) sorted by relevance

/system/tools/hidl/docs/src/parser/files/
DAbstractFileParser.kt52 …val structs: List<EntryParser> by lazy { getEntriesByCompoundDeclarationParser(TokenGrammar.STRUCT… in <lambda>() constant
/system/tpm/trunks/generator/
Dgenerator.py1025 def _AddEmptyStruct(self, name, is_union, structs, typemap): argument
1973 def GenerateHeader(types, constants, structs, defines, typemap, commands): argument
2040 def GenerateImplementation(types, structs, typemap, commands): argument
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java615 ArrayList<NestedStruct> structs = proxy.getNestedStructs(); in client() local