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

  /system/libvintf/
TransportArch.cpp 24 return transport == Transport::EMPTY && arch == Arch::ARCH_EMPTY;
31 return arch == Arch::ARCH_EMPTY;
34 return arch != Arch::ARCH_EMPTY;
parse_xml.cpp 412 if (object.arch != Arch::ARCH_EMPTY) {
418 if (!parseOptionalAttr(root, "arch", Arch::ARCH_EMPTY, &object->arch, error) ||
    [all...]
  /test/vts/utils/native/testability_checker/
VtsTestabilityCheckerTest.cpp 348 "android.hardware.vibrator", {1, 0}, "" /*interface*/, Arch::ARCH_EMPTY,
445 "android.hardware.vibrator", {1, 0}, "" /*interface*/, Arch::ARCH_EMPTY,
452 "android.hardware.foo", {1, 0}, "IFoo", Arch::ARCH_EMPTY, &instances));
458 "android.hardware.nfc", {3, 0}, "INfc", Arch::ARCH_EMPTY, &instances));
464 "android.hardware.drm", {2, 0}, "IDrm", Arch::ARCH_EMPTY, &instances));
469 "android.hardware.foo", {1, 0}, "", Arch::ARCH_EMPTY, &instances));
477 "nonexistent", {1, 0}, "None", Arch::ARCH_EMPTY, &instances));
483 Arch::ARCH_EMPTY, &instances));
488 "android.hardware.camera", {1, 0}, "ICamera", Arch::ARCH_EMPTY,
494 "android.hardware.camera", {1, 2}, "None", Arch::ARCH_EMPTY, &instances))
    [all...]
  /system/libvintf/include/vintf/
TransportArch.h 29 Arch arch = Arch::ARCH_EMPTY;
Arch.h 29 ARCH_EMPTY = 0,
  /system/libvintf/test/
LibVintfTest.cpp 133 {Transport::HWBINDER, Arch::ARCH_EMPTY},
158 {Transport::HWBINDER, Arch::ARCH_EMPTY},
194 Arch a = Arch::ARCH_EMPTY;
201 a = Arch::ARCH_EMPTY;
232 {Transport::HWBINDER, Arch::ARCH_EMPTY},
711 {Transport::HWBINDER, Arch::ARCH_EMPTY},
717 {Transport::HWBINDER, Arch::ARCH_EMPTY},
729 {Transport::HWBINDER, Arch::ARCH_EMPTY},
736 {Transport::HWBINDER, Arch::ARCH_EMPTY},
    [all...]
  /frameworks/native/cmds/lshal/
ListCommand.cpp 347 arch = vintf::Arch::ARCH_EMPTY;
    [all...]

Completed in 63 milliseconds