Lines Matching refs:DeviceSpecification
1009 struct DeviceSpecification { struct in __anonb50294d30111::PartitioningTest
1010 DeviceSpecification(const std::string& name, const V1_3::Capabilities& capabilities, in DeviceSpecification() argument
1018 DeviceSpecification(const std::string& name, float perf, uint32_t operationMask, in DeviceSpecification() argument
1022 : DeviceSpecification(name, perf, perf, operationMask, oem, halVersion,
1024 DeviceSpecification(const std::string& name, float perf, float perfRelaxed, in DeviceSpecification() argument
1029 : DeviceSpecification(name, kVersionString, perf, perfRelaxed, operationMask, oem,
1031 DeviceSpecification(const std::string& name, const std::string& version, float perf, in DeviceSpecification() argument
1036 : DeviceSpecification(name, version, perf, perf, operationMask, oem, halVersion,
1038 DeviceSpecification(const std::string& name, const std::string& version, float perf, in DeviceSpecification() function
1061 DeviceSpecification(const std::string& name, float perf, HalVersion halVersion, in DeviceSpecification() function
1064 : DeviceSpecification( in DeviceSpecification()
1128 std::vector<DeviceSpecification> specifications) { in makeDevices()