Home
last modified time | relevance | path

Searched refs:GetCpuVendor (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/base/
Dsysteminfo_unittest.cc18 LOG(LS_INFO) << "CpuVendor: " << info.GetCpuVendor(); in TEST()
19 EXPECT_FALSE(info.GetCpuVendor().empty()); in TEST()
27 EXPECT_TRUE(rtc::string_match(info.GetCpuVendor().c_str(), in TEST()
29 rtc::string_match(info.GetCpuVendor().c_str(), in TEST()
32 EXPECT_TRUE(rtc::string_match(info.GetCpuVendor().c_str(), "ARM")); in TEST()
Dsysteminfo.h37 std::string GetCpuVendor();
Dsysteminfo.cc146 std::string SystemInfo::GetCpuVendor() { in GetCpuVendor() function in rtc::SystemInfo