Lines Matching refs:DeviceSpecification
926 struct DeviceSpecification { struct in __anon83dd480d0111::PartitioningTest
927 DeviceSpecification(const std::string& name, const Capabilities& capabilities, in DeviceSpecification() function
935 DeviceSpecification(const std::string& name, float perf, uint32_t operationMask, in DeviceSpecification() function
938 : DeviceSpecification(name, perf, perf, operationMask, oem, operationTypes) {}
939 DeviceSpecification(const std::string& name, float perf, float perfRelaxed, in DeviceSpecification() function
943 : DeviceSpecification(name, kVersionString, perf, perfRelaxed, operationMask, oem,
945 DeviceSpecification(const std::string& name, const std::string& version, float perf, in DeviceSpecification() argument
949 : DeviceSpecification(name, version, perf, perf, operationMask, oem, operationTypes) {}
950 DeviceSpecification(const std::string& name, const std::string& version, float perf, in DeviceSpecification() function
970 DeviceSpecification(const std::string& name, float perf, HalVersion halVersion, in DeviceSpecification() argument
973 : DeviceSpecification( in DeviceSpecification()
1037 std::vector<DeviceSpecification> specifications) { in makeDevices()