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.cpp538 uint32_t supportedConfigs = *(++halResult32); // skip status field in getSupportedConfigsImpl() local
539 if (supportedConfigs > maxConfigs) supportedConfigs = maxConfigs; in getSupportedConfigsImpl()
540 onSuccess(supportedConfigs, ++halResult32); in getSupportedConfigsImpl()
824 [&](uint32_t supportedConfigs, void* configsData) { in getSupportedAuxChannelsConfigs() argument
825 result.resize(supportedConfigs); in getSupportedAuxChannelsConfigs()
936 [&](uint32_t supportedConfigs, void* configsData) { in getSupportedConfigsForFeature() argument
937 configCount = supportedConfigs; in getSupportedConfigsForFeature()
DEffect.h186 std::function<void(uint32_t supportedConfigs, void* configsData)>;