Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DTableEntry.h45 ARCH32 = 1 << 0, enumerator
47 ARCH_BOTH = ARCH32 | ARCH64
Dtest.cpp394 std::array<Architecture, 6> archs{{ARCH64, ARCH64, ARCH32, ARCH32, ARCH32, ARCH32}}; in TEST_F()
DTableEntry.cpp37 case ARCH32: in getArchString()
DListCommand.cpp351 case lshal::ARCH32: in dumpVintf()
426 return ARCH32; in fromBaseArchitecture()