Searched refs:h2aScalarChecks (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/tools/hidl/hidl2aidl/ |
H A D | AidlTranslate.cpp | 152 static void h2aScalarChecks(Formatter& out, const Type& type, const std::string& inputAccess, in h2aScalarChecks() function 279 h2aScalarChecks(out, *elementType, inputAccess + javaElementAccess, backend); in containerTranslation() 293 h2aScalarChecks(out, *elementType, inputAccessElement, backend); in containerTranslation() 315 h2aScalarChecks(out, field.field->type(), inputAccess, backend); in simpleTranslation() 319 h2aScalarChecks(out, field.field->type(), inputAccess, backend); in simpleTranslation() 325 h2aScalarChecks(out, field.field->type(), inputAccess, backend); in simpleTranslation() 332 h2aScalarChecks(out, field.field->type(), inputAccess, backend); in simpleTranslation()
|