Home
last modified time | relevance | path

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

/aosp12/system/tools/hidl/hidl2aidl/
H A DAidlTranslate.cpp178 out << "if (" << inputAccess << " < 0) {\n"; in h2aScalarChecks()
184 out << "if (" << inputAccess << " > " << limit << " || " << inputAccess in h2aScalarChecks()
191 << inputAccess << "\");\n"; in h2aScalarChecks()
272 const std::string inputAccess = "in." + field.fullName; in containerTranslation() local
273 out << "if (" << inputAccess << " != null) {\n"; in containerTranslation()
276 << "[" << inputAccess << javaSizeAccess << "];\n"; in containerTranslation()
306 std::string inputAccess = "in." + field.fullName; in simpleTranslation() local
315 h2aScalarChecks(out, field.field->type(), inputAccess, backend); in simpleTranslation()
318 inputAccess += "()"; in simpleTranslation()
321 << inputAccess << ");\n"; in simpleTranslation()
[all …]