Searched refs:machineModelName (Results 1 – 10 of 10) sorted by relevance
25 mSystemInfo.machineModelName = kModel; in FeatureSupportUtilTest()70 systemInfo.machineModelName = "BAD"; in TEST_F()74 EXPECT_EQ(kModel, systemInfo.machineModelName); in TEST_F()
835 systemInfo->machineModelName = deviceModel; in ANGLEAddDeviceInfoToSystemInfo()853 systemInfo->machineModelName.c_str()); in ANGLEShouldBeUsedForApplication()
46 GetAndroidSystemProperty("ro.product.model", &info->machineModelName) && isFullyPopulated; in GetSystemInfo()
381 if (!info.machineModelName.empty()) in PrintSystemInfo()383 std::cout << "Machine Model: " << info.machineModelName << "\n"; in PrintSystemInfo()
87 std::string machineModelName; member
374 ParseMacMachineModel(GetMachineModel(), &info->machineModelName, &major, &minor);
305 if (systemInfo->machineModelName == deviceName) in IsAndroidDevice()
127 if (systemInfo->machineModelName == deviceName) in IsAndroidDevice()
138 return strstr(info.machineModelName.c_str(), "Pixel") != nullptr; in IsPixel()
6481 std::find(models.begin(), models.end(), info.machineModelName) != models.end(); in determineMemoryProtectionSupport()6487 << info.machineModelName in determineMemoryProtectionSupport()