Searched refs:DeviceParameter (Results 1 – 5 of 5) sorted by relevance
30 using DeviceParameter = std::tuple<std::string, std::string>; variable38 DeviceParameter, android::hardware::audio::common::COMMON_TYPES_CPP_VERSION::AudioConfig,44 std::tuple<DeviceParameter, std::string,
227 const ::testing::TestParamInfo<DeviceParameter>& info) { in DeviceParameterToString()235 const std::vector<DeviceParameter>& getDeviceParameters() { in getDeviceParameters()236 static std::vector<DeviceParameter> parameters = [] { in getDeviceParameters()237 std::vector<DeviceParameter> result; in getDeviceParameters()254 const std::vector<DeviceParameter>& getDeviceParametersForFactoryTests() { in getDeviceParametersForFactoryTests()255 static std::vector<DeviceParameter> parameters = [] { in getDeviceParametersForFactoryTests()256 std::vector<DeviceParameter> result; in getDeviceParametersForFactoryTests()270 const std::vector<DeviceParameter>& getDeviceParametersForPrimaryDeviceTests() { in getDeviceParametersForPrimaryDeviceTests()271 static std::vector<DeviceParameter> parameters = [] { in getDeviceParametersForPrimaryDeviceTests()272 std::vector<DeviceParameter> result; in getDeviceParametersForPrimaryDeviceTests()[all …]
70 const std::vector<DeviceParameter>& getDeviceParameters() { return mDeviceParameters; } in getDeviceParameters()74 std::vector<DeviceParameter> mDeviceParameters;82 const std::vector<DeviceParameter>& getDeviceParameters() { in getDeviceParameters()
33 const std::vector<DeviceParameter>& getDeviceParameters();