Home
last modified time | relevance | path

Searched refs:getDeviceParameters (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/6.0/
H A DGenerators.cpp31 const std::vector<DeviceParameter>& getDeviceParameters();
38 for (const auto& device : getDeviceParameters()) { in generateOutputDeviceConfigParameters()
101 for (const auto& device : getDeviceParameters()) { in generateInputDeviceConfigParameters()
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/tests/
H A Dgenerators_tests.cpp70 const std::vector<DeviceParameter>& getDeviceParameters() { return mDeviceParameters; } in getDeviceParameters() function
82 const std::vector<DeviceParameter>& getDeviceParameters() { in getDeviceParameters() function
83 return PolicyConfigManager::getInstance().getDeviceParameters(); in getDeviceParameters()
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/
H A DGenerators.cpp33 const std::vector<DeviceParameter>& getDeviceParameters();
97 for (const auto& device : getDeviceParameters()) { in generateOutputDeviceConfigParameters()
148 for (const auto& device : getDeviceParameters()) { in getOutputDeviceInvalidConfigParameters()
230 for (const auto& device : getDeviceParameters()) { in generateInputDeviceConfigParameters()
280 for (const auto& device : getDeviceParameters()) { in getInputDeviceInvalidConfigParameters()
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/
H A DAudioPrimaryHidlHalTest.h198 const std::vector<DeviceParameter>& getDeviceParameters() { in getDeviceParameters() function
237 getDeviceParameters().begin(), getDeviceParameters().end(), [](const auto& elem) { in getDeviceParametersForPrimaryDeviceTests()
240 if (primary != getDeviceParameters().end()) result.push_back(*primary); in getDeviceParametersForPrimaryDeviceTests()
345 ::testing::ValuesIn(getDeviceParameters()), &DeviceParameterToString);
471 ::testing::ValuesIn(getDeviceParameters()), &DeviceParameterToString);
490 ::testing::ValuesIn(getDeviceParameters()), &DeviceParameterToString);
515 ::testing::ValuesIn(getDeviceParameters()), &DeviceParameterToString);