HomeSort by relevance Sort by last modified time
    Searched refs:ARCH_32 (Results 1 - 6 of 6) sorted by null

  /system/libvintf/include/vintf/
Arch.h 30 ARCH_32,
45 return arch == Arch::ARCH_32 || arch == Arch::ARCH_32_64;
55 static_assert((Arch::ARCH_32 | Arch::ARCH_64) == Arch::ARCH_32_64, "bad Arch::operator|");
  /test/vts/utils/native/testability_checker/
VtsTestabilityCheckerTest.cpp 275 "nonexistent", {1, 0}, "None", Arch::ARCH_32, &instances));
279 "android.hardware.nfc", {2, 0}, "INfc", Arch::ARCH_32, &instances));
283 "android.hardware.nfc", {1, 0}, "INfcTest", Arch::ARCH_32, &instances));
291 "android.hardware.light", {2, 0}, "ILight", Arch::ARCH_32, &instances));
296 "android.hardware.drm", {1, 0}, "IDrmTest", Arch::ARCH_32, &instances));
303 Arch::ARCH_32, &instances));
309 "android.hardware.renderscript", {1, 0}, "IRenderscript", Arch::ARCH_32,
317 Arch::ARCH_32, &instances));
323 "android.hardware.camera", {2, 2}, "ICamera", Arch::ARCH_32, &instances));
330 Arch::ARCH_32, &instances))
    [all...]
VtsTestabilityCheckerMain.cpp 101 arch = Arch::ARCH_32;
VtsTestabilityChecker.cpp 194 case Arch::ARCH_32: {
  /frameworks/native/cmds/lshal/
ListCommand.cpp 352 arch = vintf::Arch::ARCH_32; break;
    [all...]
  /system/libvintf/test/
LibVintfTest.cpp 195 a |= Arch::ARCH_32;
196 EXPECT_EQ(Arch::ARCH_32, a);
    [all...]

Completed in 169 milliseconds