Home
last modified time | relevance | path

Searched refs:getCachedPolicyConfig (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/6.0/
H A DGenerators.cpp30 const PolicyConfig& getCachedPolicyConfig();
40 auto module = getCachedPolicyConfig().getModuleFromName(moduleName); in generateOutputDeviceConfigParameters()
42 if (getCachedPolicyConfig() in generateOutputDeviceConfigParameters()
103 auto module = getCachedPolicyConfig().getModuleFromName(moduleName); in generateInputDeviceConfigParameters()
105 if (getCachedPolicyConfig() in generateInputDeviceConfigParameters()
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/
H A DGenerators.cpp32 const PolicyConfig& getCachedPolicyConfig();
99 auto module = getCachedPolicyConfig().getModuleFromName(moduleName); in generateOutputDeviceConfigParameters()
103 if (getCachedPolicyConfig() in generateOutputDeviceConfigParameters()
150 getCachedPolicyConfig().getModuleFromName(std::get<PARAM_DEVICE_NAME>(device)); in getOutputDeviceInvalidConfigParameters()
232 auto module = getCachedPolicyConfig().getModuleFromName(moduleName); in generateInputDeviceConfigParameters()
236 if (getCachedPolicyConfig() in generateInputDeviceConfigParameters()
282 getCachedPolicyConfig().getModuleFromName(std::get<PARAM_DEVICE_NAME>(device)); in getInputDeviceInvalidConfigParameters()
H A DAudioPrimaryHidlHalTest.cpp521 getCachedPolicyConfig().getSinkDeviceForMixPort(getDeviceName(), getMixPortName()); in canQueryPresentationPosition()
530 getCachedPolicyConfig().getSinkDeviceForMixPort(getDeviceName(), getMixPortName()); in createPatchIfNeeded()
693 auto maybeSourceAddress = getCachedPolicyConfig().getSourceDeviceForMixPort( in canQueryCapturePosition()
702 auto maybeSourceAddress = getCachedPolicyConfig().getSourceDeviceForMixPort( in createPatchIfNeeded()
838 auto maybeSourceDevice = getCachedPolicyConfig().getSourceDeviceForMixPort( in getBuiltinMicConfigParameters()
864 getCachedPolicyConfig().getSourceDeviceForMixPort(getDeviceName(), getMixPortName()); in TEST_P()
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/tests/
H A Dgenerators_tests.cpp78 const PolicyConfig& getCachedPolicyConfig() { in getCachedPolicyConfig() function
114 EXPECT_NE(nullptr, getCachedPolicyConfig().getPrimaryModule()); in TEST_P()
115 EXPECT_FALSE(getCachedPolicyConfig().getModulesWithDevicesNames().empty()); in TEST_P()
147 EXPECT_NE(nullptr, getCachedPolicyConfig().getPrimaryModule()); in TEST()
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/
H A DConfigHelper.h33 const PolicyConfig& getCachedPolicyConfig();
48 auto& policyConfig = getCachedPolicyConfig(); in primaryHasMic()
H A DAudioPrimaryHidlHalTest.h162 const PolicyConfig& getCachedPolicyConfig() { in getCachedPolicyConfig() function
203 const auto devices = getCachedPolicyConfig().getModulesWithDevicesNames(); in getDeviceParameters()
261 auto& policyConfig = getCachedPolicyConfig(); in SetUp()
271 auto& policyConfig = getCachedPolicyConfig(); in TEST_P()
1197 auto maybeSourceAddress = getCachedPolicyConfig().getSourceDeviceForMixPort( in SetUp()