Home
last modified time | relevance | path

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

/aosp12/system/teeui/libteeui_jni/
H A Dlibteeui_jni.cpp136 jstring layout_type) { in Java_com_android_framebufferizer_NativeRenderer_setDeviceInfo() argument
137 JString layout(env, layout_type); in Java_com_android_framebufferizer_NativeRenderer_setDeviceInfo()
/aosp12/art/dexlayout/
H A Ddexlayout.cc1780 LayoutType& layout_type = it.first->second; in LayoutCodeItems() local
1782 layout_type = MergeLayoutType(layout_type, state); in LayoutCodeItems()