HomeSort by relevance Sort by last modified time
    Searched full:cpu_arch_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/base/
systeminfo.h 86 Architecture cpu_arch_; member in class:talk_base::SystemInfo
systeminfo.cc 133 cpu_arch_ = SI_ARCH_ARM;
135 cpu_arch_ = SI_ARCH_X64;
137 cpu_arch_ = SI_ARCH_X86;
139 cpu_arch_ = SI_ARCH_UNKNOWN;
264 return cpu_arch_;

Completed in 315 milliseconds