Lines Matching refs:DeviceSpecification
936 struct DeviceSpecification { struct in __anon83dd480d0111::PartitioningTest
937 DeviceSpecification(const std::string& name, const Capabilities& capabilities, in DeviceSpecification() function
945 DeviceSpecification(const std::string& name, float perf, uint32_t operationMask, in DeviceSpecification() function
948 : DeviceSpecification(name, perf, perf, operationMask, oem, operationTypes) {}
949 DeviceSpecification(const std::string& name, float perf, float perfRelaxed, in DeviceSpecification() argument
953 : DeviceSpecification(name, kVersionString, perf, perfRelaxed, operationMask, oem,
955 DeviceSpecification(const std::string& name, const std::string& version, float perf, in DeviceSpecification() function
959 : DeviceSpecification(name, version, perf, perf, operationMask, oem, operationTypes) {}
960 DeviceSpecification(const std::string& name, const std::string& version, float perf, in DeviceSpecification() function
980 DeviceSpecification(const std::string& name, float perf, HalVersion halVersion, in DeviceSpecification() argument
983 : DeviceSpecification( in DeviceSpecification()
1047 std::vector<DeviceSpecification> specifications) { in makeDevices()