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/webrtc/base/
systeminfo.h 69 Architecture cpu_arch_; member in class:rtc::SystemInfo
systeminfo.cc 116 cpu_arch_ = SI_ARCH_ARM;
118 cpu_arch_ = SI_ARCH_X64;
120 cpu_arch_ = SI_ARCH_X86;
122 cpu_arch_ = SI_ARCH_UNKNOWN;
249 return cpu_arch_;

Completed in 310 milliseconds