Home
last modified time | relevance | path

Searched refs:supportedConfigs (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/audio/effect/all-versions/default/
DEffect.cpp348 uint32_t supportedConfigs = *(++halResult32); // skip status field in getSupportedConfigsImpl() local
349 if (supportedConfigs > maxConfigs) supportedConfigs = maxConfigs; in getSupportedConfigsImpl()
350 onSuccess(supportedConfigs, ++halResult32); in getSupportedConfigsImpl()
572 [&](uint32_t supportedConfigs, void* configsData) { in getSupportedAuxChannelsConfigs() argument
573 result.resize(supportedConfigs); in getSupportedAuxChannelsConfigs()
673 [&](uint32_t supportedConfigs, void* configsData) { in getSupportedConfigsForFeature() argument
674 configCount = supportedConfigs; in getSupportedConfigsForFeature()
DEffect.h167 std::function<void(uint32_t supportedConfigs, void* configsData)>;