Home
last modified time | relevance | path

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

/aosp_15_r20/system/tools/hidl/hidl2aidl/
DAidlTranslate.cpp243 std::string javaElementAccess; in containerTranslation() local
255 javaElementAccess = "[i]"; in containerTranslation()
260 javaElementAccess = ".get(i)"; in containerTranslation()
290 h2aScalarChecks(out, *elementType, inputAccess + javaElementAccess, backend); in containerTranslation()
296 out << "[i] = " << inputAccess << javaElementAccess << ";\n"; in containerTranslation()