Searched refs:cpuinfo_mock_properties (Results 1 – 1 of 1) sorted by relevance
17 static struct cpuinfo_mock_property* cpuinfo_mock_properties = NULL; variable21 cpuinfo_mock_properties = properties; in cpuinfo_mock_android_properties()25 if (cpuinfo_mock_properties != NULL) { in cpuinfo_android_property_get()26 …for (const struct cpuinfo_mock_property* prop = cpuinfo_mock_properties; prop->key != NULL; prop++… in cpuinfo_android_property_get()